Files
xinjiang/SGGL/FineUIPro.Web/Check/HSE/CheckProblemView.aspx
T
2026-06-04 10:14:15 +08:00

171 lines
8.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CheckProblemView.aspx.cs" Inherits="FineUIPro.Web.Check.HSE.CheckProblemView" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>安全不符合项清单</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.labcenter {
text-align: center;
}
.f-grid-row .f-grid-cell-inner {
white-space: normal;
word-break: break-all;
}
.f-grid-row.red {
background-color: #FF7575;
background-image: none;
}
.fontred {
color: #FF7575;
background-image: none;
}
</style>
</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:TextBox ID="txtUnitName" runat="server" Label="受检单位" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:RadioButtonList runat="server" ID="rblUnitType" Label="单位类型" Readonly="true">
<f:RadioItem Value="承包商" Text="承包商" />
<f:RadioItem Value="项目部" Text="项目部" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProjectName" runat="server" Label="受检项目" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAddress" runat="server" Label="项目地址" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtAssemblyName" runat="server" Label="机组名称" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtClassifyName" runat="server" Label="问题分类" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtNatureName" runat="server" Label="问题性质" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtClassifyItemName" runat="server" Label="分类明细" LabelAlign="Right" Readonly="true">
</f:TextArea>
<f:TextArea ID="txtNatureItemContent" runat="server" Label="性质明细" LabelAlign="Right" Readonly="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription" runat="server" Label="问题描述" Readonly="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckTeamUser" runat="server" Label="检查人" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:DatePicker ID="txtCheckDate" Label="检查日期" runat="server" DateFormatString="yyyy-MM-dd" Readonly="true" LabelAlign="Right">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRectificationUserName" runat="server" Label="整改人" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:DatePicker ID="txtLimitDate" Label="整改期限" runat="server" DateFormatString="yyyy-MM-dd" Readonly="true" LabelAlign="Right">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPMUserName" runat="server" Label="项目经理" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:DatePicker ID="txtCloseTime" Label="闭环日期" runat="server" DateFormatString="yyyy-MM-dd" LabelAlign="Right" Readonly="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCompileManName" runat="server" Label="创建人" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:DatePicker ID="txtCompileDate" Label="编制日期" runat="server" DateFormatString="yyyy-MM-dd" LabelAlign="Right" Readonly="true">
</f:DatePicker>
</Items>
</f:FormRow>
<%--<f:FormRow>
<Items>
<f:Panel ID="Panel1" ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
<Items>
<f:Label runat="server" Text="问题图片:" CssStyle="padding-left:25px" Width="110px" CssClass="marginr" ShowLabel="false"></f:Label>
<f:Button ID="imgBtnFile" Text="问题图片" ToolTip="上传及查看" Icon="TableCell" runat="server"
OnClick="imgBtnFile_Click">
</f:Button>
</Items>
</f:Panel>
</Items>
</f:FormRow>--%>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="备注" Readonly="true">
</f:TextArea>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnAttach" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server" OnClick="btnAttach_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
</f:Button>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:HiddenField ID="hdId" runat="server">
</f:HiddenField>
<f:HiddenField ID="hdAttachUrl" runat="server">
</f:HiddenField>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="Window1" Title="编辑检查项明细" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true"
Width="1100px" Height="520px">
</f:Window>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" OnClose="WindowAtt_Close" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</form>
<%--<script>
var menuID = '<%= Menu1.ClientID %>';
// 返回false,来阻止浏览器右键菜单
function onRowContextMenu(event, rowId) {
F(menuID).show(); //showAt(event.pageX, event.pageY);
return false;
}
function onGridDataLoad(event) {
this.mergeColumns(['CheckItemType']);
}
</script>--%>
</body>
</html>