1、单位数据清理合并功能;

2、单位新增编辑功能调整,补充英文名称等;
3、建筑企业单位资质字典;
This commit is contained in:
2025-09-02 10:48:28 +08:00
parent ce304ec7d9
commit 6ccc14a8be
54 changed files with 3964 additions and 2471 deletions
@@ -31,8 +31,8 @@
<f:DropDownList ID="drpYear" AutoPostBack="false" EnableSimulateTree="true" Required="true"
ShowRedStar="true" runat="server" Label="年度">
</f:DropDownList>
<f:DropDownList ID="drpQuarters" AutoPostBack="false" EnableSimulateTree="true" Required="true"
ShowRedStar="true" runat="server" Label="季度">
<f:DropDownList ID="drpMonth" AutoPostBack="false" EnableSimulateTree="true" Required="true"
ShowRedStar="true" runat="server" Label="月份">
</f:DropDownList>
<f:DropDownList ID="drpUnit" AutoPostBack="true" EnableSimulateTree="true" runat="server" Hidden="true"
Label="填报企业" FocusOnPageLoad="true" OnSelectedIndexChanged="drpUnit_SelectedIndexChanged">
@@ -95,12 +95,16 @@
ValidateForms="SimpleForm1" OnClick="btnCopy_Click" Hidden="true">
</f:Button>--%>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Hidden="true" Text="保存"
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存"
ValidateForms="SimpleForm1" OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnUpdata" Icon="PageSave" runat="server" ConfirmText="确定上报?" Text="上报"
ToolTip="上报" ValidateForms="SimpleForm1" OnClick="btnUpdata_Click">
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="提交" ValidateForms="SimpleForm1" Text="提交"
OnClick="btnSubmit_Click">
</f:Button>
<%-- <f:Button ID="btnUpdata" Icon="PageSave" runat="server" ConfirmText="确定上报?" Text="上报"
ToolTip="上报" ValidateForms="SimpleForm1" OnClick="btnUpdata_Click">
</f:Button>--%>
</Items>
</f:Toolbar>
</Toolbars>