From 2605af51ca4787434c8c5f2b10dc0adc78a2fdb0 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 14 三月 2025 17:17:45 +0800
Subject: [PATCH] 外协管理,外协订单,你列表操作后面增加一个完工点,完工就进行。就是说,已完工处理好,前面呢,有个批量完工,好检索查询条件,也加个完工。
---
CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffEdit.aspx | 45 +++++++++++++++++++++++++++++++++++----------
1 files changed, 35 insertions(+), 10 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffEdit.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffEdit.aspx
index dbbf547..11b98a7 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffEdit.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffEdit.aspx
@@ -176,25 +176,25 @@
</select>
</td>
<td class="ali03">
- 鏄惁涓氬姟缁忕悊锛�
+ <%-- 鏄惁涓氬姟缁忕悊锛�--%>
</td>
<td>
- <asp:RadioButtonList runat="server" ID="IsBusinessManager" RepeatDirection="Horizontal" CellPadding="0" CellSpacing="0" CssClass="w120px NoBorder">
+ <%-- <asp:RadioButtonList runat="server" ID="IsBusinessManager" RepeatDirection="Horizontal" CellPadding="0" CellSpacing="0" CssClass="w120px NoBorder">
<asp:ListItem Text="鏄�" Value="True" />
<asp:ListItem Text="鍚�" Value="False" />
- </asp:RadioButtonList>
+ </asp:RadioButtonList>--%>
</td>
<td class="ali03">
- 鏄惁瀹㈡埛缁忕悊锛�
+ <%-- 鏄惁瀹㈡埛缁忕悊锛�--%>
</td>
<td>
- <asp:RadioButtonList runat="server" ID="IsAccountManager" RepeatDirection="Horizontal" CellPadding="0" CellSpacing="0" CssClass="w120px NoBorder">
+ <%-- <asp:RadioButtonList runat="server" ID="IsAccountManager" RepeatDirection="Horizontal" CellPadding="0" CellSpacing="0" CssClass="w120px NoBorder">
<asp:ListItem Text="鏄�" Value="True" />
<asp:ListItem Text="鍚�" Value="False" />
- </asp:RadioButtonList>
+ </asp:RadioButtonList>--%>
</td>
</tr>
- <tr>
+ <%-- <tr>
<td class="ali03">
鏄惁鍙告満锛�
</td>
@@ -217,14 +217,39 @@
</td>
<td>
</td>
- </tr>
+ </tr>--%>
+
+ <%--<tr>
+ <td class="ali03">
+ 鏄惁鎶ラ攢涓荤锛�
+ </td>
+ <td>
+ <asp:RadioButtonList runat="server" ID="BF_IsBaoxiaozhuguan" RepeatDirection="Horizontal" CellPadding="0" CellSpacing="0" CssClass="w120px NoBorder">
+ <asp:ListItem Text="鏄�" Value="True" />
+ <asp:ListItem Text="鍚�" Value="False" />
+ </asp:RadioButtonList>
+ </td>
+ <td class="ali03">
+ 鏄惁鎶ラ攢缁忕悊锛�
+ </td>
+ <td>
+ <asp:RadioButtonList runat="server" ID="BF_Isbaoxiaojingli" RepeatDirection="Horizontal" CellPadding="0" CellSpacing="0" CssClass="w120px NoBorder">
+ <asp:ListItem Text="鏄�" Value="True" />
+ <asp:ListItem Text="鍚�" Value="False" />
+ </asp:RadioButtonList>
+ </td>
+ <td class="ali03">
+ </td>
+ <td>
+ </td>
+ </tr>--%>
<tr>
<td class="ali03">
- 鎵嬫満鍙风爜锛�
+ 宸ヤ綔鎵嬫満锛�
</td>
<td>
- <input type="text" id="txtMobieNum" runat="server" class="phone" maxlength="20" />
+ <input type="text" id="txtMobieNum" runat="server" class="" maxlength="20" />
</td>
<td class="ali03">
钖祫寰呴亣锛�
--
Gitblit v1.9.1