20231211安全费用页面新增分包申请表导出功能

This commit is contained in:
2023-12-11 16:38:15 +08:00
parent 878533816a
commit 025add304d
6 changed files with 195 additions and 4 deletions
@@ -17,11 +17,9 @@
<f:FormRow>
<Items>
<f:DropDownList ID="drpSupCostType" runat="server" Label="类别名称" Required="true" ShowRedStar="true"
EnableEdit="true"
AutoPostBack="true" OnSelectedIndexChanged="drpSupCostType_SelectedIndexChanged">
</f:DropDownList>
<f:DropDownList ID="drpCostType" runat="server" Label="分项名称" Required="true" ShowRedStar="true"
EnableEdit="true">
<f:DropDownList ID="drpCostType" runat="server" Label="分项名称" Required="true" ShowRedStar="true">
</f:DropDownList>
</Items>
</f:FormRow>