156 lines
7.8 KiB
Plaintext
156 lines
7.8 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TaskContentEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.Performance.TaskContentEdit" %>
|
||
|
||
<!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:DropDownList runat="server" ID="ddlNowWeek" Label="当前周" LabelAlign="Right" Required="true" ShowRedStar="true"
|
||
AutoPostBack="true" OnSelectedIndexChanged="OnddlNowWeekChanged">
|
||
|
||
</f:DropDownList>
|
||
|
||
<f:Form ID="pForm1" ShowBorder="false" ShowHeader="true" AutoScroll="true"
|
||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="1、施工进度管理">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtTaskContent1" runat="server" Label="工作任务安排" MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
|
||
</f:TextBox>
|
||
|
||
<f:TextBox ID="txtProjectQuantity1" runat="server" Label="工程量" MaxLength="50" LabelWidth="80px">
|
||
</f:TextBox>
|
||
|
||
<f:TextBox ID="txtDemandPlan1" runat="server" Label="人材机资源需求计划" MaxLength="50" LabelWidth="160px">
|
||
</f:TextBox>
|
||
</Items>
|
||
|
||
</f:FormRow>
|
||
<f:FormRow runat="server" ID="fr1">
|
||
<Items>
|
||
<f:TextBox ID="txtTaskContent2" runat="server" Label="工作任务安排" MaxLength="50" Required="true" LabelWidth="120px">
|
||
</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 runat="server" ID="fr2">
|
||
<Items>
|
||
<f:TextBox ID="txtTaskContent3" runat="server" Label="工作任务安排" MaxLength="50" Required="true" LabelWidth="120px">
|
||
</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>
|
||
|
||
</f:FormRow>
|
||
<%-- <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" Title="2、HSE管理(个人安全行动计划完情况)">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtTaskContentHse" runat="server" Label="工作任务安排" MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
|
||
</f:TextBox>
|
||
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
|
||
<f:Form ID="Form3" ShowBorder="false" ShowHeader="true" AutoScroll="true"
|
||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="3、质量管理情况(质量检查计划及实施)">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtTaskContentZl" runat="server" Label="工作任务安排" MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
|
||
</f:TextBox>
|
||
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
|
||
<f:Form ID="Form4" ShowBorder="false" ShowHeader="true" AutoScroll="true"
|
||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="4、图纸、材料状态跟踪;统计台账">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtTaskContentTz" runat="server" Label="工作任务安排" MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
|
||
</f:TextBox>
|
||
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
|
||
<f:Form ID="Form5" ShowBorder="false" ShowHeader="true" AutoScroll="true"
|
||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="5、关键事项跟踪">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtTaskContentGjsx" runat="server" Label="工作任务安排" MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
|
||
</f:TextBox>
|
||
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
|
||
<f:Form ID="Form6" ShowBorder="false" ShowHeader="true" AutoScroll="true"
|
||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="6、可交付成果(工程签证、费用审核方案审编、计划编制技术总结等)">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtTaskContentJf" runat="server" Label="工作任务安排" MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="120px">
|
||
</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="pForm1,Form2,Form3,Form4,Form5,Form6"
|
||
OnClick="btnEdit_Click">
|
||
</f:Button>
|
||
</Items>
|
||
</f:Toolbar>
|
||
</Toolbars>
|
||
</f:Window>
|
||
</form>
|
||
</body>
|
||
</html>
|