CNCEC_SUBQHSE_WUHUAN/SGGL/FineUIPro.Web/CQMS/Performance/PerformanceEdit.aspx

391 lines
20 KiB
Plaintext
Raw Normal View History

2023-10-26 15:38:13 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PerformanceEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.Performance.PerformanceEdit" %>
<!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" style="overflow-y: auto;">
<f:PageManager ID="PageManager1" runat="server" />
<f:Window ID="Window1" runat="server" IsModal="false" EnableClose="false" EnableResize="true" ShowHeader="false"
AutoScroll="true" Width="1200px" Height="800px">
<Items>
<%-- 第一步生成基础信息--%>
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="基础信息">
<Rows>
<f:FormRow>
<Items>
<f:DatePicker runat="server" Label="请选择年月" DateFormatString="yyyy-MM" EmptyText="请选择年月"
ID="drpCompileDateMonth" DisplayType="Month" ShowTodayButton="false" Required="true" ShowRedStar="true" LabelWidth="110px">
</f:DatePicker>
2023-10-31 15:22:02 +08:00
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHeadUserid" runat="server" Label="五环负责人" MaxLength="50" LabelWidth="110px" Required="true" ShowRedStar="true">
</f:TextBox>
2023-10-31 15:22:02 +08:00
<f:TextBox ID="txtWorkRange" runat="server" Label="工作范围" MaxLength="50" LabelWidth="150px" Required="true" ShowRedStar="true">
</f:TextBox>
<%-- <f:NumberBox ID="txtProOutputValue" runat="server" Label="本月完成专业产值" MaxLength="50" LabelWidth="150px" >
</f:NumberBox>--%>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSubUserids" runat="server" Label="分包商负责人" MaxLength="50" LabelWidth="110px" Required="true" ShowRedStar="true">
</f:TextBox>
<f:TextBox ID="txtSubpackageUserids" runat="server" Label="分包工程师" MaxLength="50" LabelWidth="150px" Required="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
<%-- <Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnNext" Icon="SystemSave" Text="下一步" ToolTip="下一步" runat="server" ValidateForms="SimpleForm1"
OnClick="btnNextOne_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" ToolTip="关闭" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>--%>
</f:Form>
<%--第二步生成施工区域/工序、月节点目标--%>
<f:Form ID="SimpleForm2" ShowBorder="false" ShowHeader="true" AutoScroll="true" Hidden="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="1、施工进度管理">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkArea" runat="server" Label="施工区域" MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtMonthTarget1" runat="server" Label="月节点目标" MaxLength="500" LabelWidth="100px" Required="true" ShowRedStar="true"
2023-10-26 15:38:13 +08:00
>
2023-11-06 15:45:52 +08:00
</f:TextBox>--%>
<f:TextArea ID="txtMonthTarget1" ShowRedStar="true" Required="true" runat="server" Label="月节点目标" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm3" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="2、HSE管理个人安全行动计划完情况)">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtMonthTarget2" runat="server" Label="月节点目标" MaxLength="500" LabelWidth="100px" Required="true" ShowRedStar="true">
</f:TextBox>--%>
<f:TextArea ID="txtMonthTarget2" ShowRedStar="true" Required="true" runat="server" Label="月节点目标" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm4" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="3、质量管理情况">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtMonthTarget3" runat="server" Label="月节点目标" MaxLength="500" LabelWidth="100px" Required="true" ShowRedStar="true">
</f:TextBox>--%>
<f:TextArea ID="txtMonthTarget3" ShowRedStar="true" Required="true" runat="server" Label="月节点目标" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm5" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="4、图纸、材料状态跟踪;统计台账">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtMonthTarget4" runat="server" Label="月节点目标" MaxLength="500" LabelWidth="100px" Required="true" ShowRedStar="true">
</f:TextBox>--%>
<f:TextArea ID="txtMonthTarget4" ShowRedStar="true" Required="true" runat="server" Label="月节点目标" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm6" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="5、关键事项跟踪">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtMonthTarget5" runat="server" Label="月节点目标" MaxLength="500" LabelWidth="100px" Required="true" ShowRedStar="true">
</f:TextBox>--%>
<f:TextArea ID="txtMonthTarget5" ShowRedStar="true" Required="true" runat="server" Label="月节点目标" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm7" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="6、可交付成果工程签证、费用审核、方案审编、计划编制、技术总结等">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtMonthTarget6" runat="server" Label="月节点目标" MaxLength="500" LabelWidth="100px" Required="true" ShowRedStar="true">
</f:TextBox>--%>
<f:TextArea ID="txtMonthTarget6" ShowRedStar="true" Required="true" runat="server" Label="月节点目标" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
<%-- <Toolbars>
<f:Toolbar ID="Toolbar2" ToolbarAlign="Right" runat="server" Position="Bottom" >
<Items>
<f:Button ID="Button1" Icon="SystemSave" Text="下一步" ToolTip="下一步" runat="server" ValidateForms="SimpleForm2"
OnClick="btnNextTwo_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>--%>
</f:Form>
<%--第三步生成各周工作任务安排、工程量、人材机资源需求计划--%>
<f:Form ID="pForm1" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="1、施工进度管理">
<Rows>
2023-11-06 15:45:52 +08:00
<f:FormRow ColumnWidths="10%">
<Items>
<f:Button ID="btnNew" Text="新增" Icon="Add" runat="server" OnClick="btnAdd_Click">
</f:Button>
</Items>
</f:FormRow>
2023-10-26 15:38:13 +08:00
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" runat="server" DataIDField="Performance_ChildGid2"
DataKeyNames="Performance_ChildGid2" ShowGridHeader="true"
SortField="SortIndex" SortDirection="ASC"
MinHeight="150px" AllowCellEditing="true" ClicksToEdit="1" AllowSorting="true" EnableColumnLines="true"
EnableTextSelection="True" OnPreDataBound="Grid1_PreDataBound">
<Columns>
<f:RowNumberField EnablePagingNumber="true" HeaderText="序号" Width="50px" HeaderTextAlign="Center"
TextAlign="Center" />
<f:RenderField Width="150px" ColumnID="TaskContent" DataField="TaskContent"
FieldType="String" HeaderTextAlign="Center" TextAlign="Left" HeaderText="工作任务安排">
<Editor>
<f:TextBox ID="txtTaskContent" runat="server" ShowRedStar="true">
</f:TextBox>
</Editor>
</f:RenderField>
<f:RenderField Width="150px" ColumnID="ProjectQuantity" DataField="ProjectQuantity"
FieldType="String" HeaderTextAlign="Center" TextAlign="Left" HeaderText="工程量">
<Editor>
<f:TextBox ID="txtProjectQuantity" runat="server" ShowRedStar="true">
</f:TextBox>
</Editor>
</f:RenderField>
<f:RenderField Width="160px" ColumnID="DemandPlan" DataField="DemandPlan"
FieldType="String" HeaderTextAlign="Center" TextAlign="Left" HeaderText="人材机资源需求计划">
<Editor>
<f:TextBox ID="txtDemandPlan" runat="server" ShowRedStar="true">
</f:TextBox>
</Editor>
</f:RenderField>
<f:LinkButtonField ColumnID="Delete" Width="50px" EnablePostBack="false" Icon="Delete"
HeaderTextAlign="Center" HeaderText="删除" />
</Columns>
</f:Grid>
<%-- <f:TextBox ID="txtTaskContent1" runat="server" Label="工作任务安排" Required="true" ShowRedStar="true" LabelWidth="120px">
2023-10-26 15:38:13 +08:00
</f:TextBox>
<f:TextBox ID="txtProjectQuantity1" runat="server" Label="工程量" MaxLength="50" LabelWidth="80px" >
</f:TextBox>
2023-11-06 15:45:52 +08:00
<f:TextBox ID="txtDemandPlan1" runat="server" Label="人材机资源需求计划" MaxLength="50" LabelWidth="160px" >
2023-10-26 15:38:13 +08:00
</f:TextBox>
2023-11-06 15:45:52 +08:00
<f:Button runat="server" Icon="Add" OnClientClick="addpFrom1"></f:Button>--%>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
2023-11-06 15:45:52 +08:00
<%-- <f:FormRow>
2023-10-26 15:38:13 +08:00
<Items>
2023-11-06 15:45:52 +08:00
<f:TextBox ID="txtTaskContent2" runat="server" Label="工作任务安排" Required="true" LabelWidth="120px">
2023-10-26 15:38:13 +08:00
</f:TextBox>
<f:TextBox ID="txtProjectQuantity2" runat="server" Label="工程量" MaxLength="50" LabelWidth="80px" >
</f:TextBox>
<f:TextBox ID="txtDemandPlan2" runat="server" Label="人材机资源需求计划" MaxLength="50" LabelWidth="160px" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<f:TextBox ID="txtTaskContent3" runat="server" Label="工作任务安排" Required="true" LabelWidth="120px">
2023-10-26 15:38:13 +08:00
</f:TextBox>
<f:TextBox ID="txtProjectQuantity3" runat="server" Label="工程量" MaxLength="50" LabelWidth="80px" >
</f:TextBox>
<f:TextBox ID="txtDemandPlan3" runat="server" Label="人材机资源需求计划" MaxLength="50" LabelWidth="160px" >
</f:TextBox>
</Items>
2023-11-06 15:45:52 +08:00
</f:FormRow>--%>
2023-10-26 15:38:13 +08:00
<%-- <f:FormRow CssStyle="text-align:right">
<Items>
<f:Button ID="btnadd" Icon="Add" ToolTip="添加新列" runat="server" ValidateForms="SimpleForm1"
OnClick="btnAddnewSg" >
</f:Button>
</Items>
</f:FormRow>--%>
</Rows>
</f:Form>
<f:Form ID="Form2" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="2、HSE管理个人安全行动计划完情况)">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtTaskContentHse" runat="server" Label="工作任务安排" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:TextBox>--%>
2023-10-26 15:38:13 +08:00
2023-11-06 15:45:52 +08:00
<f:TextArea ID="txtTaskContentHse" ShowRedStar="true" Required="true" runat="server" Label="工作任务安排" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="Form3" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="3、质量管理情况质量检查计划及实施">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtTaskContentZl" runat="server" Label="工作任务安排" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:TextBox>--%>
2023-10-26 15:38:13 +08:00
2023-11-06 15:45:52 +08:00
<f:TextArea ID="txtTaskContentZl" ShowRedStar="true" Required="true" runat="server" Label="工作任务安排" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="Form4" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="4、图纸、材料状态跟踪;统计台账">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtTaskContentTz" runat="server" Label="工作任务安排" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:TextBox>--%>
<f:TextArea ID="txtTaskContentTz" ShowRedStar="true" Required="true" runat="server" Label="工作任务安排" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="Form5" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="5、关键事项跟踪">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtTaskContentGjsx" runat="server" Label="工作任务安排" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:TextBox>--%>
<f:TextArea ID="txtTaskContentGjsx" ShowRedStar="true" Required="true" runat="server" Label="工作任务安排" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="Form6" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Hidden="true" Title="6、可交付成果工程签证、费用审核方案审编、计划编制技术总结等">
<Rows>
<f:FormRow>
<Items>
2023-11-06 15:45:52 +08:00
<%-- <f:TextBox ID="txtTaskContentJf" runat="server" Label="工作任务安排" Required="true" ShowRedStar="true" LabelWidth="120px">
</f:TextBox>--%>
<f:TextArea ID="txtTaskContentJf" ShowRedStar="true" Required="true" runat="server" Label="工作任务安排" MaxLength="500">
</f:TextArea>
2023-10-26 15:38:13 +08:00
</Items>
</f:FormRow>
</Rows>
<%-- <Toolbars>
<f:Toolbar ID="Toolbar3" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="Button3" Icon="SystemSave" ToolTip="生成" runat="server" ValidateForms="pForm1,Form2,Form3,Form4,Form5,Form6"
OnClick="btnSave_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>--%>
</f:Form>
</Items>
<Toolbars>
<f:Toolbar ID="Toolbar4" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="Button2" Icon="SystemSave" Text="下一步" ToolTip="下一步" runat="server" ValidateForms="SimpleForm1"
OnClick="btnNextOne_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" runat="server" Icon="SystemClose">
</f:Button>
<%-- <f:Button ID="Button4" EnablePostBack="false" Text="关闭" ToolTip="关闭" runat="server" Icon="SystemClose">
</f:Button>--%>
</Items>
</f:Toolbar>
</Toolbars>
</f:Window>
</form>
<script type="text/javascript">
2023-11-06 15:45:52 +08:00
2023-10-26 15:38:13 +08:00
function CloseRefresh() {
$("#btnClose").click();
}
2023-11-06 15:45:52 +08:00
2023-10-26 15:38:13 +08:00
2023-11-06 15:45:52 +08:00
2023-10-26 15:38:13 +08:00
</script>
</body>
</html>