From c05f1b8cf051bb46f6ec8f9855a9c3fd11c88f67 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 24 十月 2025 09:33:24 +0800
Subject: [PATCH] 修改一下订单管理和生产管理的流程

---
 CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx
index e623c16..32c09e6 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx
@@ -108,6 +108,9 @@
                             <th>
                                 閮ㄩ棬
                             </th>
+                             <th>
+                                鑱屼綅
+                            </th>
                             <th>
                                 濮撳悕
                             </th>
@@ -175,6 +178,9 @@
                         <td>
                             <%#Eval("DepartmentName")%>
                         </td>
+                         <td>
+                            <%#Eval("SM_Post")%>
+                        </td>
                         <td>
                             <%#Eval("Name")%>
                         </td>

--
Gitblit v1.9.1