230 lines
16 KiB
Plaintext
230 lines
16 KiB
Plaintext
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="IncidentInvestigationEdit.aspx.cs" Inherits="FineUIPro.Web.ContractorQuality.IncidentInvestigationEdit" %>
|
||
|
|
||
|
<!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" 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:GroupPanel ID="GroupPanel1" Title="申报人填写" Layout="Anchor" runat="server">
|
||
|
<Items>
|
||
|
<f:Form ShowBorder="false" ShowHeader="false" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
|
<Rows>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:DatePicker ID="txtPunishDate" runat="server" Label="发现日期" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="150px"></f:DatePicker>
|
||
|
<f:TextBox ID="txtLocation" runat="server" Label="位置" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextArea ID="txtDescription" runat="server" Label="质量事件描述" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="150px"></f:TextArea>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtContractor" runat="server" Label="涉及承包商" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
|
||
|
<f:Panel ID="Panel3" Width="500px" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
|
||
|
<Items>
|
||
|
<f:Label ID="lblAttach" runat="server" Label="相关附件上传" LabelAlign="Right" LabelWidth="150px">
|
||
|
</f:Label>
|
||
|
<f:Button ID="btnAttach" Icon="TableCell" EnablePostBack="true" Text="上传" runat="server" OnClick="btnAttach_Click">
|
||
|
</f:Button>
|
||
|
</Items>
|
||
|
</f:Panel>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
</f:Form>
|
||
|
</Items>
|
||
|
</f:GroupPanel>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:GroupPanel ID="GroupPanel2" Title="SSR管理员填写" Layout="Anchor" runat="server">
|
||
|
<Items>
|
||
|
<f:Form ShowBorder="false" ShowHeader="false" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
|
<Rows>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtContractor2" runat="server" Label="涉及承包商" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
|
||
|
<f:TextBox ID="txtFO_No" runat="server" Label="合同号" LabelAlign="Right" LabelWidth="150px" AutoPostBack="true" OnTextChanged="txtText_TextChanged"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtMainCoordinator" runat="server" Label="主协调员" LabelAlign="Right" LabelWidth="150px">
|
||
|
</f:TextBox>
|
||
|
<f:TextBox ID="txtMCDept" runat="server" Label="主协调员所在部门" LabelAlign="Right" LabelWidth="150px">
|
||
|
</f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow ID="frNoRequester" Hidden="true">
|
||
|
<Items>
|
||
|
<f:DropDownList ID="drpContractRequester" runat="server" Label="合同需求人" LabelAlign="Right" LabelWidth="150px" EnableEdit="true"></f:DropDownList>
|
||
|
<f:TextBox ID="txtContractRequesterDep" runat="server" Label="需求合同部门" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtUserRepresentative" runat="server" Label="用户代表" LabelAlign="Right" LabelWidth="150px">
|
||
|
</f:TextBox>
|
||
|
<f:DropDownList ID="drpContractAdmin" runat="server" Label="合同管理员" LabelAlign="Right" LabelWidth="150px" EnableEdit="true"></f:DropDownList>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtItemNo" runat="server" Label="序号" LabelWidth="150px" Readonly="true"></f:TextBox>
|
||
|
<f:Label ID="Label1" runat="server"></f:Label>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
</f:Form>
|
||
|
</Items>
|
||
|
</f:GroupPanel>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:GroupPanel ID="GroupPanel3" Title="主协调员填写" Layout="Anchor" runat="server">
|
||
|
<Items>
|
||
|
<f:Form ShowBorder="false" ShowHeader="false" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
|
<Rows>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:DropDownList ID="drpViolationClause" runat="server" Label="违章条款" EnableEdit="true" LabelAlign="Right" LabelWidth="150px" EnableGroup="true"
|
||
|
AutoPostBack="true" OnSelectedIndexChanged="drpViolationClause_OnSelectedIndexChanged" ShowRedStar="true" Required="true">
|
||
|
</f:DropDownList>
|
||
|
<f:DropDownList ID="drpViolationDegree" runat="server" Label="违章等级" LabelAlign="Right" LabelWidth="150px">
|
||
|
<f:ListItem Value="1" Text="一般违章" />
|
||
|
<f:ListItem Value="2" Text="严重违章" />
|
||
|
<f:ListItem Value="3" Text="零容忍违章" />
|
||
|
</f:DropDownList>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:NumberBox ID="txtCompany" runat="server" Label="违章扣款(公司)" LabelAlign="Right" LabelWidth="150px" DecimalPrecision="2" ShowRedStar="true" Required="true"></f:NumberBox>
|
||
|
<f:TextBox ID="txtIndividualPerson" runat="server" Label="违章人员" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:NumberBox ID="txtIndividual" runat="server" Label="违章扣款(个人)" LabelAlign="Right" DecimalPrecision="2" LabelWidth="150px" ShowRedStar="true" Required="true"></f:NumberBox>
|
||
|
<f:DropDownList ID="drpUserDep" runat="server" Label="用户部门" LabelAlign="Right" LabelWidth="150px" EnableEdit="true"></f:DropDownList>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:Panel ID="Panel1" Width="500px" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
|
||
|
<Items>
|
||
|
<f:Label ID="Label2" runat="server" Label="质量调查相关附件" LabelAlign="Right" LabelWidth="150px">
|
||
|
</f:Label>
|
||
|
<f:Button ID="btnAttach2" Icon="TableCell" EnablePostBack="true" Text="上传" runat="server" OnClick="btnAttach2_Click">
|
||
|
</f:Button>
|
||
|
</Items>
|
||
|
</f:Panel>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
</f:Form>
|
||
|
</Items>
|
||
|
</f:GroupPanel>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:GroupPanel ID="GroupPanel4" Title="用户部门填写" Layout="Anchor" runat="server">
|
||
|
<Items>
|
||
|
<f:Form ShowBorder="false" ShowHeader="false" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
|
<Rows>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtIndividualSES" runat="server" Label="违章相关SES" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
</f:Form>
|
||
|
</Items>
|
||
|
</f:GroupPanel>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:GroupPanel ID="GroupPanel5" Title="合同管理员填写" Layout="Anchor" runat="server">
|
||
|
<Items>
|
||
|
<f:Form ShowBorder="false" ShowHeader="false" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
|
<Rows>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtSES_No" runat="server" Label="扣款SES" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
|
||
|
<f:DatePicker ID="txtCompletionDate" runat="server" Label="扣款完成时间" LabelAlign="Right" LabelWidth="150px"></f:DatePicker>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
</f:Form>
|
||
|
</Items>
|
||
|
</f:GroupPanel>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:GroupPanel ID="GPAudit" Title="审核" Layout="Anchor" runat="server" Hidden="true">
|
||
|
<Items>
|
||
|
<f:Form ShowBorder="false" ShowHeader="false" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
|
<Rows>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:RadioButtonList ID="rbIsPass" runat="server" Label="审核结果" LabelWidth="150px">
|
||
|
<f:RadioItem Value="1" Text="通过" Selected="true" />
|
||
|
<f:RadioItem Value="0" Text="拒绝" />
|
||
|
</f:RadioButtonList>
|
||
|
<f:Label runat="server"></f:Label>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtAuditResult" runat="server" Label="通过/拒绝描述" LabelWidth="150px"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
</f:Form>
|
||
|
</Items>
|
||
|
</f:GroupPanel>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
<Toolbars>
|
||
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||
|
<Items>
|
||
|
<f:HiddenField ID="hdId" runat="server"></f:HiddenField>
|
||
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ToolTip="保存(暂存)" ValidateForms="SimpleForm1"
|
||
|
OnClick="btnSave_Click" Hidden="true">
|
||
|
</f:Button>
|
||
|
<f:Button ID="btnSbumit" Icon="DatabaseSave" runat="server" Text="提交" ToolTip="提交下一审核人" ValidateForms="SimpleForm1"
|
||
|
OnClick="btnSbumit_Click" Hidden="true">
|
||
|
</f:Button>
|
||
|
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" ToolTip="关闭" runat="server" Icon="SystemClose">
|
||
|
</f:Button>
|
||
|
</Items>
|
||
|
</f:Toolbar>
|
||
|
</Toolbars>
|
||
|
</f:Form>
|
||
|
</form>
|
||
|
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
||
|
Height="500px">
|
||
|
</f:Window>
|
||
|
</body>
|
||
|
</html>
|