From 22a7922be8d234c04bdf894b48d9f57fe97c857f Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 15 十月 2024 15:55:30 +0800 Subject: [PATCH] 作业本显示修改 --- CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx.cs | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx.cs index e95fd01..d87a2f2 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx.cs +++ b/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); + + } + } } } \ No newline at end of file -- Gitblit v1.9.1