202306271、修改本部检查通知页面。2、修改赛鼎现场人员更换单位,新项目入场单位下拉框处理。

This commit is contained in:
2023-06-27 15:37:37 +08:00
parent 974a106b57
commit 3137596e47
15 changed files with 234 additions and 267 deletions
@@ -25,7 +25,7 @@
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
<Items>
<f:Panel runat="server" ID="panelLeftRegion" RegionPosition="Left" RegionSplit="true"
EnableCollapse="true" Width="280px" Title="监督检查" TitleToolTip="监督检查" ShowBorder="true"
EnableCollapse="true" Width="300px" Title="监督检查" TitleToolTip="监督检查" ShowBorder="true"
ShowHeader="false" BodyPadding="5px" IconFont="ArrowCircleLeft" Layout="VBox" AutoScroll="true">
<Items>
<f:DatePicker ID="txtCheckStartTimeS" runat="server" Label="开始时间" AutoPostBack="true" OnTextChanged="Tree_TextChanged"
@@ -37,8 +37,8 @@
</Items>
<Items>
<f:Tree ID="tvControlItem" EnableCollapse="true" ShowHeader="true" Title="监督检查节点树"
OnNodeCommand="tvControlItem_NodeCommand" AutoLeafIdentification="true"
runat="server" EnableTextSelection="true" AutoScroll="true">
OnNodeCommand="tvControlItem_NodeCommand" AutoLeafIdentification="true" Height="620px"
runat="server" EnableTextSelection="true">
</f:Tree>
</Items>
</f:Panel>
@@ -62,42 +62,41 @@
</Toolbars>
<Items>
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Left">
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="130px">
<Rows>
<f:FormRow ColumnWidths="40% 60%">
<f:FormRow>
<Items>
<f:Label ID="drpSubjectUnit" Label="受检单位" runat="server" LabelWidth="80px">
</f:Label>
<f:Label ID="txtSubjectObject" ShowLabel="false" runat="server" MarginLeft="140px"></f:Label>
<f:Label ID="drpSubjectUnit" Label="受检单位" runat="server" >
</f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="40% 60%">
<f:FormRow >
<Items>
<f:Label ID="txtSubjectUnitMan" Label="受检单位负责人" runat="server" LabelWidth="120px">
<f:Label ID="txtSubjectUnitMan" Label="受检单位负责人" runat="server" >
</f:Label>
<f:Label ID="txtSubjectUnitTel" Label="受检单位负责人电话" runat="server" LabelWidth="150px">
<f:Label ID="txtSubjectUnitTel" Label="负责人电话" runat="server">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="txtSubjectUnitAdd" Label="受检单位地址" runat="server" LabelWidth="110px">
<f:Label ID="txtSubjectUnitAdd" Label="受检单位地址" runat="server" >
</f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="40% 60%">
<f:FormRow >
<Items>
<f:Label ID="txtCheckStartTime" Label="检查开始日期" runat="server" LabelWidth="110px">
<f:Label ID="txtCheckStartTime" Label="检查开始日期" runat="server" >
</f:Label>
<f:Label ID="txtCheckEndTime" Label="检查结束日期" runat="server" LabelWidth="110px">
<f:Label ID="txtCheckEndTime" Label="检查结束日期" runat="server" >
</f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="40% 60%">
<f:FormRow >
<Items>
<f:Label ID="txtCompileMan" Label="编制人" runat="server" LabelWidth="100px">
<f:Label ID="txtCompileMan" Label="编制人" runat="server" >
</f:Label>
<f:Label ID="txtCompileDate" Label="编制日期" runat="server" LabelWidth="100px">
<f:Label ID="txtCompileDate" Label="编制日期" runat="server" >
</f:Label>
</Items>
</f:FormRow>
@@ -106,16 +105,16 @@
</Items>
<Items>
<f:Form ID="Form2" ShowBorder="true" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Left">
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow ColumnWidths="30% 70%">
<f:FormRow >
<Items>
<f:Label ID="Label1" runat="server" Text="现场安全检查" Label="检查项名称">
</f:Label>
<f:Label ID="lblSubjectUnitId" runat="server" Label="受检对象"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="30% 70%">
<f:FormRow >
<Items>
<f:Label ID="lblCheckDate" runat="server" Label="生效日">
</f:Label>
@@ -139,16 +138,16 @@
</Items>
<Items>
<f:Form ID="Form4" ShowBorder="true" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Left">
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow ColumnWidths="30% 70%">
<f:FormRow >
<Items>
<f:Label ID="Label9" runat="server" Text="检查报告" Label="检查项名称">
</f:Label>
<f:Label ID="lblCheckObject" runat="server" Label="受检对象"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="30% 70%">
<f:FormRow >
<Items>
<f:Label ID="lblCheckStartTime" runat="server" Label="生效日">
</f:Label>
@@ -172,16 +171,16 @@
</Items>
<Items>
<f:Form ID="Form3" ShowBorder="true" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Left">
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow ColumnWidths="30% 70%">
<f:FormRow >
<Items>
<f:Label ID="Label5" runat="server" Text="隐患整改" Label="检查项名称">
</f:Label>
<f:Label ID="lblUnitId" runat="server" Label="受检对象"></f:Label>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="30% 70%">
<f:FormRow >
<Items>
<f:Label ID="lblCheckedDate" runat="server" Label="生效日">
</f:Label>
@@ -213,7 +212,7 @@
</f:Window>
<f:Window ID="Window2" Title="检查内容项" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="true" runat="server" OnClose="Window1_Close" IsModal="true"
Width="1200px" Height="650px">
Width="1200px" Height="650px" Maximized="true">
</f:Window>
</form>
<script type="text/javascript">