CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx.cs
@@ -57,6 +57,10 @@ int orderId = Request["orderIdStr"].ToString().ToInt32().Value; UpdatePrintState(orderId); break; case "Printfengqian": int orderIds = Request["orderIdStr"].ToString().ToInt32().Value; UpdatePrintfengqianState(orderIds); break; default: Page_Load_Default(); return; @@ -163,5 +167,20 @@ } } } /// <summary> /// 改变打印封签状态 /// </summary> private void UpdatePrintfengqianState(int orderId) { if (CurrentUser != null) { _eC_OrderBasicBLL.UpdatePrintfengqianState(orderId); } } } }