提交代码

This commit is contained in:
2025-04-22 17:52:44 +08:00
parent eb753a1fa4
commit fb75ac6652
4 changed files with 11 additions and 11 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>