190 lines
13 KiB
Plaintext
190 lines
13 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SetSubReviewEdit2.aspx.cs" Inherits="FineUIPro.Web.PHTGL.BiddingManagement.SetSubReviewEdit2" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
|
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" Title="审批信息"
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Layout="VBox">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:ContentPanel ID="ContentPanel1" Title=" " ShowBorder="true"
|
|
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
|
|
runat="server">
|
|
<Items>
|
|
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="false" Title=""
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtSetSubReviewCode" runat="server" Label="审批表编号" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
|
|
<f:DropDownList ID="DropBidCode" runat="server" Label="招标文件编号" LabelAlign="Right" OnSelectedIndexChanged="drpProjectId_SelectedIndexChanged" AutoPostBack="true" LabelWidth="120px" EnableEdit="true"></f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtProjectName" runat="server" Readonly="true" Label="工程名称" LabelAlign="Right" LabelWidth="140px" Required="true" ShowRedStar="true"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtBidContent" runat="server" Readonly="true" Label="招标内容" LabelAlign="Right" LabelWidth="140px" Required="true" ShowRedStar="true"></f:TextBox>
|
|
<f:DatePicker runat="server" Required="true" Readonly="true" DateFormatString="yyyy-MM-dd" Label="开标日期" EmptyText="请选择开始日期"
|
|
ID="StartTime" ShowRedStar="true">
|
|
</f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBoxList ID="CBIsOwenerApprove" Label="是否需要业主审批" runat="server" ColumnWidth="50%" LabelWidth="120px" Required="true" ShowRedStar="true" >
|
|
<Items>
|
|
<f:CheckItem Text="是" Value="1" />
|
|
<f:CheckItem Text="否" Value="0" />
|
|
</Items>
|
|
<Listeners>
|
|
<f:Listener Event="change" Handler="onCheckBoxListChange" />
|
|
</Listeners>
|
|
</f:CheckBoxList>
|
|
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
|
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
|
|
</f:Button>
|
|
<f:Label runat="server" ID="lable22" Text="评标结果"></f:Label>
|
|
<f:Button ID="btnAttachUrl2" Text="评标报告" ToolTip="附件" Icon="TableCell" runat="server"
|
|
OnClick="btnAttachUrl2_Click" ValidateForms="SimpleForm1">
|
|
</f:Button>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
|
|
<f:Label runat="server"></f:Label>
|
|
|
|
<f:Label runat="server"></f:Label>
|
|
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:Grid ID="Grid1" CssClass="blockpanel" ShowBorder="true" ShowHeader="false" Title="" EnableCollapse="false"
|
|
runat="server" DataKeyNames="ID" AllowCellEditing="true" ClicksToEdit="1" ForceFit="true"
|
|
EnableColumnLines="true" DataIDField="ID" MaxHeight="300px" SortField="SortIndex" AllowPaging="true" PageSize="300" EnableBigDataRowTip="false" EnableBigData="true" IsDatabasePaging="false">
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar2" runat="server" Position="Top" ToolbarAlign="Left">
|
|
<Items>
|
|
<f:ToolbarFill ID="ToolbarFill2" runat="server"></f:ToolbarFill>
|
|
<f:Button ID="btnNew" ToolTip="增加" Icon="Add" EnablePostBack="false" runat="server">
|
|
</f:Button>
|
|
<f:Button ID="btnDelete" ToolTip="删除" Icon="Delete" EnablePostBack="false" runat="server">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
<Columns>
|
|
<f:RowNumberField />
|
|
<f:RenderField Width="100px" ColumnID="Company" DataField="Company" ExpandUnusedSpace="true"
|
|
HeaderText="投标单位" HeaderTextAlign="Center">
|
|
<Editor>
|
|
<f:TextBox ID="TextBox2" runat="server">
|
|
</f:TextBox>
|
|
</Editor>
|
|
</f:RenderField>
|
|
<f:RenderField Width="100px" ColumnID="ReviewResults" DataField="ReviewResults" ExpandUnusedSpace="true"
|
|
HeaderText="评审结果" HeaderTextAlign="Center">
|
|
<Editor>
|
|
<f:TextBox ID="TextBox3" runat="server">
|
|
</f:TextBox>
|
|
</Editor>
|
|
</f:RenderField>
|
|
<f:RenderField Width="100px" ColumnID="Remarks" DataField="Remarks" ExpandUnusedSpace="true"
|
|
HeaderText="综合排名" HeaderTextAlign="Center">
|
|
<Editor>
|
|
<f:TextBox ID="TextBox4" runat="server">
|
|
</f:TextBox>
|
|
</Editor>
|
|
</f:RenderField>
|
|
|
|
</Columns>
|
|
</f:Grid>
|
|
</Items>
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="DropConstructionManager" runat="server" AutoPostBack="true" EnableEdit="true" Label="施工经理" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="DropDepart" runat="server" EnableEdit="true" Label="主办部门" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
|
|
|
<f:DropDownList ID="DropApproval_Construction" runat="server" AutoPostBack="true" EnableEdit="true" Label="主办部门负责人" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="DropProjectManager" runat="server" AutoPostBack="true" EnableEdit="true" Label="项目经理" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="DropDeputyGeneralManager" runat="server" AutoPostBack="true" EnableEdit="true" Label="项目主管领导" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</Items>
|
|
</f:ContentPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Top" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:Label runat="server" ID="lbTemp">
|
|
</f:Label>
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
</f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" Text="保存" ValidateForms="SimpleForm1" Size="Medium"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="提交" Text="提交" ValidateForms="SimpleForm1" Size="Medium"
|
|
OnClick="btnSubmit_Click">
|
|
</f:Button>
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" Text="关闭" runat="server" Icon="SystemClose" Size="Medium">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
|
Height="500px">
|
|
</f:Window>
|
|
</form>
|
|
<script type="text/javascript">
|
|
|
|
// 同时只能选中一项
|
|
function onCheckBoxListChange(event, checkbox, isChecked) {
|
|
var me = this;
|
|
|
|
// 当前操作是:选中
|
|
if (isChecked) {
|
|
// 仅选中这一项
|
|
me.setValue(checkbox.getInputValue());
|
|
}
|
|
|
|
|
|
__doPostBack('', 'CheckBoxList1Change');
|
|
}
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|