2023-03-29 001 合同招标文件台账修改

This commit is contained in:
2023-03-29 16:51:16 +08:00
parent 8b0c9fdef0
commit eb3a6ac1fa
20 changed files with 334 additions and 77 deletions
@@ -56,8 +56,9 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProposedInviter" runat="server" Label="拟邀请单位" Required="true" >
</f:TextBox>
<f:TextArea ID="txtProposedInviter" runat="server" Label="拟邀请单位" Required="true"
AutoGrowHeight="true" AutoGrowHeightMin="100" AutoGrowHeightMax="600">
</f:TextArea>
<f:TextBox ID="txtBidWinner" runat="server" Label="中标单位" Required="true" >
</f:TextBox>
</Items>
@@ -84,7 +85,7 @@
<Items>
<f:TextBox ID="txtSetSubReviewCode" runat="server" Label="确定中标人审批表编号" Required="true" >
</f:TextBox>
<f:Button ID="btnAttachUrl_SetSubReviewCode" Text="确定中标人审批文件" ToolTip="附件" Icon="TableCell" runat="server"
<f:Button ID="btnAttachUrl_SetSubReviewCode" Text="确定中标人审批文件及评标报告" ToolTip="附件" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_SetSubReviewCode_Click" ValidateForms="SimpleForm1">
</f:Button>
</Items>
@@ -100,24 +101,28 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtBidNoticeCode" runat="server" Label="中标通知书编号" Required="true" >
</f:TextBox>
<f:Button ID="btnAttachUrl_BidNotice" Text="中标通知书" ToolTip="附件" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_BidNotice_Click" ValidateForms="SimpleForm1">
</f:Button>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtBidUnitFileCode" runat="server" Label="投标文件编号" Required="true" >
</f:TextBox>
<f:Button ID="btnAttachUrl_BidUnit" Text="中标单位投标及澄清文件" ToolTip="附件" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_BidUnit_Click" ValidateForms="SimpleForm1">
</f:Button>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnAttachUrl_BidNotice" Text="中标通知书" ToolTip="附件" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_BidNotice_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl_BidUnit" Text="中标单位投标文件" ToolTip="附件" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_BidUnit_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存"
OnClick="btnSave_Click">