提交代码

This commit is contained in:
2025-03-05 16:48:17 +08:00
parent 64ee6e8635
commit 58beeab458
59 changed files with 4829 additions and 532 deletions
@@ -14,28 +14,31 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkSection" runat="server" Label="工段" MaxLength="100" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtDrawingNo" runat="server" Label="图号" MaxLength="100" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtWorkSection" runat="server" Label="工段" MaxLength="100" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
<f:TextBox ID="txtDrawingNo" runat="server" Label="图号" MaxLength="100" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDrawingName" runat="server" Label="图纸名称" MaxLength="100" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtMajor" runat="server" Label="专业" Required="true" ShowRedStar="true" MaxLength="50" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtDrawingName" runat="server" Label="图纸名称" MaxLength="100" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
<f:DropDownList ID="drpMajor" ShowRedStar="true" runat="server" LabelWidth="140px" Required="true" Label="专业" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<f:FormRow ColumnWidths="50% 25% 25%">
<Items>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="接收日期" ID="txtAcceptDate"
LabelAlign="right" LabelWidth="120px">
LabelAlign="right" LabelWidth="140px">
</f:DatePicker>
<f:TextBox ID="txtCompletionStatus" runat="server" Label="完成情况" Required="true" ShowRedStar="true" MaxLength="50" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:CheckBox ID="cbCompletionStatus" runat="server" Label="材料计划是否完成" LabelAlign="Right" LabelWidth="140px"></f:CheckBox>
<f:CheckBox ID="cbCompletionStatus2" runat="server" Label="工程量统计是否完成" LabelAlign="Right" LabelWidth="160px"></f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDutyPerson" runat="server" Label="责任人" MaxLength="50" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtRemark" runat="server" Label="备注" Required="true" ShowRedStar="true" MaxLength="200" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtDutyPerson" runat="server" Label="责任人" MaxLength="50" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
<f:TextBox ID="txtRemark" runat="server" Label="备注" MaxLength="200" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow Hidden="true">