20240430 修改附件上传条件

This commit is contained in:
2024-04-30 09:29:36 +08:00
parent 3b39bf3074
commit 475d273bc5
35 changed files with 1971 additions and 1132 deletions
@@ -21,7 +21,7 @@
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnitIds" runat="server" Label="接收单位" EnableMultiSelect="true" EnableCheckBoxSelect="true" AutoSelectFirstItem="false" LabelAlign="right"></f:DropDownList>
<f:TextBox ID="txtChangeOrderCode" runat="server" Label="变更单号" MaxLength="50" LabelWidth="120px" LabelAlign="right"></f:TextBox>
<f:TextBox ID="txtChangeOrderCode" runat="server" Label="变更单号" MaxLength="50" LabelWidth="120px" LabelAlign="right" Required="true" ShowRedStar="true"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
@@ -63,6 +63,7 @@
</f:Button>
</Items>
</f:Panel>
<f:NumberBox ID="txtRemarkCode" runat="server" Label ="标志编号" Required="true" ShowRedStar="true" NoDecimal="true" NoNegative="true" LabelAlign="Right" LabelWidth="120px"></f:NumberBox>
</Items>
</f:FormRow>