提交修改页面
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user