施工交底补充交底人数

This commit is contained in:
2025-06-14 01:42:47 +08:00
parent 0941b1f159
commit ee5bd9ef21
15 changed files with 132 additions and 34 deletions
@@ -44,13 +44,15 @@
</f:TextBox>
<f:TextBox ID="txtValue7" Label="单位工程" runat="server" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtValue8" Label="参与人员" runat="server" LabelWidth="120px">
<f:TextBox ID="txtValue9" Label="标志编号" runat="server" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="25% 75%">
<f:FormRow ColumnWidths="25% 50% 25%">
<Items>
<f:TextBox ID="txtValue9" Label="标志编号" runat="server" LabelWidth="120px">
<f:TextBox ID="txtValue10" Label="交底人数" runat="server" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtValue8" Label="参与人员" runat="server" LabelWidth="120px">
</f:TextBox>
<f:CheckBox ID="ckAll" runat="server" Checked="true" Text="是否批量修改"></f:CheckBox>
</Items>