提交修改页面

This commit is contained in:
2024-05-24 00:32:52 +08:00
parent 5671fd4475
commit d9df147da2
4 changed files with 19 additions and 17 deletions
@@ -34,21 +34,21 @@
<f:FormRow runat="server" ID="one" Hidden="true">
<Items>
<f:TextBox ID="txtBranchEngineeringCode" runat="server" Label="分部工程编号" LabelAlign="Right" Required="true" LabelWidth="200px">
<f:TextBox ID="txtBranchEngineeringCode" runat="server" Label="分部工程编号" LabelAlign="Right" LabelWidth="200px">
</f:TextBox>
<f:TextBox ID="txtBranchEngineeringName" runat="server" Label="分部工程名称" LabelAlign="Right" Required="true" LabelWidth="200px">
<f:TextBox ID="txtBranchEngineeringName" runat="server" Label="分部工程名称" LabelAlign="Right" LabelWidth="200px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow runat="server" ID="two" Hidden="true">
<Items>
<f:TextBox ID="txtSubBranchEngineeringName" runat="server" Label="子分部工程名称" LabelAlign="Right" Required="true" LabelWidth="200px">
<f:TextBox ID="txtSubBranchEngineeringName" runat="server" Label="子分部工程名称" LabelAlign="Right" LabelWidth="200px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProEngineeringCode" runat="server" Label="分项工程编号" LabelAlign="Right" Required="true" LabelWidth="200px">
<f:TextBox ID="txtProEngineeringCode" runat="server" Label="分项工程编号" LabelAlign="Right" LabelWidth="200px">
</f:TextBox>
</Items>
</f:FormRow>