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

226 lines
11 KiB
Plaintext
Raw Normal View History

2023-10-26 15:38:13 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WorkPlanEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.Performance.WorkPlanEdit" %>
<!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" runat="server" />
<f:Window ID="Window1" runat="server" IsModal="false" EnableClose="false" EnableResize="true" ShowHeader="false"
AutoScroll="true" Width="1200px" Height="800px">
<Items>
<f:DatePicker ID="dpCurrentDate" DateFormatString="yyyy-MM-dd"
runat="server" Label="请选择日期" ShowRedStar="true" CssStyle="margin-top:10px" OnDateSelect="DatePicker1_TextChanged" EnableDateSelectEvent="true">
</f:DatePicker>
<f:Form ID="SimpleForm2" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="1、施工进度管理">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPlan1" runat="server" Label="本日工作计划" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
<Items>
<f:TextBox ID="txtCompletStatus1" runat="server" Label="本日完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTaskCompletContent1" runat="server" Label="本周工作任务完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="Form2" 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="TextBox1" runat="server" Label="本日工作计划" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
<Items>
<f:TextBox ID="TextBox2" runat="server" Label="本日完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTaskCompletContent2" runat="server" Label="本周工作任务完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="Form3" 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="TextBox3" runat="server" Label="本日工作计划" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
<Items>
<f:TextBox ID="TextBox4" runat="server" Label="本日完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTaskCompletContent3" runat="server" Label="本周工作任务完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm3" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="2、HSE管理">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPlan2" runat="server" Label="本日工作计划" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
<%-- <Items>
<f:TextBox ID="txtCompletStatus2" runat="server" Label="本日完成情况" MaxLength="500" LabelWidth="120px" >
</f:TextBox>
</Items>--%>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTaskCompletContent4" runat="server" Label="本周工作任务完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm4" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="3、质量管理情况">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPlan3" runat="server" Label="本日工作计划" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
<%-- <Items>
<f:TextBox ID="txtCompletStatus3" runat="server" Label="本日完成情况" MaxLength="500" LabelWidth="120px" >
</f:TextBox>
</Items>--%>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTaskCompletContent5" runat="server" Label="本周工作任务完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm5" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="4、图纸、材料状态跟踪;统计台账">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPlan4" runat="server" Label="本日工作计划" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
<%-- <Items>
<f:TextBox ID="txtCompletStatus4" runat="server" Label="本日完成情况" MaxLength="500" LabelWidth="120px" >
</f:TextBox>
</Items>--%>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTaskCompletContent6" runat="server" Label="本周工作任务完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm6" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="5、关键事项跟踪">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPlan5" runat="server" Label="本日工作计划" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
<%-- <Items>
<f:TextBox ID="txtCompletStatus5" runat="server" Label="本日完成情况" MaxLength="500" LabelWidth="120px" >
</f:TextBox>
</Items>--%>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTaskCompletContent7" runat="server" Label="本周工作任务完成情况" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
<f:Form ID="SimpleForm7" ShowBorder="false" ShowHeader="true" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="6、可交付成果">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPlan6" runat="server" Label="本日工作计划" MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
<%-- <Items>
<f:TextBox ID="txtCompletStatus6" runat="server" Label="本日完成情况" MaxLength="500" LabelWidth="120px" >
</f:TextBox>
</Items>--%>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTaskCompletContent8" runat="server" Label="本周工作任务完成情况" MaxLength="500" LabelWidth="120px" Required="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</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="SimpleForm7"
OnClick="btnEdit_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Window>
</form>
</body>
</html>