HSE费用修改

This commit is contained in:
2025-11-17 20:31:53 +08:00
parent 1325b721a2
commit 0fd29567b1
12 changed files with 252 additions and 28 deletions
@@ -31,7 +31,7 @@
<Items>
<%--<f:TextBox ID="txtContractNum" runat="server" Label="合同号" MaxLength="50" FocusOnPageLoad="true">
</f:TextBox>--%>
<f:TextBox runat="server" ID="txtContractNum" Label="合同号" ></f:TextBox>
<f:TextBox runat="server" ID="txtContractNum" Label="合同号" Required="true" ShowRedStar="true"></f:TextBox>
<f:DatePicker ID="txtCostManageDate" runat="server" Label="日期" EnableEdit="false">
</f:DatePicker>
</Items>