20250102 修改合同管理

This commit is contained in:
2025-01-02 10:57:29 +08:00
parent 782619de37
commit adc1171e41
24 changed files with 80 additions and 129 deletions
@@ -17,14 +17,14 @@
<Items>
<f:TextBox ID="txtFileType" runat="server" Label="文件类型" Text="开工会" LabelWidth="140px" Readonly="true"></f:TextBox>
<%--<f:DropDownList ID="drpFileTypeId" runat="server" Label="文件类型" LabelWidth="140px" Required="true" ShowRedStar="true" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpFileTypeId_SelectedIndexChanged"></f:DropDownList>--%>
<f:DatePicker ID="txtOccurDate" runat="server" Label="发生日期" LabelWidth="140px"></f:DatePicker>
<f:DatePicker ID="txtOccurDate" runat="server" Label="发生日期" LabelWidth="140px" Required="true" ShowRedStar="true"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtFileName" runat="server" Label="文件编号" Required="true" ShowRedStar="true" MaxLength="200" LabelWidth="140px" Readonly="true">
</f:TextBox>
<f:DropDownList ID="drpBycDept" runat="server" Label="BYC负责部门" LabelWidth="140px" EnableEdit="true"></f:DropDownList>
<f:DropDownList ID="drpBycDept" runat="server" Label="BYC负责部门" LabelWidth="140px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
</Items>
</f:FormRow>