焊接修改

This commit is contained in:
2025-05-08 18:38:55 +08:00
parent 23f7bfbb1d
commit 3a36b8e3ef
38 changed files with 3717 additions and 341 deletions
@@ -37,14 +37,14 @@
<f:FormRow>
<Items>
<f:TextBox ID="txtActionPlanCode" runat="server" Label="实施计划编号" ShowRedStar="true" Required="true" ></f:TextBox>
<f:DropDownList ID="txtBidType" runat="server" Label="招标方式" Required="true" ShowRedStar="true"></f:DropDownList>
<f:DropDownList ID="txtBidType" runat="server" Label="分包方式" Required="true" ShowRedStar="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProjectShortName" runat="server" Label="项目名称" ShowRedStar="true" Required="true" ></f:TextBox>
<f:TextBox ID="txtBidProject" runat="server" Label="招标工程" ShowRedStar="true" Required="true" ></f:TextBox>
<f:TextBox ID="txtBidProject" runat="server" Label="分包工程" ShowRedStar="true" Required="true" ></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>