|
|
@@ -226,6 +226,144 @@
|
|
226
|
226
|
</view>
|
|
227
|
227
|
</view>
|
|
228
|
228
|
<view v-show="current === 4">
|
|
|
229
|
+ <view class="detailContent">
|
|
|
230
|
+ <view class="contentBlock">
|
|
|
231
|
+ <text class="title">二级单位办理情况</text>
|
|
|
232
|
+ <view class="content" v-for="item in workOrderDealWithSecondLevelList" :key="item.F_Id">
|
|
|
233
|
+ <view class="contentTable">
|
|
|
234
|
+ <text class="contentTitle">承办人:</text>
|
|
|
235
|
+ <text class="contentText">{{ item.F_DealUser }}</text>
|
|
|
236
|
+ </view>
|
|
|
237
|
+ <view class="contentTable">
|
|
|
238
|
+ <text class="contentTitle">联系方式:</text>
|
|
|
239
|
+ <text class="contentText">{{ item.F_DealUserContact }}</text>
|
|
|
240
|
+ </view>
|
|
|
241
|
+ <view class="contentTable">
|
|
|
242
|
+ <text class="contentTitle">职务:</text>
|
|
|
243
|
+ <text class="contentText">{{ item.F_Duties }}</text>
|
|
|
244
|
+ </view>
|
|
|
245
|
+ <view class="contentTable">
|
|
|
246
|
+ <text class="contentTitle">处理结果:</text>
|
|
|
247
|
+ <text class="contentText">{{ item.F_Situation }}</text>
|
|
|
248
|
+ </view>
|
|
|
249
|
+ <view class="contentTable">
|
|
|
250
|
+ <text class="contentTitle">单位:</text>
|
|
|
251
|
+ <text class="contentText">{{ item.DeptName }}</text>
|
|
|
252
|
+ </view>
|
|
|
253
|
+ <view class="contentTable">
|
|
|
254
|
+ <text class="contentTitle">办理结果:</text>
|
|
|
255
|
+ <text class="contentText">{{ item.F_Result }}</text>
|
|
|
256
|
+ </view>
|
|
|
257
|
+ <view class="contentTable">
|
|
|
258
|
+ <text class="contentTitle">办理时间:</text>
|
|
|
259
|
+ <text class="contentText">{{ item.F_CreateTime }}</text>
|
|
|
260
|
+ </view>
|
|
|
261
|
+ <view class="contentTable">
|
|
|
262
|
+ <text class="contentTitle">是/否向当事人反馈:</text>
|
|
|
263
|
+ <text class="contentText">{{ item.F_IsProResult | dealWithIsProResultFilters }}</text>
|
|
|
264
|
+ </view>
|
|
|
265
|
+ <view class="contentTable">
|
|
|
266
|
+ <text class="contentTitle">是否满意:</text>
|
|
|
267
|
+ <text class="contentText">{{ item.F_IsSatisfied | dealWithIsSatisfiedFilters }}</text>
|
|
|
268
|
+ </view>
|
|
|
269
|
+ <view class="contentTable">
|
|
|
270
|
+ <text class="contentTitle">审核领导:</text>
|
|
|
271
|
+ <text class="contentText">{{ item.F_AuditUser }}</text>
|
|
|
272
|
+ </view>
|
|
|
273
|
+ <view class="contentTable">
|
|
|
274
|
+ <text class="contentTitle">审核领导职务:</text>
|
|
|
275
|
+ <text class="contentText">{{ item.F_AuditPost }}</text>
|
|
|
276
|
+ </view>
|
|
|
277
|
+ <view class="contentTable">
|
|
|
278
|
+ <text class="contentTitle">审核领导联系方式:</text>
|
|
|
279
|
+ <text class="contentText">{{ item.F_AuditContact }}</text>
|
|
|
280
|
+ </view>
|
|
|
281
|
+ <view class="contentTable">
|
|
|
282
|
+ <text class="contentTitle">附件:</text>
|
|
|
283
|
+ <view class="contentText">
|
|
|
284
|
+ <show-file :file="item.File"></show-file>
|
|
|
285
|
+ </view>
|
|
|
286
|
+ </view>
|
|
|
287
|
+ <view class="contentTable">
|
|
|
288
|
+ <text class="contentTitle">追加回复附件:</text>
|
|
|
289
|
+ <view class="contentText">
|
|
|
290
|
+ <show-file :file="item.Files"></show-file>
|
|
|
291
|
+ </view>
|
|
|
292
|
+ </view>
|
|
|
293
|
+ </view>
|
|
|
294
|
+ <yiLine>
|
|
|
295
|
+ <view></view>
|
|
|
296
|
+ </yiLine>
|
|
|
297
|
+ </view>
|
|
|
298
|
+ <view class="contentBlock">
|
|
|
299
|
+ <text class="title">三级单位办理情况</text>
|
|
|
300
|
+ <view class="content" v-for="item in workOrderDealWithThreeLevelList" :key="item.F_Id">
|
|
|
301
|
+ <view class="contentTable">
|
|
|
302
|
+ <text class="contentTitle">承办人:</text>
|
|
|
303
|
+ <text class="contentText">{{ item.F_DealUser }}</text>
|
|
|
304
|
+ </view>
|
|
|
305
|
+ <view class="contentTable">
|
|
|
306
|
+ <text class="contentTitle">联系方式:</text>
|
|
|
307
|
+ <text class="contentText">{{ item.F_DealUserContact }}</text>
|
|
|
308
|
+ </view>
|
|
|
309
|
+ <view class="contentTable">
|
|
|
310
|
+ <text class="contentTitle">职务:</text>
|
|
|
311
|
+ <text class="contentText">{{ item.F_Duties }}</text>
|
|
|
312
|
+ </view>
|
|
|
313
|
+ <view class="contentTable">
|
|
|
314
|
+ <text class="contentTitle">处理结果:</text>
|
|
|
315
|
+ <text class="contentText">{{ item.F_Situation }}</text>
|
|
|
316
|
+ </view>
|
|
|
317
|
+ <view class="contentTable">
|
|
|
318
|
+ <text class="contentTitle">单位:</text>
|
|
|
319
|
+ <text class="contentText">{{ item.DeptName }}</text>
|
|
|
320
|
+ </view>
|
|
|
321
|
+ <view class="contentTable">
|
|
|
322
|
+ <text class="contentTitle">办理结果:</text>
|
|
|
323
|
+ <text class="contentText">{{ item.F_Result }}</text>
|
|
|
324
|
+ </view>
|
|
|
325
|
+ <view class="contentTable">
|
|
|
326
|
+ <text class="contentTitle">办理时间:</text>
|
|
|
327
|
+ <text class="contentText">{{ item.F_CreateTime }}</text>
|
|
|
328
|
+ </view>
|
|
|
329
|
+ <view class="contentTable">
|
|
|
330
|
+ <text class="contentTitle">是/否向当事人反馈:</text>
|
|
|
331
|
+ <text class="contentText">{{ item.F_IsProResult | dealWithIsProResultFilters }}</text>
|
|
|
332
|
+ </view>
|
|
|
333
|
+ <view class="contentTable">
|
|
|
334
|
+ <text class="contentTitle">是否满意:</text>
|
|
|
335
|
+ <text class="contentText">{{ item.F_IsSatisfied | dealWithIsSatisfiedFilters }}</text>
|
|
|
336
|
+ </view>
|
|
|
337
|
+ <view class="contentTable">
|
|
|
338
|
+ <text class="contentTitle">审核领导:</text>
|
|
|
339
|
+ <text class="contentText">{{ item.F_AuditUser }}</text>
|
|
|
340
|
+ </view>
|
|
|
341
|
+ <view class="contentTable">
|
|
|
342
|
+ <text class="contentTitle">审核领导职务:</text>
|
|
|
343
|
+ <text class="contentText">{{ item.F_AuditPost }}</text>
|
|
|
344
|
+ </view>
|
|
|
345
|
+ <view class="contentTable">
|
|
|
346
|
+ <text class="contentTitle">审核领导联系方式:</text>
|
|
|
347
|
+ <text class="contentText">{{ item.F_AuditContact }}</text>
|
|
|
348
|
+ </view>
|
|
|
349
|
+ <view class="contentTable">
|
|
|
350
|
+ <text class="contentTitle">附件:</text>
|
|
|
351
|
+ <view class="contentText">
|
|
|
352
|
+ <show-file :file="item.File"></show-file>
|
|
|
353
|
+ </view>
|
|
|
354
|
+ </view>
|
|
|
355
|
+ <view class="contentTable">
|
|
|
356
|
+ <text class="contentTitle">追加回复附件:</text>
|
|
|
357
|
+ <view class="contentText">
|
|
|
358
|
+ <show-file :file="item.Files"></show-file>
|
|
|
359
|
+ </view>
|
|
|
360
|
+ </view>
|
|
|
361
|
+ </view>
|
|
|
362
|
+ <yiLine>
|
|
|
363
|
+ <view></view>
|
|
|
364
|
+ </yiLine>
|
|
|
365
|
+ </view>
|
|
|
366
|
+ </view>
|
|
229
|
367
|
</view>
|
|
230
|
368
|
<view v-show="current === 5">
|
|
231
|
369
|
<view class="detailContent">
|
|
|
@@ -426,6 +564,8 @@ export default {
|
|
426
|
564
|
backAuditList: [], // 退回审核
|
|
427
|
565
|
mayorInstructions: [], // 市长批示
|
|
428
|
566
|
workOrderRejectedList: [], // 工单驳回
|
|
|
567
|
+ workOrderDealWithSecondLevelList: [], // 二级办理情况
|
|
|
568
|
+ workOrderDealWithThreeLevelList: [], // 三级办理情况
|
|
429
|
569
|
delayAuditList: [], // 延时审核
|
|
430
|
570
|
returnInformationList: [], // 回访信息
|
|
431
|
571
|
supervisoryInformationList: [], // 督办信息
|
|
|
@@ -474,6 +614,9 @@ export default {
|
|
474
|
614
|
this.mayorInstructions = data;
|
|
475
|
615
|
} else if (String(type) === "3") {
|
|
476
|
616
|
this.workOrderRejectedList = data;
|
|
|
617
|
+ } else if (String(type) === "4") {
|
|
|
618
|
+ this.workOrderDealWithSecondLevelList = data.bldata;
|
|
|
619
|
+ this.workOrderDealWithThreeLevelList = data.ejbldata;
|
|
477
|
620
|
} else if (String(type) === "5") {
|
|
478
|
621
|
this.delayAuditList = data;
|
|
479
|
622
|
} else if (String(type) === "6") {
|
|
|
@@ -482,7 +625,7 @@ export default {
|
|
482
|
625
|
this.supervisoryInformationList = data;
|
|
483
|
626
|
} else if (String(type) === "8") {
|
|
484
|
627
|
this.citizensCuiBanList = data;
|
|
485
|
|
- } else if (String(type) === "9") {
|
|
|
628
|
+ } else if (String(type) === "10") {
|
|
486
|
629
|
this.citizensReviewList = data;
|
|
487
|
630
|
} else if (String(type) === "13") {
|
|
488
|
631
|
this.multimediaAuditList = data;
|
|
|
@@ -508,6 +651,10 @@ export default {
|
|
508
|
651
|
// 工单驳回
|
|
509
|
652
|
this.getDetail("3");
|
|
510
|
653
|
break;
|
|
|
654
|
+ case 4:
|
|
|
655
|
+ // 办理情况
|
|
|
656
|
+ this.getDetail("4");
|
|
|
657
|
+ break;
|
|
511
|
658
|
case 5:
|
|
512
|
659
|
// 延时审核
|
|
513
|
660
|
this.getDetail("5");
|
|
|
@@ -744,6 +891,45 @@ export default {
|
|
744
|
891
|
break;
|
|
745
|
892
|
}
|
|
746
|
893
|
return str;
|
|
|
894
|
+ },
|
|
|
895
|
+ dealWithIsProResultFilters(value) {
|
|
|
896
|
+ let str;
|
|
|
897
|
+ switch(String(value)) {
|
|
|
898
|
+ case "0":
|
|
|
899
|
+ str = "否";
|
|
|
900
|
+ break;
|
|
|
901
|
+ case "1":
|
|
|
902
|
+ str = "是";
|
|
|
903
|
+ break;
|
|
|
904
|
+ case "2":
|
|
|
905
|
+ str = "已办未果";
|
|
|
906
|
+ break;
|
|
|
907
|
+ default:
|
|
|
908
|
+ str = "";
|
|
|
909
|
+ break;
|
|
|
910
|
+ }
|
|
|
911
|
+ return str;
|
|
|
912
|
+ },
|
|
|
913
|
+ dealWithIsSatisfiedFilters(value) {
|
|
|
914
|
+ let str;
|
|
|
915
|
+ switch(String(value)) {
|
|
|
916
|
+ case "0":
|
|
|
917
|
+ str = "未评价";
|
|
|
918
|
+ break;
|
|
|
919
|
+ case "1":
|
|
|
920
|
+ str = "满意";
|
|
|
921
|
+ break;
|
|
|
922
|
+ case "2":
|
|
|
923
|
+ str = "基本满意";
|
|
|
924
|
+ break;
|
|
|
925
|
+ case "3":
|
|
|
926
|
+ str = "不满意";
|
|
|
927
|
+ break;
|
|
|
928
|
+ default:
|
|
|
929
|
+ str = "";
|
|
|
930
|
+ break;
|
|
|
931
|
+ }
|
|
|
932
|
+ return str;
|
|
747
|
933
|
}
|
|
748
|
934
|
}
|
|
749
|
935
|
}
|