From 4daa7f6a133d7c52fa94b22fb1a1767a136b3c5c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 16 四月 2026 09:23:47 +0800
Subject: [PATCH] 员工出生日期可修改

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx.cs |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx.cs
index 9921f91..ed4d55b 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx.cs
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx.cs
@@ -783,7 +783,15 @@
                     {
                         if (orderState == 1)
                         {
-                            isCan = false;
+                            if (opType == "鎾ゅ崟")
+                            {
+                                isCan = true;
+                            }
+                            else
+                            {
+                                isCan = false;
+                            }
+                               
                         }
                         else
                         {

--
Gitblit v1.9.1