This commit is contained in:
2025-07-15 10:35:23 +08:00
parent 26c74aa8b3
commit 060acdf073
9 changed files with 76 additions and 70 deletions
@@ -31,8 +31,7 @@
<Items>
<%--<f:TextBox ID="txtContractNum" runat="server" Label="合同号" MaxLength="50" FocusOnPageLoad="true">
</f:TextBox>--%>
<f:DropDownList ID="drpContractNum" runat="server" Label="合同号" Required="true" ShowRedStar="true" EmptyText="-请选择-">
</f:DropDownList>
<f:TextBox runat="server" ID="txtContractNum" Label="合同号" ></f:TextBox>
<f:DatePicker ID="txtCostManageDate" runat="server" Label="日期" EnableEdit="false">
</f:DatePicker>
</Items>