20240805 单位工程设置修改
This commit is contained in:
@@ -15,12 +15,22 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtUnitWorkCode" runat="server" Label="单位工程编号" LabelWidth="140px" Required="true" ShowRedStar="true" FocusOnPageLoad="true"></f:TextBox>
|
||||
<f:TextBox ID="txtSupUnitWorkCode" runat="server" Label="单位工程编号" LabelWidth="140px" Required="true" ShowRedStar="true" FocusOnPageLoad="true"></f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtUnitWorkName" runat="server" Label="单位工程名称" LabelWidth="140px" Required="true" ShowRedStar="true"></f:TextBox>
|
||||
<f:TextBox ID="txtSupUnitWorkName" runat="server" Label="单位工程名称" LabelWidth="140px" Required="true" ShowRedStar="true"></f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtUnitWorkCode" runat="server" Label="子单位工程编号" LabelWidth="140px" ></f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtUnitWorkName" runat="server" Label="子单位工程名称" LabelWidth="140px" ></f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
|
||||
Reference in New Issue
Block a user