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

199 lines
10 KiB
Plaintext
Raw Normal View History

2023-10-26 15:38:13 +08:00
<%@ 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>
2023-11-06 15:45:52 +08:00
<Items>
<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">
<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>
</Columns>
</f:Grid>
</Items>
</f:FormRow>
<%-- <f:FormRow>
2023-10-26 15:38:13 +08:00
<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>
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" Title="2、HSE管理个人安全行动计划完情况)">
<Rows>
<f:FormRow>
<Items>
2023-12-28 15:12:04 +08:00
<f:TextBox ID="txtTaskContentHse" runat="server" Label="工作任务安排" MaxLength="500" Required="true" ShowRedStar="true" LabelWidth="120px">
2023-10-26 15:38:13 +08:00
</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>
2023-12-28 15:12:04 +08:00
<f:TextBox ID="txtTaskContentZl" runat="server" Label="工作任务安排" MaxLength="500" Required="true" ShowRedStar="true" LabelWidth="120px">
2023-10-26 15:38:13 +08:00
</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>
2023-12-28 15:12:04 +08:00
<f:TextBox ID="txtTaskContentTz" runat="server" Label="工作任务安排" MaxLength="500" Required="true" ShowRedStar="true" LabelWidth="120px">
2023-10-26 15:38:13 +08:00
</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>
2023-12-28 15:12:04 +08:00
<f:TextBox ID="txtTaskContentGjsx" runat="server" Label="工作任务安排" MaxLength="500" Required="true" ShowRedStar="true" LabelWidth="120px">
2023-10-26 15:38:13 +08:00
</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>
2023-12-28 15:12:04 +08:00
<f:TextBox ID="txtTaskContentJf" runat="server" Label="工作任务安排" MaxLength="500" Required="true" ShowRedStar="true" LabelWidth="120px">
2023-10-26 15:38:13 +08:00
</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>