CNCEC_SUBQHSE_WUHUAN/SGGL/FineUIPro.Web/CQMS/ManageReport/QuarterlyProjectQualityEdit...

235 lines
18 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QuarterlyProjectQualityEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.ManageReport.QuarterlyProjectQualityEdit" %>
<!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>
<link href="~/res/css/common.css" rel="stylesheet" type="text/css" />
</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"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="ddlYearId" runat="server" Label="年度" Required="True" ShowRedStar="True" AutoPostBack="true" OnSelectedIndexChanged="drpYear_SelectedIndexChanged" LabelWidth="120px">
</f:DropDownList>
<f:DropDownList ID="ddlQuarter" runat="server" Label="季度" Required="True" ShowRedStar="True" AutoPostBack="true" OnSelectedIndexChanged="drpYear_SelectedIndexChanged">
</f:DropDownList>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="填报时间" ID="txtCompileDate"
Required="True" ShowRedStar="True">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpResponsiblePerson" runat="server" Label="填报单位负责人" LabelWidth="120px">
</f:DropDownList>
<f:DropDownList ID="drpCompileMan" runat="server" Label="填报人">
</f:DropDownList>
<f:TextBox ID="txtTel" runat="server" Label="联系电话"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:GroupPanel ID="GroupPanel1" Title="质量管理组织状况" runat="server" EnableCollapse="true">
<Items>
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Items>
<f:FormRow>
<Items>
<f:NumberBox ID="txtQualityManagePersonNum" runat="server" Label="专职质量管理人员数(人)" NoNegative="true" NoDecimal="true" LabelWidth="200px"></f:NumberBox>
<f:NumberBox ID="txtAdvancedTitlePersonNum" runat="server" Label="其中具有高级职称人数(人)" NoNegative="true" NoDecimal="true" LabelWidth="210px"></f:NumberBox>
<f:NumberBox ID="txtIntermediateTitlePersonNum" runat="server" Label="其中具有中级职称人数(人)" NoNegative="true" NoDecimal="true" LabelWidth="210px"></f:NumberBox>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:GroupPanel ID="GroupPanel2" Title="实施工程项目情况" runat="server" EnableCollapse="true">
<Items>
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Items>
<f:FormRow>
<Items>
<f:NumberBox ID="txtBeImplementedProjectNum" runat="server" Label="本季度正在实施项目数量(个)" NoNegative="true" NoDecimal="true" LabelWidth="260px"></f:NumberBox>
<f:NumberBox ID="txtStartImplementedProjectNum" runat="server" Label="本季度开始实施项目数量(个)" NoNegative="true" NoDecimal="true" LabelWidth="260px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtAccumulativeStartImplemented" runat="server" Label="本年累计开始实施项目数量(个)" NoNegative="true" NoDecimal="true" LabelWidth="260px"></f:NumberBox>
<f:NumberBox ID="txtCompleteProjectNum" runat="server" Label="本季度完成(竣工)项目数量(个)" NoNegative="true" NoDecimal="true" LabelWidth="260px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtYearCompleteProjectNum" runat="server" Label="本年累计完成(竣工)项目数量(个)" NoNegative="true" NoDecimal="true" LabelWidth="260px"></f:NumberBox>
<f:Label ID="Label1" runat="server"></f:Label>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:GroupPanel ID="GroupPanel3" Title="单位工程质量情况" runat="server" EnableCollapse="true">
<Items>
<f:GroupPanel ID="GroupPanel4" Title="本季度完成" runat="server" EnableCollapse="true">
<Items>
<f:Form ID="Form4" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Items>
<f:FormRow>
<Items>
<f:NumberBox ID="txtQuarterTotal" runat="server" Label="总数" NoNegative="true" NoDecimal="true" LabelWidth="130px" AutoPostBack="true" OnTextChanged="txtQuarterTotal_TextChanged"></f:NumberBox>
<f:NumberBox ID="txtQuarterFirstPassNum" runat="server" Label="一次合格数" NoNegative="true" NoDecimal="true" LabelWidth="130px" AutoPostBack="true" OnTextChanged="txtQuarterTotal_TextChanged"></f:NumberBox>
<f:NumberBox ID="txtQuarterFirstPassRate" runat="server" Label="一次合格率(%" NoNegative="true" LabelWidth="130px"></f:NumberBox>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:GroupPanel>
<f:GroupPanel ID="GroupPanel5" Title="本年累计完成" runat="server" EnableCollapse="true">
<Items>
<f:Form ID="Form5" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Items>
<f:FormRow>
<Items>
<f:NumberBox ID="txtYearTotal" runat="server" Label="总数" NoNegative="true" NoDecimal="true" LabelWidth="130px" AutoPostBack="true" OnTextChanged="txtYearTotal_TextChanged"></f:NumberBox>
<f:NumberBox ID="txtYearFirstPassNum" runat="server" Label="一次合格数" NoNegative="true" NoDecimal="true" LabelWidth="130px" AutoPostBack="true" OnTextChanged="txtYearTotal_TextChanged"></f:NumberBox>
<f:NumberBox ID="txtYearFirstPassRate" runat="server" Label="一次合格率(%" NoNegative="true" LabelWidth="130px"></f:NumberBox>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
</f:GroupPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:GroupPanel ID="GroupPanel6" Title="企业级质量监督检查情况" runat="server" EnableCollapse="true">
<Items>
<f:GroupPanel ID="GroupPanel7" Title="本季度" runat="server" EnableCollapse="true">
<Items>
<f:Form ID="Form6" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Items>
<f:FormRow>
<Items>
<f:NumberBox ID="txtQuaterCheckSuperviseNum" runat="server" Label="开展质量监督检查次数(次)" NoNegative="true" NoDecimal="true" LabelWidth="220px"></f:NumberBox>
<f:NumberBox ID="txtQuaterCorrectiveNoticeNum" runat="server" Label="发出质量整改通知单份数(份)" NoNegative="true" NoDecimal="true" LabelWidth="220px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtQuaterQualityProblemNum" runat="server" Label="涉及质量问题项数(项)" NoNegative="true" NoDecimal="true" LabelWidth="220px"></f:NumberBox>
<f:NumberBox ID="txtQuaterClosedQualityProblemNum" runat="server" Label="已关闭质量问题项数(项)" NoNegative="true" NoDecimal="true" LabelWidth="220px"></f:NumberBox>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:GroupPanel>
<f:GroupPanel ID="GroupPanel8" Title="本年累计完成" runat="server" EnableCollapse="true">
<Items>
<f:Form ID="Form7" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Items>
<f:FormRow>
<Items>
<f:NumberBox ID="txtYearCheckSuperviseNum" runat="server" Label="开展质量监督检查次数(次)" NoNegative="true" NoDecimal="true" LabelWidth="220px"></f:NumberBox>
<f:NumberBox ID="txtYearCorrectiveNoticeNum" runat="server" Label="发出质量整改通知单份数(份)" NoNegative="true" NoDecimal="true" LabelWidth="220px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtYearQualityProblemNum" runat="server" Label="涉及质量问题项数(项)" NoNegative="true" NoDecimal="true" LabelWidth="220px"></f:NumberBox>
<f:NumberBox ID="txtYearClosedQualityProblemNum" runat="server" Label="已关闭质量问题项数(项)" NoNegative="true" NoDecimal="true" LabelWidth="220px"></f:NumberBox>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
</f:GroupPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:GroupPanel ID="GroupPanel9" Title="较大及以上质量事故情况" runat="server" EnableCollapse="true">
<Items>
<f:GroupPanel ID="GroupPanel10" Title="本季度" runat="server" EnableCollapse="true">
<Items>
<f:Form ID="Form8" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Items>
<f:FormRow>
<Items>
<f:NumberBox ID="txtQuaterQualityAccidentNum" runat="server" Label="发生起数(起)" NoNegative="true" NoDecimal="true" LabelWidth="130px"></f:NumberBox>
<f:NumberBox ID="txtQuaterDirectEconomicLoss" runat="server" Label="直接经济损失(万元)" NoNegative="true" NoDecimal="true" LabelWidth="180px"></f:NumberBox>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:GroupPanel>
<f:GroupPanel ID="GroupPanel11" Title="本年累计" runat="server" EnableCollapse="true">
<Items>
<f:Form ID="Form9" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Items>
<f:FormRow>
<Items>
<f:NumberBox ID="txtYearQualityAccidentNum" runat="server" Label="发生起数(起)" NoNegative="true" NoDecimal="true" LabelWidth="130px"></f:NumberBox>
<f:NumberBox ID="txtYearDirectEconomicLoss" runat="server" Label="直接经济损失(万元)" NoNegative="true" NoDecimal="true" LabelWidth="180px"></f:NumberBox>
</Items>
</f:FormRow>
</Items>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
</f:GroupPanel>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill2" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" Text="保存"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose" Text="关闭">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>