cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!doctype html>
<html class="no-js">
<head>
    <meta charset="utf-8">
    <title>应急预案演练详情</title>
 
</head>
 
<body>
[#include "/business/pages/include/static.html" /]
[#include "/component/select.html" /]
<div class=" clearfix">
    <div class="nopadding" id="fsmCenter">
        <div class="deal_switch">
            <div class="dls_btn" id="dlsBtn">
                <a class="basicinfo focus"><span><em>基本信息</em></span></a>
                <a class="dealrem"><span><em>演练任务</em></span></a>
            </div>
        </div>
 
        <div class="deal_switch_wrap">
            <div class="deal_switch_con iframecon" style="display:block;">
                <table class="basicinfo2" width="100%">
                    <tr>
                        <th><label>创建人:</label></th>
                        <td><span class="infotxt">${info.USER_NAME}</span></td>
                        <th><label>创建时间:</label></th>
                        <td><span class="infotxt">${DateUtil.format("yyyy-MM-dd",info.CREATE_TIME)}</span></td>
                    </tr>
                    <tr>
                        <th><label>计划名称:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_NAME}</span></td>
                    </tr>
                    <tr>
                        <th><label>项目:</label></th>
                        <td><span class="infotxt">${info.CUSTOMER_NAME}</span></td>
                        <th><label>子项目:</label></th>
                        <td><span class="infotxt">${info.SUB_CUSTOMER_NAME}</span></td>
                    </tr>
                    <tr>
                        <th><label>编制目的:</label></th>
                        <td colspan="3"><span class="infotxt">${info.INTENT}</span></td>
                    </tr>
                    <tr>
                        <th><label>使用范围:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_RANGE}</span></td>
                    </tr>
                    <tr>
                        <th><label>启动标准:</label></th>
                        <td colspan="3"><span class="infotxt">${info.STANDARD}</span></td>
                    </tr>
                    <tr>
                        <th><label>预案级别:</label></th>
                        <td colspan="3"><span class="infotxt">${info.LEVEL}</span></td>
                    </tr>
                    <tr>
                        <th><label>应急机构及职责:</label></th>
                        <td colspan="3"><span class="infotxt">${info.DUTY}</span></td>
                    </tr>
                    <tr>
                        <th><label>预案描述:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_DESCRIBE}</span></td>
                    </tr>
                    <tr>
                        <th><label>解决方案:</label></th>
                        <td colspan="3"><span class="infotxt">${info.SOLVE}</span></td>
                    </tr>
                    <tr>
                        <th><label>风险预防:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PREVENTION}</span></td>
                    </tr>
                    <tr>
                        <th><label>演练日期:</label></th>
                        <td colspan="3"><span class="infotxt">${DateUtil.format("yyyy-MM-dd",info.plan_date)}</span></td>
                    </tr>
                    <tr>
                        <th><label>总指挥:</label></th>
                        <td colspan="3"><span class="infotxt">${info.COMMAND_TWO}</span></td>
                    </tr>
                    <tr>
                        <th><label>参与人:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PARTAKE_TWO}</span></td>
                    </tr>
                </table>
            </div>
 
            <!-- 执行 -->
            <div class="deal_switch_con iframecon" style="display:none;">
                    <input type="hidden" name="id" value="${id}"/>
                    <table class="edit_layout" width="99%">
                        <tr>
                            <th><label>组织部门:</label></th>
                            <td colspan="3">
                                ${info.DEPART}
                            </td>
                        </tr>
                        <tr>
                            <th><label>总指挥:</label></th>
                            <td colspan="3">
                                ${info.commandTwo}
                            </td>
                        </tr>
                        <tr>
                            <th><label>参与人:</label></th>
                            <td colspan="3">
                                ${info.partakenTwo}
                            </td>
                        </tr>
                        <tr>
                            <th><label>演练类型:</label></th>
                            <td>
                                ${Constants.getDRILL_TYPE(info.DRILL_TYPE)}
                            </td>
                            <th><label>预案类型:</label></th>
                            <td>
                                ${Constants.getPLAN_TYPE(info.PLAN_TYPE)}
                            </td>
                        </tr>
                        <tr>
                            <th><label >场景人员及准备情况:</label></th>
                            <td colspan="3">
                                ${info.SITUATION}
                            </td>
                        </tr>
                        <tr>
                            <th><label>演练过程:</label></th>
                            <td colspan="3">
                                ${info.PROCESS}
                            </td>
                        </tr>
                        <tr>
                            <th><label>回退方法及步骤:</label></th>
                            <td colspan="3">
                                ${info.STEP}
                            </td>
                        </tr>
                        <tr>
                            <th><label>应急演练总结:</label></th>
                            <td colspan="3">
                                ${info.SUMMARY}
                            </td>
                        </tr>
                    </table>
                    <div class="edit_title"><h3>预案适宜性充分性评审</h3></div>
                     <table class="edit_layout" width="99%">
                         <tr>
                            <th><label>适宜性:</label></th>
                            <td colspan="3">
                                ${Constants.getDRIL_SUITABLE(info.SUITABLE_TYPE)}
                            </td>
                        </tr>
                        <tr>
                            <th><label>充分性:</label></th>
                            <td colspan="3">
                                ${Constants.getDRIL_FULL(info.FULL_TYPE)}
                            </td>
                        </tr>
                     </table>
                     <div class="edit_title "><h3>应急演练情况评审</h3></div>
                     <div class="fs_navtitle">
                         <table class="display_form common_list_table">
                             <tr>
                                 <td class="bg" rowspan="2">人员到位情况:</td>
                                 <td class="bg"></td>
                                 <td>
                                    ${Constants.getDRILL_PERSON_ONE(info.PERSON_ONE_TYPE)}
                                 </td>
                             </tr>
                             <tr>
                                 <td class="bg"></td>
                                 <td>
                                    ${Constants.getDRILL_PERSON_TWO(info.PERSON_TWO_TYPE)}
                                 </td>
                             </tr>
                             <tr>
                                 <td class="bg" rowspan="2">演练准备情况:</td>
                                 <td class="bg">现场物资</td>
                                 <td>
                                    ${Constants.getDRILL_MATERIAL(info.MATERIAL_TYPE)}
                                 </td>
                             </tr>
                             <tr>
                                 <td class="bg">个人防护</td>
                                 <td>
                                    ${Constants.getDRILL_PROTECT(info.PROTECT_TYPE)}
                                 </td>
                             </tr>
                             <tr>
                                 <td class="bg" rowspan="2">协调组织情况:</td>
                                 <td class="bg">整体组织</td>
                                 <td>
                                    ${Constants.getDRILL_ZTZZ(info.ZTZZ_TYPE)}
                                 </td>
                             </tr>
                             <tr>
                                 <td class="bg">应急组分工</td>
                                 <td>
                                    ${Constants.getDRILL_YJFG(info.YJFG_TYPE)}
                                 </td>
                             </tr>
                             <tr>
                                 <td class="bg">实战效果评价:</td>
                                 <td class="bg"></td>
                                 <td>
                                    ${Constants.getDRILL_PJ(info.PJ_TYPE)}
                                 </td>
                             </tr>
                             <tr>
                                 <td class="bg" rowspan="2">外部支援部门和协作有效性:</td>
                                 <td class="bg">报告上级</td>
                                 <td>
                                    ${Constants.getDRILL_BG(info.BG_TYPE)}
                                 </td>
                             </tr>
                             <tr>
                                 <td class="bg">应急车支援</td>
                                 <td>
                                    ${Constants.getDRILL_ZY(info.ZY_TYPE)}
                                 </td>
                             </tr>
                         </table>
                     </div>
            </div>
        </div>
    </div>
</div>
<script type="text/javascript">
    $(function () {
 
        $("#dlsBtn>a").click(function () {
            var index = $("#dlsBtn>a").index(this);
            $("#dlsBtn>a").removeClass("focus");
            $(this).addClass("focus");
 
            var $dom = $("div.deal_switch_con:eq(" + index + ")");
            $("div.deal_switch_con").hide();
            $dom.show();
        })
    })
</script>
</body>
</html>