2024-02-27 18:13:26 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FireWorkView.aspx.cs"
|
2022-03-15 17:36:38 +08:00
|
|
|
Inherits="FineUIPro.Web.HSSE.License.FireWorkView" %>
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head runat="server">
|
2025-02-23 13:09:38 +08:00
|
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,FireWorkView_title%>"/></title>
|
2022-03-15 17:36:38 +08:00
|
|
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
|
|
<style type="text/css">
|
|
|
|
.formtitle .f-field-body {
|
|
|
|
text-align: center;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form id="form1" runat="server">
|
|
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
|
|
|
|
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" TitleAlign="Center"
|
|
|
|
BodyPadding="5px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" EnableTableStyle="true">
|
|
|
|
<Rows>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Label ID="lbLicenseCode" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" LabelWidth="120px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Label>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtApplyUnit" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtApplyUnit_Label%>" Readonly="true" LabelWidth="120px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtApplyManName" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtApplyManName_Label%>" Readonly="true" LabelWidth="120px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
2024-02-27 18:13:26 +08:00
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtWorkLeader" runat="server" Label="<%$ Resources:Lan,FireWorkView_txtWorkLeader_Label%>" Readonly="true" LabelWidth="120px">
|
2024-02-27 18:13:26 +08:00
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtWorkLeaderTel" runat="server" Label="<%$ Resources:Lan,FireWorkView_txtWorkLeaderTel_Label%>" Readonly="true" LabelWidth="120px">
|
2024-02-27 18:13:26 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtHasSpecialProgramme" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtHasSpecialProgramme_Label%>" Readonly="true" LabelWidth="120px">
|
2024-02-27 18:13:26 +08:00
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtOtherAttach" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtOtherAttach_Label%>" Readonly="true" LabelWidth="120px">
|
2024-02-27 18:13:26 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:CheckBoxList ID="cbWorkType1" Label="<%$ Resources:Lan,FireWorkView_cbWorkType2_Label%>" runat="server" LabelWidth="120px" ColumnNumber="9">
|
2024-02-27 18:13:26 +08:00
|
|
|
<f:CheckItem Text="焊接" Value="焊接" />
|
|
|
|
<f:CheckItem Text="气割" Value="气割" />
|
|
|
|
<f:CheckItem Text="燃烧" Value="燃烧" />
|
|
|
|
<f:CheckItem Text="明火" Value="明火" />
|
|
|
|
<f:CheckItem Text="研磨" Value="研磨" />
|
|
|
|
<f:CheckItem Text="打磨" Value="打磨" />
|
|
|
|
<f:CheckItem Text="钻孔" Value="钻孔" />
|
|
|
|
<f:CheckItem Text="破碎" Value="破碎" />
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:CheckItem Text="<%$ Resources:Lan,SubPayRegistrationEdit_Label7_Text%>" Value="<%$ Resources:Lan,SubPayRegistrationEdit_Label7_Text%>" />
|
2024-02-27 18:13:26 +08:00
|
|
|
</f:CheckBoxList>
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:CheckBoxList ID="cbWorkType2" Label="<%$ Resources:Lan,FireWorkView_cbWorkType2_Label%>" runat="server" LabelWidth="120px" >
|
2024-02-27 18:13:26 +08:00
|
|
|
<f:CheckItem Text="使用非防爆的电气设备" Value="使用非防爆的电气设备" />
|
|
|
|
<f:CheckItem Text="使用内燃发动机设备" Value="使用内燃发动机设备" />
|
|
|
|
<f:CheckItem Text="其他特种作业" Value="其他特种作业" />
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:CheckItem Text="<%$ Resources:Lan,SubPayRegistrationEdit_Label7_Text%>" Value="<%$ Resources:Lan,SubPayRegistrationEdit_Label7_Text%>" />
|
2024-02-27 18:13:26 +08:00
|
|
|
</f:CheckBoxList>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:CheckBoxList ID="cbPossibleHazards1" Label="<%$ Resources:Lan,FireWorkView_cbPossibleHazards2_Label%>" runat="server" LabelWidth="120px" ColumnNumber="9">
|
2024-02-27 18:13:26 +08:00
|
|
|
<f:CheckItem Text="爆炸" Value="爆炸" />
|
|
|
|
<f:CheckItem Text="火灾" Value="火灾" />
|
|
|
|
<f:CheckItem Text="灼伤" Value="灼伤" />
|
|
|
|
<f:CheckItem Text="烫伤" Value="烫伤" />
|
|
|
|
<f:CheckItem Text="机械伤害" Value="机械伤害" />
|
|
|
|
<f:CheckItem Text="中毒" Value="中毒" />
|
|
|
|
<f:CheckItem Text="辐射" Value="辐射" />
|
|
|
|
<f:CheckItem Text="触电" Value="触电" />
|
|
|
|
<f:CheckItem Text="泄漏" Value="泄漏" />
|
|
|
|
</f:CheckBoxList>
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:CheckBoxList ID="cbPossibleHazards2" Label="<%$ Resources:Lan,FireWorkView_cbPossibleHazards2_Label%>" runat="server" LabelWidth="120px" ColumnNumber="9">
|
2024-02-27 18:13:26 +08:00
|
|
|
|
|
|
|
<f:CheckItem Text="窒息" Value="窒息" />
|
|
|
|
<f:CheckItem Text="坠落" Value="坠落" />
|
|
|
|
<f:CheckItem Text="落物" Value="落物" />
|
|
|
|
<f:CheckItem Text="掩埋" Value="掩埋" />
|
|
|
|
<f:CheckItem Text="噪声" Value="噪声" />
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:CheckItem Text="<%$ Resources:Lan,SubPayRegistrationEdit_Label7_Text%>" Value="<%$ Resources:Lan,SubPayRegistrationEdit_Label7_Text%>" />
|
2024-02-27 18:13:26 +08:00
|
|
|
</f:CheckBoxList>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow ColumnWidths="50% 30% 20%">
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtNeedGasDetection" runat="server" Label="<%$ Resources:Lan,FireWorkView_txtNeedGasDetection_Label%>" Readonly="true" LabelWidth="120px">
|
2024-02-27 18:13:26 +08:00
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtDetectionFrequency" runat="server" Label="<%$ Resources:Lan,FireWorkView_txtDetectionFrequency_Label%>" Readonly="true" LabelWidth="120px">
|
2024-02-27 18:13:26 +08:00
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:HyperLink ID="HyperLink5" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" Target="_blank" NavigateUrl="#" Width="30px" OnClientClick="showAttr(0);return false;"
|
2024-02-27 18:13:26 +08:00
|
|
|
runat="server">
|
|
|
|
</f:HyperLink>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
2022-03-15 17:36:38 +08:00
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtWorkPalce" runat="server" Label="<%$ Resources:Lan,TempElectricity_WorkPalce_HeaderText%>" Readonly="true" LabelWidth="120px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtFireWatchManName" runat="server" Label="<%$ Resources:Lan,FireWorkView_txtFireWatchManName_Label%>" Readonly="true" LabelWidth="120px">
|
2023-06-10 12:00:41 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtFireMan" runat="server" Label="<%$ Resources:Lan,FireWorkView_txtFireMan_Label%>" Readonly="true" LabelWidth="120px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtWorkDate" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtWorkDate_Label%>" Readonly="true" LabelWidth="120px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtWorkMeasures" runat="server" Label="<%$ Resources:Lan,PressureTestView_txtWorkMeasures_Label%>" Readonly="true" LabelWidth="120px">
|
2023-06-10 12:00:41 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtAnalysisData" runat="server" Label="<%$ Resources:Lan,FireWorkView_txtAnalysisData_Label%>" Readonly="true" LabelWidth="120px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="<%$ Resources:Lan,TempElectricityView_Grid1_Title%>" EnableCollapse="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
runat="server" BoxFlex="1" DataKeyNames="LicenseItemId" EnableColumnLines="true"
|
|
|
|
DataIDField="LicenseItemId" AllowSorting="true" SortField="SortIndex"
|
|
|
|
SortDirection="ASC" AllowPaging="false" >
|
|
|
|
<Columns>
|
|
|
|
<f:RenderField Width="90px" ColumnID="SortIndex" DataField="SortIndex" FieldType="Int"
|
2025-02-23 13:09:38 +08:00
|
|
|
HeaderText="<%$ Resources:Lan,ConstructSolution_tfNumber_HeaderText%>" HeaderTextAlign="Center" TextAlign="Left" >
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:RenderField>
|
|
|
|
<f:RenderField Width="200px" ColumnID="SafetyMeasures" DataField="SafetyMeasures" FieldType="String"
|
2025-02-23 13:09:38 +08:00
|
|
|
HeaderText="<%$ Resources:Lan,TempElectricityView_Grid1_SafetyMeasures_HeaderText%>" HeaderTextAlign="Center" TextAlign="Left" ExpandUnusedSpace="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:RenderField>
|
|
|
|
<f:RenderField Width="100px" ColumnID="ConfirmManName" DataField="ConfirmManName" FieldType="String"
|
2025-02-23 13:09:38 +08:00
|
|
|
HeaderText="<%$ Resources:Lan,TempElectricityView_Grid1_ConfirmManName_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center" >
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:RenderField>
|
|
|
|
<f:RenderField Width="100px" ColumnID="NoUsedName" DataField="NoUsedName" FieldType="String"
|
2025-02-23 13:09:38 +08:00
|
|
|
HeaderText="<%$ Resources:Lan,ConstructSolution_ColumnID_FlowOperateName_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center" >
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:RenderField>
|
|
|
|
</Columns>
|
|
|
|
</f:Grid>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
|
|
|
<f:Form ID="txtForm1" ShowBorder="true" ShowHeader="true" AutoScroll="true" TitleAlign="Left"
|
2025-02-23 13:09:38 +08:00
|
|
|
BodyPadding="5px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="<%$ Resources:Lan,TempElectricityView_txtForm1_Title%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
<Rows>
|
2023-06-10 12:00:41 +08:00
|
|
|
<f:FormRow >
|
2022-03-15 17:36:38 +08:00
|
|
|
<Items>
|
|
|
|
<f:TextArea ID="txtOpinion1" runat="server" Readonly="true" Height="50px">
|
|
|
|
</f:TextArea>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
2023-06-10 12:00:41 +08:00
|
|
|
<f:FormRow ColumnWidths="15% 30% 20% 35%">
|
2022-03-15 17:36:38 +08:00
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:HyperLink ID="HyperLink2" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" Target="_blank" NavigateUrl="#" Width="30px" OnClientClick="showAttr(1);return false;"
|
2022-03-15 17:36:38 +08:00
|
|
|
runat="server">
|
|
|
|
</f:HyperLink>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Label ID="txtName1" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtName4_Label%>" LabelWidth="60px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Label>
|
2023-06-10 12:00:41 +08:00
|
|
|
<f:Image ID="Image1" ImageUrl="~/res/images/Signature0.png" runat="server" ImageHeight="20px" ImageWidth="80px" >
|
|
|
|
</f:Image>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Label ID="txtTime1" runat="server" Text="<%$ Resources:Lan,TempElectricityView_txtTime4_Text%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Label>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
</f:Form>
|
|
|
|
<f:Form ID="txtForm2" ShowBorder="true" ShowHeader="true" AutoScroll="true" TitleAlign="Left"
|
2025-02-23 13:09:38 +08:00
|
|
|
BodyPadding="5px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="<%$ Resources:Lan,TempElectricityView_txtForm2_Title%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
<Rows>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
|
|
|
<f:TextArea ID="txtOpinion2" runat="server" Readonly="true" Height="50px">
|
|
|
|
</f:TextArea>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
2023-06-10 12:00:41 +08:00
|
|
|
<f:FormRow ColumnWidths="15% 30% 20% 35%">
|
2022-03-15 17:36:38 +08:00
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:HyperLink ID="HyperLink1" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" Target="_blank" NavigateUrl="#" Width="30px" OnClientClick="showAttr(2);return false;"
|
2022-03-15 17:36:38 +08:00
|
|
|
runat="server">
|
|
|
|
</f:HyperLink>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Label ID="txtName2" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtName4_Label%>" LabelWidth="60px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Label>
|
2023-06-10 12:00:41 +08:00
|
|
|
<f:Image ID="Image2" ImageUrl="~/res/images/Signature0.png" runat="server" ImageHeight="20px" ImageWidth="80px" >
|
|
|
|
</f:Image>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Label ID="txtTime2" runat="server" Text="<%$ Resources:Lan,TempElectricityView_txtTime4_Text%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Label>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
</f:Form>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
|
|
|
<f:Form ID="txtForm3" ShowBorder="true" ShowHeader="true" AutoScroll="true" TitleAlign="Left"
|
2025-02-23 13:09:38 +08:00
|
|
|
BodyPadding="5px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="<%$ Resources:Lan,TempElectricityView_txtForm3_Title%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
<Rows>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
|
|
|
<f:TextArea ID="txtOpinion3" runat="server" Readonly="true" Height="50px">
|
|
|
|
</f:TextArea>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
2023-06-10 12:00:41 +08:00
|
|
|
<f:FormRow ColumnWidths="15% 30% 20% 35%">
|
|
|
|
<Items >
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:HyperLink ID="HyperLink3" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" Target="_blank" NavigateUrl="#" Width="30px" OnClientClick="showAttr(3);return false;"
|
2022-03-15 17:36:38 +08:00
|
|
|
runat="server">
|
|
|
|
</f:HyperLink>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Label ID="txtName3" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtName4_Label%>" LabelWidth="60px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Label>
|
2023-06-10 12:00:41 +08:00
|
|
|
<f:Image ID="Image3" ImageUrl="~/res/images/Signature0.png" runat="server" ImageHeight="20px" ImageWidth="80px" >
|
|
|
|
</f:Image>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Label ID="txtTime3" runat="server" Text="<%$ Resources:Lan,TempElectricityView_txtTime4_Text%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Label>
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
</f:Form>
|
2024-01-25 19:19:59 +08:00
|
|
|
<f:Form ID="txtForm4" ShowBorder="true" ShowHeader="true" AutoScroll="true" TitleAlign="Left"
|
2025-02-23 13:09:38 +08:00
|
|
|
BodyPadding="5px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Title="<%$ Resources:Lan,TempElectricityView_txtForm4_Title%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
<Rows>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
|
|
|
<f:TextArea ID="txtOpinion4" runat="server" Readonly="true" Height="50px">
|
|
|
|
</f:TextArea>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
2024-01-25 19:19:59 +08:00
|
|
|
<f:FormRow ColumnWidths="15% 30% 20% 35%">
|
2022-03-15 17:36:38 +08:00
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:HyperLink ID="HyperLink4" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" Target="_blank" NavigateUrl="#" Width="30px" OnClientClick="showAttr(4);return false;"
|
2024-01-25 19:19:59 +08:00
|
|
|
runat="server">
|
|
|
|
</f:HyperLink>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Label ID="txtName4" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtName4_Label%>" LabelWidth="60px">
|
2024-01-25 19:19:59 +08:00
|
|
|
</f:Label>
|
|
|
|
<f:Image ID="Image4" ImageUrl="~/res/images/Signature0.png" runat="server" ImageHeight="20px" ImageWidth="80px" >
|
|
|
|
</f:Image>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Label ID="txtTime4" runat="server" Text="<%$ Resources:Lan,TempElectricityView_txtTime4_Text%>">
|
2024-01-25 19:19:59 +08:00
|
|
|
</f:Label>
|
2022-03-15 17:36:38 +08:00
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
</f:Form>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtCance" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtCance_Label%>" Readonly="true" LabelWidth="90px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtClose" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtClose_Label%>" Readonly="true" LabelWidth="90px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
|
|
</Rows>
|
|
|
|
<Toolbars>
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
|
|
<Items>
|
|
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
|
|
</f:ToolbarFill>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose" MarginRight="10px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Button>
|
|
|
|
</Items>
|
|
|
|
</f:Toolbar>
|
|
|
|
</Toolbars>
|
|
|
|
</f:Form>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
|
|
|
Height="500px">
|
|
|
|
</f:Window>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|
|
|
|
|
|
|
|
<script >
|
|
|
|
|
|
|
|
function showAttr(index) {
|
|
|
|
switch (index) {
|
2024-02-27 18:13:26 +08:00
|
|
|
case 0: F.ui.WindowAtt.show("../../<%=GasDetectionAttach%>"); return;
|
2022-03-15 17:36:38 +08:00
|
|
|
case 1: F.ui.WindowAtt.show("./AttachFile/webuploader.aspx?type=1&toKeyId=<%=FlowOperateId1%>"); return;
|
|
|
|
case 2: F.ui.WindowAtt.show("./AttachFile/webuploader.aspx?type=1&toKeyId=<%=FlowOperateId2%>"); return;
|
|
|
|
case 3: F.ui.WindowAtt.show("./AttachFile/webuploader.aspx?type=1&toKeyId=<%=FlowOperateId3%>"); return;
|
2024-02-27 18:13:26 +08:00
|
|
|
case 4: F.ui.WindowAtt.show("./AttachFile/webuploader.aspx?type=1&toKeyId=<%=FlowOperateId4%>"); return;
|
2022-03-15 17:36:38 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
</script>
|