From b1ac791a0e8896ee3d2016949911d44c9f0fb7a9 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 16 三月 2026 13:17:23 +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