合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -108,7 +108,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtInspectionDate" runat="server" Label="验收日期" LabelAlign="Right" ></f:DatePicker>
<f:DatePicker ID="txtInspectionDate" runat="server" Label="验收日期" LabelAlign="Right" ShowRedStar="true" Required="true"></f:DatePicker>
<f:TextArea ID="txtUnqualifiedReason" runat="server" Label="不合格原因" LabelAlign="Right" MaxLength="1000" Hidden="true"></f:TextArea>
</Items>
</f:FormRow>