|
|
@@ -0,0 +1,951 @@
|
|
|
1
|
+<!DOCTYPE html>
|
|
|
2
|
+<html>
|
|
|
3
|
+
|
|
|
4
|
+ <head>
|
|
|
5
|
+ <meta charset="UTF-8">
|
|
|
6
|
+ <title>工单详情</title>
|
|
|
7
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
8
|
+ <script src="../Script/Common/huayi.load.js"></script>
|
|
|
9
|
+ <script src="../Script/Common/huayi.config.js"></script>
|
|
|
10
|
+ <!--<link href="../css/WorkOrder/Search.css" rel="stylesheet">-->
|
|
|
11
|
+ <link href="../css/init.css" rel="stylesheet" />
|
|
|
12
|
+ <style>
|
|
|
13
|
+ .ld-service li {
|
|
|
14
|
+ float: left;
|
|
|
15
|
+ font-size: 14px;
|
|
|
16
|
+ color: #000;
|
|
|
17
|
+ padding: 5px 15px;
|
|
|
18
|
+ cursor: pointer;
|
|
|
19
|
+ }
|
|
|
20
|
+
|
|
|
21
|
+ .cr-click {
|
|
|
22
|
+ border-bottom: 2px solid #00a1cb;
|
|
|
23
|
+ }
|
|
|
24
|
+
|
|
|
25
|
+ .Shows {
|
|
|
26
|
+ display: block !important;
|
|
|
27
|
+ }
|
|
|
28
|
+
|
|
|
29
|
+ .complain {
|
|
|
30
|
+ display: none;
|
|
|
31
|
+ }
|
|
|
32
|
+
|
|
|
33
|
+ .Borders {
|
|
|
34
|
+ border: 1px solid #d7d7d7;
|
|
|
35
|
+ }
|
|
|
36
|
+
|
|
|
37
|
+ .form-group {
|
|
|
38
|
+ margin-top: 10px;
|
|
|
39
|
+ }
|
|
|
40
|
+
|
|
|
41
|
+ .Table {
|
|
|
42
|
+ width: 100%;
|
|
|
43
|
+ }
|
|
|
44
|
+
|
|
|
45
|
+ tbody {
|
|
|
46
|
+ border: 1px solid #ccc;
|
|
|
47
|
+ }
|
|
|
48
|
+
|
|
|
49
|
+ .Table th {
|
|
|
50
|
+ width: 7%;
|
|
|
51
|
+ padding: 5px 8px 10px 0;
|
|
|
52
|
+ text-align: right;
|
|
|
53
|
+ }
|
|
|
54
|
+
|
|
|
55
|
+ .Table td {
|
|
|
56
|
+ padding: 6px;
|
|
|
57
|
+ }
|
|
|
58
|
+
|
|
|
59
|
+ .bor_bootm {
|
|
|
60
|
+ border-bottom: 1px solid #ccc;
|
|
|
61
|
+ }
|
|
|
62
|
+
|
|
|
63
|
+ .datil_ul {
|
|
|
64
|
+ padding-left: 0;
|
|
|
65
|
+ }
|
|
|
66
|
+
|
|
|
67
|
+ .datil_ul li {
|
|
|
68
|
+ width: 25%;
|
|
|
69
|
+ padding: 5px;
|
|
|
70
|
+ float: left;
|
|
|
71
|
+ }
|
|
|
72
|
+
|
|
|
73
|
+ .wh_btn input {
|
|
|
74
|
+ background: rgb(0, 161, 203);
|
|
|
75
|
+ }
|
|
|
76
|
+
|
|
|
77
|
+ .XGXX {
|
|
|
78
|
+ margin-left: 0;
|
|
|
79
|
+ }
|
|
|
80
|
+ /*.authority{
|
|
|
81
|
+ display: none;
|
|
|
82
|
+ }*/
|
|
|
83
|
+ ul li{
|
|
|
84
|
+ list-style: none;
|
|
|
85
|
+ }
|
|
|
86
|
+ .wh_btn input {
|
|
|
87
|
+ background: rgb(0, 161, 203);
|
|
|
88
|
+ color: #fff;
|
|
|
89
|
+ padding: 6px 10px;
|
|
|
90
|
+ outline: none;
|
|
|
91
|
+ font-size: 12px;
|
|
|
92
|
+ margin-left: 15px;
|
|
|
93
|
+ border: 0;
|
|
|
94
|
+ border-radius: 3px;
|
|
|
95
|
+ box-sizing: border-box;
|
|
|
96
|
+ }
|
|
|
97
|
+
|
|
|
98
|
+
|
|
|
99
|
+
|
|
|
100
|
+
|
|
|
101
|
+ </style>
|
|
|
102
|
+ </head>
|
|
|
103
|
+ <body class="gray-bg">
|
|
|
104
|
+ <div class="wrapper wrapper-content animated fadeInRight">
|
|
|
105
|
+ <ul class="ld-service clearfix">
|
|
|
106
|
+ <li itemtype="0" class="cr-click" itemtype="0">工单信息</li>
|
|
|
107
|
+ <li itemtype="1" itemtype="1">交办信息</li>
|
|
|
108
|
+ <li itemtype="1" itemtype="1">监察意见</li>
|
|
|
109
|
+ <li itemtype="2" itemtype="2">领导批示</li>
|
|
|
110
|
+ <li itemtype="2" itemtype="2">市长批示</li>
|
|
|
111
|
+ <li itemtype="2" itemtype="2">回退信息</li>
|
|
|
112
|
+ <li itemtype="3" itemtype="3">办理情况</li>
|
|
|
113
|
+ <li itemtype="3" itemtype="3">延时审核</li>
|
|
|
114
|
+ <li itemtype="3" itemtype="3">退回审核</li>
|
|
|
115
|
+ <li itemtype="4" itemtype="4">回访信息</li>
|
|
|
116
|
+ <li itemtype="5" itemtype="5">督办信息</li>
|
|
|
117
|
+ <li itemtype="6" itemtype="6">市民催办</li>
|
|
|
118
|
+ <li itemtype="7" itemtype="7">办理过程</li>
|
|
|
119
|
+ </ul>
|
|
|
120
|
+ <div class="Content_box">
|
|
|
121
|
+ <!--诉求信息-->
|
|
|
122
|
+ <div class="complain Shows DCL">
|
|
|
123
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
124
|
+ <table class="Table" border="0" cellspacing="0" cellpadding="0">
|
|
|
125
|
+ <tbody>
|
|
|
126
|
+ <tr class="bor_bootm">
|
|
|
127
|
+ <th>名字:</th>
|
|
|
128
|
+ <td><span class="F_CusName"></span></td>
|
|
|
129
|
+ <th>来源:</th>
|
|
|
130
|
+ <td><span class="LY"></span></td>
|
|
|
131
|
+ <th>来电号码:</th>
|
|
|
132
|
+ <td><span class="F_ConPhone"></span></td>
|
|
|
133
|
+ <th>联系号码:</th>
|
|
|
134
|
+ <td><span class="F_CusPhone"></span></td>
|
|
|
135
|
+ </tr>
|
|
|
136
|
+ <tr>
|
|
|
137
|
+ <th>标题:</th>
|
|
|
138
|
+ <td colspan="7">
|
|
|
139
|
+ <span class="F_ComTitle"></span>
|
|
|
140
|
+ </td>
|
|
|
141
|
+ </tr>
|
|
|
142
|
+ <tr>
|
|
|
143
|
+ <th>内容:</th>
|
|
|
144
|
+ <td colspan="7">
|
|
|
145
|
+ <span class="F_ComContent"></span>
|
|
|
146
|
+ </td>
|
|
|
147
|
+ </tr>
|
|
|
148
|
+ <tr>
|
|
|
149
|
+ <th>附件:</th>
|
|
|
150
|
+ <td colspan="7">
|
|
|
151
|
+ <span class="FJ">
|
|
|
152
|
+
|
|
|
153
|
+ </span>
|
|
|
154
|
+ </td>
|
|
|
155
|
+ </tr>
|
|
|
156
|
+ <tr class="bor_bootm">
|
|
|
157
|
+ <th>事件地址:</th>
|
|
|
158
|
+ <td colspan="7">
|
|
|
159
|
+ <span class="AreaName" style="margin-right: 10px;"></span><span class='F_SourceAddress'>563 4494</span>
|
|
|
160
|
+ </td>
|
|
|
161
|
+ </tr>
|
|
|
162
|
+ <tr>
|
|
|
163
|
+ <th>类型:</th>
|
|
|
164
|
+ <td>
|
|
|
165
|
+ <span class="LX"></span>
|
|
|
166
|
+ </td>
|
|
|
167
|
+ <th>紧急程度:</th>
|
|
|
168
|
+ <td>
|
|
|
169
|
+ <span class="CD"></span>
|
|
|
170
|
+ </td>
|
|
|
171
|
+ <th colspan="3">密级:</th>
|
|
|
172
|
+ <td>
|
|
|
173
|
+ <span class="MJ"></span>
|
|
|
174
|
+ </td>
|
|
|
175
|
+ </tr>
|
|
|
176
|
+ <tr>
|
|
|
177
|
+ <th>处理结果:</th>
|
|
|
178
|
+ <td colspan="7">
|
|
|
179
|
+ <span class="Result"></span>
|
|
|
180
|
+ </td>
|
|
|
181
|
+ </tr>
|
|
|
182
|
+ <tr class="bor_bootm">
|
|
|
183
|
+ <th>结案意见:</th>
|
|
|
184
|
+ <td colspan="7">
|
|
|
185
|
+ <span class="F_FinalOpinion"></span>
|
|
|
186
|
+ </td>
|
|
|
187
|
+ </tr>
|
|
|
188
|
+
|
|
|
189
|
+ </tbody>
|
|
|
190
|
+ </table>
|
|
|
191
|
+ </div>
|
|
|
192
|
+
|
|
|
193
|
+ </div>
|
|
|
194
|
+ <!--交办信息-->
|
|
|
195
|
+ <div class="complain DCL">
|
|
|
196
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
197
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
198
|
+ <theard>
|
|
|
199
|
+ <tr>
|
|
|
200
|
+ <td class="text-center" style="width:60px;">次数</td>
|
|
|
201
|
+ <td class="text-center" style="width:114px;">交办时间</td>
|
|
|
202
|
+ <td class="text-center" style="width:114px;">办理时限</td>
|
|
|
203
|
+ <td class="text-center" style="min-width:80px;">主办单位</td>
|
|
|
204
|
+ <td class="text-center" style="min-width:80px;">协办单位</td>
|
|
|
205
|
+ <td class="text-center" style="min-width: 200px;">交办意见</td>
|
|
|
206
|
+ <td class="text-center authority" style="min-width: 100px;">操作</td>
|
|
|
207
|
+ </tr>
|
|
|
208
|
+ </theard>
|
|
|
209
|
+ <tbody class="JBXX">
|
|
|
210
|
+ </tbody>
|
|
|
211
|
+ </table>
|
|
|
212
|
+ </div>
|
|
|
213
|
+ </div>
|
|
|
214
|
+ <!--监察-->
|
|
|
215
|
+ <div class="complain DCL">
|
|
|
216
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
217
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
218
|
+ <theard>
|
|
|
219
|
+ <tr>
|
|
|
220
|
+ <td class="text-center" style="width:50px;">次数</td>
|
|
|
221
|
+ <td class="text-center" style="min-width:100px;">监察人</td>
|
|
|
222
|
+ <td class="text-center">监察意见</td>
|
|
|
223
|
+ <td class="text-center" style="min-width:100px;">监察时间</td>
|
|
|
224
|
+
|
|
|
225
|
+ </tr>
|
|
|
226
|
+ </theard>
|
|
|
227
|
+ <tbody class="JC">
|
|
|
228
|
+ </tbody>
|
|
|
229
|
+ </table>
|
|
|
230
|
+ </div>
|
|
|
231
|
+ </div>
|
|
|
232
|
+ <!--领导批示-->
|
|
|
233
|
+ <div class="complain DCL">
|
|
|
234
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
235
|
+ <div style="text-align: center; height: ">
|
|
|
236
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
237
|
+ <theard>
|
|
|
238
|
+ <tr>
|
|
|
239
|
+ <td class="text-center" style="min-width:100px;">批示人</td>
|
|
|
240
|
+ <td class="text-center" style="min-width:100px;">批示内容</td>
|
|
|
241
|
+ <td class="text-center" style="min-width:100px;">批示时间</td>
|
|
|
242
|
+ <td class="text-center" style="min-width:100px;">附件</td>
|
|
|
243
|
+ <td class="text-center authority" style="min-width:100px;">操作</td>
|
|
|
244
|
+ </tr>
|
|
|
245
|
+ </theard>
|
|
|
246
|
+ <tbody class="LDPS">
|
|
|
247
|
+ </tbody>
|
|
|
248
|
+ </table>
|
|
|
249
|
+ </div>
|
|
|
250
|
+ </div>
|
|
|
251
|
+ </div>
|
|
|
252
|
+ <!--市长批示-->
|
|
|
253
|
+ <div class="complain DCL">
|
|
|
254
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
255
|
+ <div style="text-align: center; height: ">
|
|
|
256
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
257
|
+ <theard>
|
|
|
258
|
+ <tr>
|
|
|
259
|
+ <td class="text-center" style="min-width:100px;">批示人</td>
|
|
|
260
|
+ <td class="text-center" style="min-width:100px;">批示内容</td>
|
|
|
261
|
+ <td class="text-center" style="min-width:100px;">批示时间</td>
|
|
|
262
|
+ <td class="text-center" style="min-width:100px;">附件</td>
|
|
|
263
|
+ <td class="text-center authority" style="min-width:100px;">操作</td>
|
|
|
264
|
+ </tr>
|
|
|
265
|
+ </theard>
|
|
|
266
|
+ <tbody class="SZPS">
|
|
|
267
|
+ </tbody>
|
|
|
268
|
+ </table>
|
|
|
269
|
+ </div>
|
|
|
270
|
+ </div>
|
|
|
271
|
+ </div>
|
|
|
272
|
+ <!--回退信息-->
|
|
|
273
|
+ <div class="complain DCL">
|
|
|
274
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
275
|
+ <div style="text-align: center; height: ">
|
|
|
276
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
277
|
+ <theard>
|
|
|
278
|
+ <tr>
|
|
|
279
|
+ <td class="text-center" style="min-width:100px;">批示人</td>
|
|
|
280
|
+ <td class="text-center" style="min-width:100px;">批示内容</td>
|
|
|
281
|
+ <td class="text-center" style="min-width:100px;">批示时间</td>
|
|
|
282
|
+ <td class="text-center" style="min-width:100px;">附件</td>
|
|
|
283
|
+ <td class="text-center authority" style="min-width:100px;">操作</td>
|
|
|
284
|
+ </tr>
|
|
|
285
|
+ </theard>
|
|
|
286
|
+ <tbody class="HTXX">
|
|
|
287
|
+ </tbody>
|
|
|
288
|
+ </table>
|
|
|
289
|
+ </div>
|
|
|
290
|
+ </div>
|
|
|
291
|
+ </div>
|
|
|
292
|
+ <!--办理情况-->
|
|
|
293
|
+ <div class="complain DCL ">
|
|
|
294
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
295
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
296
|
+ <theard>
|
|
|
297
|
+ <tr>
|
|
|
298
|
+ <td class="text-center" style="min-width:100px;">办理人</td>
|
|
|
299
|
+ <td class="text-center" style="min-width:100px;">单位</td>
|
|
|
300
|
+ <td class="text-center" style="min-width:100px;">类型</td>
|
|
|
301
|
+ <td class="text-center" style="min-width:100px;">办理内容</td>
|
|
|
302
|
+
|
|
|
303
|
+ <td class="text-center" style="min-width:100px;">办理时间</td>
|
|
|
304
|
+ <td class="text-center" style="min-width:50px;">附件</td>
|
|
|
305
|
+ <td class="text-center authority" style="min-width:80px;">操作</td>
|
|
|
306
|
+
|
|
|
307
|
+ </tr>
|
|
|
308
|
+ </theard>
|
|
|
309
|
+ <tbody class="BLQK">
|
|
|
310
|
+ </tbody>
|
|
|
311
|
+ </table>
|
|
|
312
|
+ </div>
|
|
|
313
|
+ </div>
|
|
|
314
|
+ <!--延时情况-->
|
|
|
315
|
+ <div class="complain DCL ">
|
|
|
316
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
317
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
318
|
+ <theard>
|
|
|
319
|
+ <tr>
|
|
|
320
|
+ <td class="text-center" style="min-width:100px;">次数</td>
|
|
|
321
|
+ <td class="text-center" style="min-width:100px;">状态</td>
|
|
|
322
|
+ <td class="text-center" style="min-width:100px;">申请时间</td>
|
|
|
323
|
+ <td class="text-center" style="min-width:100px;">申请原因</td>
|
|
|
324
|
+ <td class="text-center" style="min-width:100px;">审核时间</td>
|
|
|
325
|
+ <td class="text-center" style="min-width:80px;">审核意见</td>
|
|
|
326
|
+ <td class="text-center authority" style="min-width:100px;">操作</td>
|
|
|
327
|
+ </tr>
|
|
|
328
|
+ </theard>
|
|
|
329
|
+ <tbody class="YSSHS">
|
|
|
330
|
+ </tbody>
|
|
|
331
|
+ </table>
|
|
|
332
|
+ </div>
|
|
|
333
|
+ </div>
|
|
|
334
|
+ <!--退回审核-->
|
|
|
335
|
+ <div class="complain DCL ">
|
|
|
336
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
337
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
338
|
+ <theard>
|
|
|
339
|
+ <tr>
|
|
|
340
|
+ <td class="text-center" style="min-width:100px;">次数</td>
|
|
|
341
|
+ <td class="text-center" style="min-width:100px;">申请时间</td>
|
|
|
342
|
+ <td class="text-center" style="min-width:100px;">申请原因</td>
|
|
|
343
|
+ <td class="text-center" style="min-width:100px;">状态</td>
|
|
|
344
|
+ <td class="text-center" style="min-width:100px;">审核时间</td>
|
|
|
345
|
+ <td class="text-center" style="min-width:80px;">审核意见</td>
|
|
|
346
|
+ <td class="text-center authority" style="min-width:100px;">操作</td>
|
|
|
347
|
+ </tr>
|
|
|
348
|
+ </theard>
|
|
|
349
|
+ <tbody class="YTHHS">
|
|
|
350
|
+ </tbody>
|
|
|
351
|
+ </table>
|
|
|
352
|
+ </div>
|
|
|
353
|
+ </div>
|
|
|
354
|
+ <!--回访信息-->
|
|
|
355
|
+ <div class="complain DCL">
|
|
|
356
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
357
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
358
|
+ <theard>
|
|
|
359
|
+ <tr>
|
|
|
360
|
+ <td class="text-center" style="min-width:50px;">次数</td>
|
|
|
361
|
+ <td class="text-center" style="min-width:100px;">回访人</td>
|
|
|
362
|
+ <td class="text-center" style="min-width:100px;">回访方式</td>
|
|
|
363
|
+ <td class="text-center" style="min-width:100px;">回访信息</td>
|
|
|
364
|
+ <td class="text-center" style="min-width:100px;">回访结果</td>
|
|
|
365
|
+ <td class="text-center" style="min-width:100px;">操作时间</td>
|
|
|
366
|
+ <td class="text-center authority" style="min-width:100px;">操作</td>
|
|
|
367
|
+ </tr>
|
|
|
368
|
+ </theard>
|
|
|
369
|
+ <tbody class="HGXX">
|
|
|
370
|
+ </tbody>
|
|
|
371
|
+ </table>
|
|
|
372
|
+ </div>
|
|
|
373
|
+
|
|
|
374
|
+ </div>
|
|
|
375
|
+ <!--督办信息-->
|
|
|
376
|
+ <div class="complain DCL">
|
|
|
377
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
378
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
379
|
+ <theard>
|
|
|
380
|
+ <tr>
|
|
|
381
|
+ <td class="text-center" style="min-width:50px;">次数</td>
|
|
|
382
|
+ <td class="text-center" style="min-width:100px;">督办人</td>
|
|
|
383
|
+ <td class="text-center" style="min-width:100px;">督办意见</td>
|
|
|
384
|
+ <td class="text-center" style="min-width:100px;">督办时间</td>
|
|
|
385
|
+ </tr>
|
|
|
386
|
+ </theard>
|
|
|
387
|
+ <tbody class="DBXX">
|
|
|
388
|
+ </tbody>
|
|
|
389
|
+ </table>
|
|
|
390
|
+ </div>
|
|
|
391
|
+ </div>
|
|
|
392
|
+ <!--市民催办-->
|
|
|
393
|
+ <div class="complain DCL">
|
|
|
394
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
395
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
396
|
+ <theard>
|
|
|
397
|
+ <tr>
|
|
|
398
|
+ <td class="text-center" style="width:50px;">序号</td>
|
|
|
399
|
+ <td class="text-center" style="min-width:100px;">催办内容</td>
|
|
|
400
|
+ <td class="text-center" style="width:100px;">催办时间</td>
|
|
|
401
|
+ </tr>
|
|
|
402
|
+ </theard>
|
|
|
403
|
+ <tbody id="citizenReminder">
|
|
|
404
|
+ </tbody>
|
|
|
405
|
+ </table>
|
|
|
406
|
+ </div>
|
|
|
407
|
+ </div>
|
|
|
408
|
+ <!--办理过程-->
|
|
|
409
|
+ <div class="complain DCL " id="BLGC">
|
|
|
410
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
411
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
412
|
+ <theard>
|
|
|
413
|
+ <tr>
|
|
|
414
|
+ <td class="text-center" style="min-width:50px;">序号</td>
|
|
|
415
|
+ <td class="text-center" style="min-width:100px;">事项</td>
|
|
|
416
|
+ <td class="text-center" style="min-width:100px;">操作时间</td>
|
|
|
417
|
+ </tr>
|
|
|
418
|
+ </theard>
|
|
|
419
|
+ <tbody id="BLGC_">
|
|
|
420
|
+ </tbody>
|
|
|
421
|
+ </table>
|
|
|
422
|
+ </div>
|
|
|
423
|
+ </div>
|
|
|
424
|
+ <div class="clearfix">
|
|
|
425
|
+ <ul class="clearfix datil_ul">
|
|
|
426
|
+ <li>
|
|
|
427
|
+ 单号:
|
|
|
428
|
+ <span class="DH"></span>
|
|
|
429
|
+ </li>
|
|
|
430
|
+ <li>
|
|
|
431
|
+ 状态:
|
|
|
432
|
+ <span class='ZT'></span>
|
|
|
433
|
+ </li>
|
|
|
434
|
+ <li>
|
|
|
435
|
+ 受理人:
|
|
|
436
|
+ <span class="SL"></span>
|
|
|
437
|
+ </li>
|
|
|
438
|
+ <li>
|
|
|
439
|
+ 处理方式:
|
|
|
440
|
+ <span class="CLFS"></span>
|
|
|
441
|
+ </li>
|
|
|
442
|
+ <li>
|
|
|
443
|
+ 录入时间:
|
|
|
444
|
+ <span class="LRSJ"></span>
|
|
|
445
|
+ </li>
|
|
|
446
|
+ <li>
|
|
|
447
|
+ 提交时间:
|
|
|
448
|
+ <span class="submitTime"></span>
|
|
|
449
|
+ </li>
|
|
|
450
|
+ <li>
|
|
|
451
|
+ 办理时间:
|
|
|
452
|
+ <span class="SLHJ"></span>
|
|
|
453
|
+ </li>
|
|
|
454
|
+ <li>
|
|
|
455
|
+ 结案时间:
|
|
|
456
|
+ <span class="lawsuitTime"></span>
|
|
|
457
|
+ </li>
|
|
|
458
|
+ </ul>
|
|
|
459
|
+ <div class="clearfix wh_btn" style="width:100%;text-align:center;margin:10px 0;">
|
|
|
460
|
+ <input type="hidden" class="hidWid" />
|
|
|
461
|
+ </div>
|
|
|
462
|
+ <input type="hidden" id="Change" />
|
|
|
463
|
+ </div>
|
|
|
464
|
+ </div>
|
|
|
465
|
+ </div>
|
|
|
466
|
+
|
|
|
467
|
+ <script>
|
|
|
468
|
+ var wid = helper.request.queryString("wid"),
|
|
|
469
|
+ dot = helper.request.queryString("dot");
|
|
|
470
|
+ $(document).ready(function() {
|
|
|
471
|
+ if(wid) {
|
|
|
472
|
+
|
|
|
473
|
+ load();
|
|
|
474
|
+ $("#Change").val(wid);
|
|
|
475
|
+ //预览
|
|
|
476
|
+ $(".print").click(function() {
|
|
|
477
|
+ layer.open({
|
|
|
478
|
+ type: 2,
|
|
|
479
|
+ content: "PrintPreview-1.html?wid=" + wid, //iframe的url,no代表不显示滚动条
|
|
|
480
|
+ title: '打印/导出',
|
|
|
481
|
+ area: ['788.8px', '90%'], //宽高
|
|
|
482
|
+ });
|
|
|
483
|
+ //window.location.href = "PrintPreview-1.html?wid=" + wid;
|
|
|
484
|
+ })
|
|
|
485
|
+
|
|
|
486
|
+ //关闭
|
|
|
487
|
+ $(".closexq").click(function() {
|
|
|
488
|
+ var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
|
|
|
489
|
+ parent.layer.close(index); //再执行关闭
|
|
|
490
|
+ })
|
|
|
491
|
+ }
|
|
|
492
|
+ //弹屏右侧切换效果
|
|
|
493
|
+ $(".ld-service li").click(function() {
|
|
|
494
|
+ $(this).addClass("cr-click").siblings().removeClass("cr-click");
|
|
|
495
|
+ var index = $(this).index();
|
|
|
496
|
+ var ss = $(this).attr("itemtype");
|
|
|
497
|
+ $(".Content_box").find(".complain").eq(index).addClass("Shows").siblings().removeClass("Shows");
|
|
|
498
|
+
|
|
|
499
|
+ });
|
|
|
500
|
+
|
|
|
501
|
+ function load() {
|
|
|
502
|
+ $.getJSON(huayi.config.callcenter_url + 'CountyBusiness/GetAreaWorkOrder', {
|
|
|
503
|
+ workorderid: wid,
|
|
|
504
|
+ branchcode:dot,
|
|
|
505
|
+ "token": $.cookie("token")
|
|
|
506
|
+ }, function(result) {
|
|
|
507
|
+ if(result.state.toLowerCase() == "success") {
|
|
|
508
|
+ var Data = result.data.data;
|
|
|
509
|
+ var State = Data[0].F_WorkState;
|
|
|
510
|
+ var CLFS = Data[0].F_IsResult;
|
|
|
511
|
+ var isprotect = Data[0].isprotect;
|
|
|
512
|
+ var level = Data[0].F_Level;
|
|
|
513
|
+ $(".F_CusName").text(Data[0].F_CusName);
|
|
|
514
|
+ $(".F_ConPhone").text(Data[0].F_CusPhone);
|
|
|
515
|
+ $(".F_CusPhone").text(Data[0].F_ConPhone);
|
|
|
516
|
+ $(".F_ComTitle").text(Data[0].F_ComTitle);
|
|
|
517
|
+ $('.F_ComContent').text(Data[0].F_ComContent);
|
|
|
518
|
+ $('.F_SourceAddress').text(Data[0].F_SourceAddress);
|
|
|
519
|
+ $('.F_FinalOpinion').text(Data[0].F_FinalOpinion);
|
|
|
520
|
+ $('.LRSJ').text(Data[0].F_CreateTime); //录入时间
|
|
|
521
|
+ $('.submitTime').text(Data[0].F_SubmitTime); //提交时间
|
|
|
522
|
+ $('.SLHJ').text(Data[0].F_EndTime); //办理时间
|
|
|
523
|
+ $('.lawsuitTime').text(Data[0].F_CloseTime); //结案时间
|
|
|
524
|
+ $('.SL').text(Data[0].UserName);
|
|
|
525
|
+ $(".DH").text(Data[0].F_WorkOrderId);
|
|
|
526
|
+ $(".LY").text(Data[0].SourceName);
|
|
|
527
|
+ $(".LX").text(Data[0].TypeName1);
|
|
|
528
|
+ $(".Result").text(Data[0].F_Result);
|
|
|
529
|
+ $(".AreaName").text(Data[0].AreaName);
|
|
|
530
|
+ //附件
|
|
|
531
|
+ var HTML;
|
|
|
532
|
+ $(Data[0].File).each(function(i, n) {
|
|
|
533
|
+ HTML = '<a style="margin-right:5px;" href="' + n.F_FileUrl + '" download="' + n.F_FileUrl + '">' + n.F_FileName.substring(19) + '</a>'
|
|
|
534
|
+ $(HTML).appendTo($('.FJ'));
|
|
|
535
|
+ })
|
|
|
536
|
+ if(State == 0) {
|
|
|
537
|
+ $('.ZT').text("新工单");
|
|
|
538
|
+ } else if(State == 1) {
|
|
|
539
|
+ $('.ZT').text("待交办");
|
|
|
540
|
+ } else if(State == 2) {
|
|
|
541
|
+ $('.ZT').text("待查收");
|
|
|
542
|
+ } else if(State == 3) {
|
|
|
543
|
+ $('.ZT').text("退回审核中");
|
|
|
544
|
+ } else if(State == 4) {
|
|
|
545
|
+ $('.ZT').text("办理中");
|
|
|
546
|
+ } else if(State == 5) {
|
|
|
547
|
+ $('.ZT').text("延时审核中");
|
|
|
548
|
+ } else if(State == 6) {
|
|
|
549
|
+ $('.ZT').text("已办理");
|
|
|
550
|
+ } else if(State == 7) {
|
|
|
551
|
+ $('.ZT').text("已回访");
|
|
|
552
|
+ } else if(State == 8) {
|
|
|
553
|
+ $('.ZT').text("重办中");
|
|
|
554
|
+ } else if(State == 9) {
|
|
|
555
|
+ $('.ZT').text("已结案");
|
|
|
556
|
+ }
|
|
|
557
|
+ //办理方式
|
|
|
558
|
+ if(CLFS == 0) {
|
|
|
559
|
+ $('.CLFS').text("网络转办");
|
|
|
560
|
+ } else {
|
|
|
561
|
+ $('.CLFS').text("当即办理");
|
|
|
562
|
+ }
|
|
|
563
|
+ //密级程度
|
|
|
564
|
+ if(Data[0].F_IsProtect == 0) {
|
|
|
565
|
+ $('.MJ').text("普通");
|
|
|
566
|
+ } else {
|
|
|
567
|
+ $('.MJ').text("保密");
|
|
|
568
|
+ }
|
|
|
569
|
+ //紧急程度
|
|
|
570
|
+ if(Data[0].F_Level == 1) {
|
|
|
571
|
+ $('.CD').text("普通");
|
|
|
572
|
+ } else if(Data[0].F_Level == 2) {
|
|
|
573
|
+ $('.CD').text("紧急");
|
|
|
574
|
+ }
|
|
|
575
|
+ //办理情况
|
|
|
576
|
+ var htmls = '';
|
|
|
577
|
+ if(result.data.bldata.length < 0) {
|
|
|
578
|
+ htmls = '<tr>' +
|
|
|
579
|
+ '<td class="text-center">' + n.UserName + '</td>' +
|
|
|
580
|
+ '</tr>';
|
|
|
581
|
+ }
|
|
|
582
|
+ $(".BLQK").empty();
|
|
|
583
|
+ //console.log(result.data.bldata);
|
|
|
584
|
+ $(result.data.bldata).each(function(i, n) {
|
|
|
585
|
+ var bval = n.F_Type;
|
|
|
586
|
+ switch(bval + '') {
|
|
|
587
|
+ case '1':
|
|
|
588
|
+ bval = '主办';
|
|
|
589
|
+ break;
|
|
|
590
|
+ case '2':
|
|
|
591
|
+ bval = '协办';
|
|
|
592
|
+ break;
|
|
|
593
|
+ }
|
|
|
594
|
+ htmls += '<tr>' +
|
|
|
595
|
+ '<td class="text-center">' + n.UserName + '</td>' +
|
|
|
596
|
+ '<td class="text-center">' + n.DeptName + '</td>' +
|
|
|
597
|
+ '<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
|
|
|
598
|
+ '<td class="text-center">' + n.F_Result + '</td>' +
|
|
|
599
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
600
|
+ '<td class="text-center">';
|
|
|
601
|
+ //办理情况附件
|
|
|
602
|
+ $(n.File).each(function(j, m) {
|
|
|
603
|
+ htmls += '<a style="margin-right:5px;" href="' + m.F_FileUrl + '" download="' + m.F_FileUrl + '">' + m.F_FileName.substring(19) + '</a>';
|
|
|
604
|
+ })
|
|
|
605
|
+
|
|
|
606
|
+ htmls += '</td>' +
|
|
|
607
|
+ '<td class="text-center authority"><botton class="btns BLQKS " dealman="' + n.UserName + '" result="' + n.F_Result + '" type="" index="' + n.F_Id + '">修改</botton></td>' +
|
|
|
608
|
+ '</tr>';
|
|
|
609
|
+ })
|
|
|
610
|
+ $(htmls).appendTo($(".BLQK"));
|
|
|
611
|
+
|
|
|
612
|
+ //回访信息
|
|
|
613
|
+ var htmlss = '';
|
|
|
614
|
+ if(result.data.hfdata.length < 0) {
|
|
|
615
|
+ htmlss = '<tr>' +
|
|
|
616
|
+ '<td class="text-center">' + n.UserName + '</td>' +
|
|
|
617
|
+ '</tr>';
|
|
|
618
|
+ } else {
|
|
|
619
|
+ $(".HGXX").empty();
|
|
|
620
|
+ $(result.data.hfdata).each(function(i, n) {
|
|
|
621
|
+ var a;
|
|
|
622
|
+ var b;
|
|
|
623
|
+ if(n.F_IsSatisfie == 0) {
|
|
|
624
|
+ a = "不满意";
|
|
|
625
|
+ } else {
|
|
|
626
|
+ a = "满意";
|
|
|
627
|
+ }
|
|
|
628
|
+ if(n.F_Type == 0) {
|
|
|
629
|
+ b = "电话";
|
|
|
630
|
+ } else {
|
|
|
631
|
+ b = "微信";
|
|
|
632
|
+ }
|
|
|
633
|
+
|
|
|
634
|
+ htmlss += '<tr>' +
|
|
|
635
|
+ '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
636
|
+ '<td class="text-center">' + n.F_VisitUser + '</td>' +
|
|
|
637
|
+ '<td class="text-center">' + b + '</td>' +
|
|
|
638
|
+ '<td class="text-center">' + n.F_Result + '</td>' +
|
|
|
639
|
+ '<td class="text-center">' + a + '</td>' +
|
|
|
640
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
641
|
+ '<td class="text-center authority">' +
|
|
|
642
|
+ '<botton class="btns HFXG " index="' + n.F_Id + '" visituser="' + n.F_VisitUser + '"' +
|
|
|
643
|
+ 'result="' + n.F_Result + '" callid="" type="' + n.F_Type + '" issatisfie="' + n.F_IsSatisfie + '">修改</botton>' +
|
|
|
644
|
+ '</td>' +
|
|
|
645
|
+ '</tr>';
|
|
|
646
|
+ })
|
|
|
647
|
+ $(htmlss).appendTo($(".HGXX"));
|
|
|
648
|
+ //交办信息
|
|
|
649
|
+ var jbxx = '';
|
|
|
650
|
+ $(".JBXX").empty();
|
|
|
651
|
+ $(result.data.jbdata).each(function(i, n) {
|
|
|
652
|
+ //debugger;
|
|
|
653
|
+ var OtherDeptName = n.OtherDeptName == null ? '-' : n.OtherDeptName;
|
|
|
654
|
+ jbxx += '<tr>' +
|
|
|
655
|
+ '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
656
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
657
|
+ '<td class="text-center">' + n.F_LimitTime + '</td>' +
|
|
|
658
|
+ '<td class="text-center">' + n.DeptName + '</td>' +
|
|
|
659
|
+ '<td class="text-center">' + OtherDeptName + '</td>' +
|
|
|
660
|
+ '<td class="text-center">' + n.F_AssignedOpinion + '</td>' +
|
|
|
661
|
+ '<td class="text-center authority"><botton class="btns XGXX " data_time="' + n.F_LimitTime + '" data_Opinio="' + n.F_AssignedOpinion + '" index="' + n.F_Id + '">修改</botton></td>' +
|
|
|
662
|
+ '</tr>';
|
|
|
663
|
+ })
|
|
|
664
|
+ $(jbxx).appendTo($(".JBXX"));
|
|
|
665
|
+ //督办信息
|
|
|
666
|
+ var htmlsss = '';
|
|
|
667
|
+ if(result.data.dbdata.length < 0) {
|
|
|
668
|
+ htmlsss = '<tr>' +
|
|
|
669
|
+ '<td class="text-center">' + n.UserName + '</td>' +
|
|
|
670
|
+ '</tr>';
|
|
|
671
|
+ } else {
|
|
|
672
|
+ $(".DBXX").empty();
|
|
|
673
|
+ $(result.data.dbdata).each(function(i, n) {
|
|
|
674
|
+ htmlsss = htmlsss + '<tr>' +
|
|
|
675
|
+ '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
676
|
+ '<td class="text-center">' + n.UserName + '</td>' +
|
|
|
677
|
+ '<td class="text-center">' + n.F_Content + '</td>' +
|
|
|
678
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
679
|
+ '</tr>';
|
|
|
680
|
+ })
|
|
|
681
|
+ $(htmlsss).appendTo($(".DBXX"));
|
|
|
682
|
+ //监察
|
|
|
683
|
+ var html_ = '';
|
|
|
684
|
+ $(".JC").empty();
|
|
|
685
|
+ $(result.data.jcdata).each(function(i, n) {
|
|
|
686
|
+ html_ += '<tr>' +
|
|
|
687
|
+ '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
688
|
+ '<td class="text-center">' + n.UserName + '</td>' +
|
|
|
689
|
+ '<td class="text-center">' + n.F_Content + '</td>' +
|
|
|
690
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
691
|
+ '</tr>';
|
|
|
692
|
+ })
|
|
|
693
|
+ $(html_).appendTo($(".JC"));
|
|
|
694
|
+ //延时审核
|
|
|
695
|
+ var Ysh = '';
|
|
|
696
|
+ $(".YSSHS").empty();
|
|
|
697
|
+ $(result.data.ysdata).each(function(i, n) {
|
|
|
698
|
+ var a = '未审核';
|
|
|
699
|
+ if(n.F_IsAudit == '1') {
|
|
|
700
|
+ a = '同意';
|
|
|
701
|
+ }
|
|
|
702
|
+ if(n.F_IsAudit == '2') {
|
|
|
703
|
+ a = '拒绝';
|
|
|
704
|
+ }
|
|
|
705
|
+ Ysh += '<tr>' +
|
|
|
706
|
+ '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
707
|
+ '<td class="text-center">' + a + '</td>' +
|
|
|
708
|
+ '<td class="text-center">' + n.F_NewTime + '</td>' +
|
|
|
709
|
+ '<td class="text-center">' + n.F_Reason + '</td>' +
|
|
|
710
|
+ '<td class="text-center">' + n.F_AgreeTime + '</td>' +
|
|
|
711
|
+ '<td class="text-center">' + n.F_RefuseReason + '</td>' +
|
|
|
712
|
+ '<td class="text-center authority"><botton class="btns LYSSH " index="' + n.F_Id + '" reason="' + n.F_RefuseReason + '" >修改</botton></td>' +
|
|
|
713
|
+ '</tr>';
|
|
|
714
|
+ })
|
|
|
715
|
+ $(Ysh).appendTo($(".YSSHS"));
|
|
|
716
|
+ //退回审核
|
|
|
717
|
+ var Ths = '';
|
|
|
718
|
+ $(".YTHHS").empty();
|
|
|
719
|
+ $(result.data.thdata).each(function(i, n) {
|
|
|
720
|
+ var a = '未审核';
|
|
|
721
|
+ if(n.F_IsAudit == '1') {
|
|
|
722
|
+ a = '同意';
|
|
|
723
|
+ }
|
|
|
724
|
+ if(n.F_IsAudit == '2') {
|
|
|
725
|
+ a = '拒绝';
|
|
|
726
|
+ }
|
|
|
727
|
+ Ths += '<tr>' +
|
|
|
728
|
+ '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
729
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
730
|
+ '<td class="text-center">' + n.F_Result + '</td>' +
|
|
|
731
|
+ '<td class="text-center">' + a + '</td>' +
|
|
|
732
|
+ '<td class="text-center">' + n.F_AuditTime + '</td>' +
|
|
|
733
|
+ '<td class="text-center">' + n.F_AuditReason + '</td>' +
|
|
|
734
|
+ '<td class="text-center authority"><botton class="btns LTHSH " index="' + n.F_Id + '" reason="' + n.F_AuditReason + '" >修改</botton></td>' +
|
|
|
735
|
+ '</tr>';
|
|
|
736
|
+ })
|
|
|
737
|
+ $(Ths).appendTo($(".YTHHS"));
|
|
|
738
|
+ //市民催办
|
|
|
739
|
+ $("#citizenReminder").empty();
|
|
|
740
|
+
|
|
|
741
|
+ $(result.data.cbdata).each(function(i, n) {
|
|
|
742
|
+ var html = '<tr>' +
|
|
|
743
|
+ '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
744
|
+ '<td class="text-center">' + n.F_Content + '</td>' +
|
|
|
745
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
746
|
+ '</tr>';
|
|
|
747
|
+ $(html).appendTo($("#citizenReminder"));
|
|
|
748
|
+ });
|
|
|
749
|
+ //办理过程
|
|
|
750
|
+ $("#BLGC_").empty();
|
|
|
751
|
+
|
|
|
752
|
+ $(result.data.gcdata).each(function(i, n) {
|
|
|
753
|
+ var html = '<tr>' +
|
|
|
754
|
+ '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
755
|
+ '<td class="text-center">' + n.F_Message + '</td>' +
|
|
|
756
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
757
|
+ '</tr>';
|
|
|
758
|
+ $(html).appendTo($("#BLGC_"));
|
|
|
759
|
+ });
|
|
|
760
|
+
|
|
|
761
|
+ //领导批示
|
|
|
762
|
+ $(".LDPS").empty();
|
|
|
763
|
+ $(result.data.psdata).each(function(i, n) {
|
|
|
764
|
+ var str = '<tr>' +
|
|
|
765
|
+ '<td class="text-center">' + n.F_BatchReason + '</td>' +
|
|
|
766
|
+ '<td class="text-center">' + n.F_SuperOpinion + '</td>' +
|
|
|
767
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
768
|
+ '<td class="text-center">';
|
|
|
769
|
+ //办理情况附件
|
|
|
770
|
+ $(n.File).each(function(j, m) {
|
|
|
771
|
+ str += '<a style="margin-right:5px;" href="' + m.F_FileUrl + '" download="' + m.F_FileUrl + '">' + m.F_FileName.substring(19) + '</a>';
|
|
|
772
|
+ })
|
|
|
773
|
+ str += '</td>' +
|
|
|
774
|
+ '<td class="text-center authority"><botton class="btns LDPSS " superuser="' + n.F_BatchReason + '" superopinion="' + n.F_SuperOpinion + '" type="' + n.F_Type + '" index="' + n.F_Id + '">修改</botton></td>' +
|
|
|
775
|
+ '</tr>';
|
|
|
776
|
+ $(str).appendTo($(".LDPS"));
|
|
|
777
|
+ })
|
|
|
778
|
+ //市长批示
|
|
|
779
|
+ $('.SZPS').empty();
|
|
|
780
|
+ $(result.data.zsdata).each(function(i, n) {
|
|
|
781
|
+
|
|
|
782
|
+ var str = '<tr>' +
|
|
|
783
|
+ '<td class="text-center">' + n.F_BatchReason + '</td>' +
|
|
|
784
|
+ '<td class="text-center">' + n.F_SuperOpinion + '</td>' +
|
|
|
785
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
786
|
+ '<td class="text-center">';
|
|
|
787
|
+ //办理情况附件
|
|
|
788
|
+ $(n.File).each(function(j, m) {
|
|
|
789
|
+ str += '<a style="margin-right:5px;" href="' + m.F_FileUrl + '" download="' + m.F_FileUrl + '">' + m.F_FileName.substring(19) + '</a>';
|
|
|
790
|
+ })
|
|
|
791
|
+ str += '</td>' +
|
|
|
792
|
+ '<td class="text-center authority"><botton class="btns LDPSS " superuser="' + n.F_BatchReason + '" superopinion="' + n.F_SuperOpinion + '" type="' + n.F_Type + '" index="' + n.F_Id + '">修改</botton></td>' +
|
|
|
793
|
+ '</tr>';
|
|
|
794
|
+ $(str).appendTo($(".SZPS"));
|
|
|
795
|
+ })
|
|
|
796
|
+ //回退信息
|
|
|
797
|
+ $(".HTXX").empty();
|
|
|
798
|
+ $(result.data.htdata).each(function(i, n) {
|
|
|
799
|
+ var str = '<tr>' +
|
|
|
800
|
+ '<td class="text-center">' + n.UserName + '</td>' +
|
|
|
801
|
+ '<td class="text-center">' + n.F_SuperOpinion + '</td>' +
|
|
|
802
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
803
|
+ '<td class="text-center">';
|
|
|
804
|
+ //办理情况附件
|
|
|
805
|
+ $(n.File).each(function(j, m) {
|
|
|
806
|
+ str += '<a style="margin-right:5px;" href="' + m.F_FileUrl + '" download="' + m.F_FileUrl + '">' + m.F_FileName.substring(19) + '</a>';
|
|
|
807
|
+ })
|
|
|
808
|
+ str += '</td>' +
|
|
|
809
|
+ '<td class="text-center authority"><botton class="btns LDPSS " superuser="' + n.F_BatchReason + '" superopinion="' + n.F_SuperOpinion + '" type="' + n.F_Type + '" index="' + n.F_Id + '">修改</botton></td>' +
|
|
|
810
|
+ '</tr>';
|
|
|
811
|
+ $(str).appendTo($(".HTXX"));
|
|
|
812
|
+ })
|
|
|
813
|
+
|
|
|
814
|
+ }
|
|
|
815
|
+ }
|
|
|
816
|
+
|
|
|
817
|
+ //转媒体按钮显示或隐藏
|
|
|
818
|
+ if(result.data.issend == '1') {
|
|
|
819
|
+ $(".mediaTransfer").show();
|
|
|
820
|
+ } else {
|
|
|
821
|
+ $(".mediaTransfer").hide();
|
|
|
822
|
+ }
|
|
|
823
|
+
|
|
|
824
|
+ //修改按钮显示或隐藏
|
|
|
825
|
+ if(result.data.isedit == '1') {
|
|
|
826
|
+ $(".authority").show();
|
|
|
827
|
+ } else {
|
|
|
828
|
+ $(".authority").hide();
|
|
|
829
|
+ }
|
|
|
830
|
+
|
|
|
831
|
+ //修改交办意见
|
|
|
832
|
+ $('.XGXX').click(function() {
|
|
|
833
|
+ var index = $(this).attr('index');
|
|
|
834
|
+
|
|
|
835
|
+ // layer.open({
|
|
|
836
|
+ // type: 2,
|
|
|
837
|
+ // content: "../CommonHtml/XGjiaoban.html?wid=" + index + "&time=" + Times + "&Opinio=" + Opinio, //iframe的url,no代表不显示滚动条
|
|
|
838
|
+ // title: '修改交办信息',
|
|
|
839
|
+ // area: ['48%', '40%'], //宽高
|
|
|
840
|
+ // });
|
|
|
841
|
+ window.location.href = "../CommonHtml/XGjiaoban1.html?id=" + index + "&wid=" + wid; //iframe的url,no代表不显示滚动条
|
|
|
842
|
+
|
|
|
843
|
+ })
|
|
|
844
|
+ //修改回访意见
|
|
|
845
|
+ $(".HFXG").click(function() {
|
|
|
846
|
+ var index = $(this).attr('index');
|
|
|
847
|
+ // layer.open({
|
|
|
848
|
+ // type: 2,
|
|
|
849
|
+ // content: "../CommonHtml/XGHF.html?wid=" + index + "&visituser=" + visituser + "&result=" + result + "&type=" + type + "&issatisfie=" + issatisfie, //iframe的url,no代表不显示滚动条
|
|
|
850
|
+ // title: '修改交办信息',
|
|
|
851
|
+ // area: ['58%', '60%'], //宽高
|
|
|
852
|
+ // });
|
|
|
853
|
+ window.location.href = "../CommonHtml/XGHF.html?wid=" + index; //iframe的url,no代表不显示滚动条
|
|
|
854
|
+ });
|
|
|
855
|
+ //领导批示
|
|
|
856
|
+ $(".LDPSS").click(function() {
|
|
|
857
|
+ var index = $(this).attr('index'); //批示ID
|
|
|
858
|
+ var superuser = $(this).attr('superuser'); //批示人
|
|
|
859
|
+ var superopinion = $(this).attr("superopinion"); //批示内容
|
|
|
860
|
+ var type = $(this).attr("type"); //批示类型
|
|
|
861
|
+ // layer.open({
|
|
|
862
|
+ // type: 2,
|
|
|
863
|
+ // content: "../CommonHtml/LDPS.html?wid=" + index + "&superuser=" + superuser + "&superopinion=" + superopinion + "&type=" + type, //iframe的url,no代表不显示滚动条
|
|
|
864
|
+ // title: '修改交办信息',
|
|
|
865
|
+ // area: ['58%', '60%'], //宽高
|
|
|
866
|
+ // })
|
|
|
867
|
+ window.location.href = "../CommonHtml/LDPS.html?wid=" + index + "&type=" + type; //iframe的url,no代表不显示滚动条
|
|
|
868
|
+ });
|
|
|
869
|
+ //办理情况
|
|
|
870
|
+ $(".BLQKS").click(function() {
|
|
|
871
|
+ var index = $(this).attr('index');
|
|
|
872
|
+ // layer.open({
|
|
|
873
|
+ // type: 2,
|
|
|
874
|
+ // content: "../CommonHtml/XGBLS.html?wid=" + index + "&UserName=" + UserName + "&result=" + result, //iframe的url,no代表不显示滚动条
|
|
|
875
|
+ // title: '修改办理信息',
|
|
|
876
|
+ // area: ['58%', '60%'], //宽高
|
|
|
877
|
+ // })
|
|
|
878
|
+ window.location.href = "../CommonHtml/XGBLS.html?wid=" + index;
|
|
|
879
|
+ })
|
|
|
880
|
+ //修改审核延时
|
|
|
881
|
+ $(".LYSSH").click(function() {
|
|
|
882
|
+ var index = $(this).attr('index');
|
|
|
883
|
+
|
|
|
884
|
+ // layer.open({
|
|
|
885
|
+ // type: 2,
|
|
|
886
|
+ // content: "../CommonHtml/YSSH.html?wid=" + index + "&reason=" + result , //iframe的url,no代表不显示滚动条
|
|
|
887
|
+ // title: '修改延时审核信息',
|
|
|
888
|
+ // area: ['58%', '60%'], //宽高
|
|
|
889
|
+ // })
|
|
|
890
|
+ window.location.href = "../CommonHtml/YSSH.html?wid=" + index;
|
|
|
891
|
+ })
|
|
|
892
|
+ //修改退回审核
|
|
|
893
|
+ $(".LTHSH").click(function() {
|
|
|
894
|
+ var index = $(this).attr('index');
|
|
|
895
|
+
|
|
|
896
|
+ // layer.open({
|
|
|
897
|
+ // type: 2,
|
|
|
898
|
+ // content: "../CommonHtml/lSHTH.html?wid=" + index + "&reason=" + result , //iframe的url,no代表不显示滚动条
|
|
|
899
|
+ // title: '修改延时审核信息',
|
|
|
900
|
+ // area: ['58%', '60%'], //宽高
|
|
|
901
|
+ // })
|
|
|
902
|
+ window.location.href = "../CommonHtml/lSHTH.html?wid=" + index;
|
|
|
903
|
+ })
|
|
|
904
|
+
|
|
|
905
|
+ }
|
|
|
906
|
+ })
|
|
|
907
|
+ }
|
|
|
908
|
+
|
|
|
909
|
+ //转媒体
|
|
|
910
|
+ $('.mediaTransfer').click(function() {
|
|
|
911
|
+
|
|
|
912
|
+ layer.open({
|
|
|
913
|
+ content: '是否要转媒体?',
|
|
|
914
|
+ btn: ['是', '否'],
|
|
|
915
|
+ yes: function(index, layero) {
|
|
|
916
|
+ $.post(huayi.config.callcenter_url + "WorkOrder/ReleaseWorkOrder", {
|
|
|
917
|
+ workorderid: wid, //工单编号
|
|
|
918
|
+ isrelease: 1, //(0撤回,1转媒体)
|
|
|
919
|
+ token: $.cookie("token")
|
|
|
920
|
+ }, function(result) {
|
|
|
921
|
+ var data = JSON.parse(result);
|
|
|
922
|
+ if(data.state == "success") {
|
|
|
923
|
+ $(".mediaTransfer").hide();
|
|
|
924
|
+ var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
|
|
|
925
|
+ parent.layer.close(index); //再执行关闭
|
|
|
926
|
+ parent.load();
|
|
|
927
|
+ parent.layer.msg("转媒体成功");
|
|
|
928
|
+ }
|
|
|
929
|
+ })
|
|
|
930
|
+ }
|
|
|
931
|
+ })
|
|
|
932
|
+
|
|
|
933
|
+ });
|
|
|
934
|
+
|
|
|
935
|
+ //修改
|
|
|
936
|
+ $(".change").click(function() {
|
|
|
937
|
+ var str = $("#Change").val();
|
|
|
938
|
+ // layer.open({
|
|
|
939
|
+ // type: 2,
|
|
|
940
|
+ // content: "../CommonHtml/XGwordel.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
941
|
+ // title: '编辑工单',
|
|
|
942
|
+ // area: ['96%', '80%'], //宽高
|
|
|
943
|
+ window.location.href = "../CommonHtml/XGwordel.html?wid=" + str;
|
|
|
944
|
+ // });
|
|
|
945
|
+ })
|
|
|
946
|
+
|
|
|
947
|
+ });
|
|
|
948
|
+ </script>
|
|
|
949
|
+ </body>
|
|
|
950
|
+
|
|
|
951
|
+</html>
|