From f820d227c54e7686d7b582fcd3c1ffcf885b5d31 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 24 一月 2025 12:22:49 +0800 Subject: [PATCH] 审批拒绝的可以修改后再次提交 完成 报销单需要一个编号 EvaluationContent 报销单编号 完成 增加一个状态,保存状态 完成 --- CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffEdit.aspx | 41 +++++++++++++++++++++++++++++++++-------- 1 files changed, 33 insertions(+), 8 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffEdit.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffEdit.aspx index dbbf547..53c90a3 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,8 +217,33 @@ </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"> 鎵嬫満鍙风爜锛� -- Gitblit v1.9.1