|
|
@@ -183,18 +183,8 @@ namespace CallCenterApi.Interface.Models.Common
|
|
183
|
183
|
{
|
|
184
|
184
|
return new button(46, "退回申请延时");
|
|
185
|
185
|
}
|
|
186
|
|
- public static button visits()
|
|
187
|
|
- {
|
|
188
|
|
- return new button(47, "省平台结案");
|
|
189
|
|
- }
|
|
190
|
|
- public static button ejdelay()
|
|
191
|
|
- {
|
|
192
|
|
- return new button(48, "省平台申请延时");
|
|
193
|
|
- }
|
|
194
|
|
- public static button Report()
|
|
195
|
|
- {
|
|
196
|
|
- return new button(49, "上报");
|
|
197
|
|
- }
|
|
|
186
|
+
|
|
|
187
|
+
|
|
198
|
188
|
public static button Unsuccessful()
|
|
199
|
189
|
{
|
|
200
|
190
|
return new button(50, "已办未果");
|
|
|
@@ -211,7 +201,6 @@ namespace CallCenterApi.Interface.Models.Common
|
|
211
|
201
|
{
|
|
212
|
202
|
return new button(53, "审核通过转办");
|
|
213
|
203
|
}
|
|
214
|
|
-
|
|
215
|
204
|
public static button AuditDispatch()
|
|
216
|
205
|
{
|
|
217
|
206
|
return new button(54, "审核通过");
|
|
|
@@ -224,6 +213,10 @@ namespace CallCenterApi.Interface.Models.Common
|
|
224
|
213
|
{
|
|
225
|
214
|
return new button(56, "解释");
|
|
226
|
215
|
}
|
|
|
216
|
+ public static button AuditReturn ()
|
|
|
217
|
+ {
|
|
|
218
|
+ return new button(58, "退回审核");
|
|
|
219
|
+ }
|
|
227
|
220
|
/// <summary>
|
|
228
|
221
|
/// 审核员退回
|
|
229
|
222
|
/// </summary>
|
|
|
@@ -328,14 +321,14 @@ namespace CallCenterApi.Interface.Models.Common
|
|
328
|
321
|
}
|
|
329
|
322
|
else
|
|
330
|
323
|
{
|
|
331
|
|
- buttons.Add(Report());
|
|
|
324
|
+ // buttons.Add(Report());
|
|
332
|
325
|
buttons.Add(edit());
|
|
333
|
326
|
buttons.Add(back());
|
|
334
|
327
|
// buttons.Add(assign());
|
|
335
|
328
|
// buttons.Add(approval());
|
|
336
|
329
|
//20190315提出需求 操作-领导批示改为转督办 (20190327 zhengbingbing)
|
|
337
|
330
|
// buttons.Add(turnsee());
|
|
338
|
|
- buttons.Add(instruct());
|
|
|
331
|
+ // buttons.Add(instruct());
|
|
339
|
332
|
}
|
|
340
|
333
|
|
|
341
|
334
|
}
|
|
|
@@ -371,13 +364,13 @@ namespace CallCenterApi.Interface.Models.Common
|
|
371
|
364
|
//二级网络单位 管理员
|
|
372
|
365
|
if (code == "WLDW" || code == "GLY" || code == "DDZG")
|
|
373
|
366
|
{
|
|
374
|
|
- buttons.Add(feedback()); buttons.Add(reback());
|
|
|
367
|
+ buttons.Add(feedback());// buttons.Add(reback());
|
|
375
|
368
|
if (iszbdw == "1" || code == "GLY" || code == "DDZG")
|
|
376
|
369
|
{
|
|
377
|
370
|
|
|
378
|
|
- if (user =="省平台")
|
|
379
|
|
- buttons.Add(ejdelay());
|
|
380
|
|
- else
|
|
|
371
|
+ // if (user =="省平台")
|
|
|
372
|
+ // buttons.Add(ejdelay());
|
|
|
373
|
+ //else
|
|
381
|
374
|
buttons.Add(delay());
|
|
382
|
375
|
if (ispd == "0" || ispd == "")
|
|
383
|
376
|
{
|
|
|
@@ -410,13 +403,13 @@ namespace CallCenterApi.Interface.Models.Common
|
|
410
|
403
|
{
|
|
411
|
404
|
if (ispd == "1")
|
|
412
|
405
|
{
|
|
413
|
|
- buttons.Add(sign()); buttons.Add(refuse());
|
|
|
406
|
+ buttons.Add(sign()); //buttons.Add(refuse());
|
|
414
|
407
|
}
|
|
415
|
408
|
if (ispd == "2")
|
|
416
|
409
|
{
|
|
417
|
|
- buttons.Add(EJredo());
|
|
|
410
|
+ // buttons.Add(EJredo());
|
|
418
|
411
|
//三级单位签收后,加个退回按钮,可以退回工单到二级单位,退回时必须输入退回原因
|
|
419
|
|
- buttons.Add(feedback());
|
|
|
412
|
+ buttons.Add(feedback());
|
|
420
|
413
|
//三级单位签收后,加个退回按钮,可以退回工单到二级单位,退回时必须输入退回原因
|
|
421
|
414
|
}
|
|
422
|
415
|
}
|
|
|
@@ -433,7 +426,7 @@ namespace CallCenterApi.Interface.Models.Common
|
|
433
|
426
|
{
|
|
434
|
427
|
if (ispd == "1")
|
|
435
|
428
|
{
|
|
436
|
|
- buttons.Add(sign()); buttons.Add(refuse());
|
|
|
429
|
+ buttons.Add(sign()); //buttons.Add(refuse());
|
|
437
|
430
|
}
|
|
438
|
431
|
if (ispd == "2")
|
|
439
|
432
|
{
|
|
|
@@ -455,7 +448,7 @@ namespace CallCenterApi.Interface.Models.Common
|
|
455
|
448
|
{
|
|
456
|
449
|
if (isproresult == 2)
|
|
457
|
450
|
{
|
|
458
|
|
- if (code == "WLDW" || code == "GLY" || code == "DDZG")
|
|
|
451
|
+ if (code == "WLDW" )
|
|
459
|
452
|
{
|
|
460
|
453
|
buttons.Add(feedback());
|
|
461
|
454
|
}
|
|
|
@@ -573,7 +566,7 @@ namespace CallCenterApi.Interface.Models.Common
|
|
573
|
566
|
{
|
|
574
|
567
|
if (isproresult == 2)
|
|
575
|
568
|
{
|
|
576
|
|
- if (code == "WLDW" || code == "GLY" || code == "DDZG")
|
|
|
569
|
+ if (code == "WLDW" )
|
|
577
|
570
|
{
|
|
578
|
571
|
buttons.Add(feedback());
|
|
579
|
572
|
}
|
|
|
@@ -582,17 +575,17 @@ namespace CallCenterApi.Interface.Models.Common
|
|
582
|
575
|
{
|
|
583
|
576
|
if (code == "ZJZY" || code == "GLY" || code == "ZXLD" || code == "YSZY" || code == "DDZG" || code == "MTDD")
|
|
584
|
577
|
{
|
|
585
|
|
- if (user == "省平台")
|
|
586
|
|
- buttons.Add(visits());
|
|
587
|
|
- else
|
|
|
578
|
+ //if (user == "省平台")
|
|
|
579
|
+ // buttons.Add(visits());
|
|
|
580
|
+ //else
|
|
588
|
581
|
buttons.Add(visit());
|
|
589
|
582
|
// buttons.Add(modify());
|
|
590
|
583
|
}
|
|
591
|
584
|
if (code == "ZXHWY")
|
|
592
|
585
|
{
|
|
593
|
|
- if (user == "省平台")
|
|
594
|
|
- buttons.Add(visits());
|
|
595
|
|
- else
|
|
|
586
|
+ //if (user == "省平台")
|
|
|
587
|
+ // buttons.Add(visits());
|
|
|
588
|
+ //else
|
|
596
|
589
|
buttons.Add(visit());
|
|
597
|
590
|
}
|
|
598
|
591
|
}
|
|
|
@@ -628,13 +621,10 @@ namespace CallCenterApi.Interface.Models.Common
|
|
628
|
621
|
{
|
|
629
|
622
|
|
|
630
|
623
|
buttons.Add(feedback());
|
|
631
|
|
- if (user == "省平台")
|
|
632
|
|
- buttons.Add(ejdelay());
|
|
633
|
|
- else
|
|
634
|
624
|
buttons.Add(delay());
|
|
635
|
625
|
buttons.Add(split());
|
|
636
|
626
|
|
|
637
|
|
- buttons.Add(reback());
|
|
|
627
|
+ // buttons.Add(reback());
|
|
638
|
628
|
|
|
639
|
629
|
}
|
|
640
|
630
|
//调度专员 中心领导管理员 管理员
|
|
|
@@ -650,11 +640,11 @@ namespace CallCenterApi.Interface.Models.Common
|
|
650
|
640
|
{
|
|
651
|
641
|
if (ispd == "1")
|
|
652
|
642
|
{
|
|
653
|
|
- buttons.Add(sign()); buttons.Add(refuse());
|
|
|
643
|
+ buttons.Add(sign()); //buttons.Add(refuse());
|
|
654
|
644
|
}
|
|
655
|
645
|
if (ispd == "2")
|
|
656
|
646
|
{
|
|
657
|
|
- buttons.Add(EJredo());
|
|
|
647
|
+ // buttons.Add(EJredo());
|
|
658
|
648
|
//三级单位签收后,加个退回按钮,可以退回工单到二级单位,退回时必须输入退回原因
|
|
659
|
649
|
buttons.Add(feedback());
|
|
660
|
650
|
//三级单位签收后,加个退回按钮,可以退回工单到二级单位,退回时必须输入退回原因
|
|
|
@@ -711,6 +701,14 @@ namespace CallCenterApi.Interface.Models.Common
|
|
711
|
701
|
buttons.Add(subreload());
|
|
712
|
702
|
}
|
|
713
|
703
|
break;
|
|
|
704
|
+ case "14":
|
|
|
705
|
+ if (code == "ZJZY" || code == "ZXLD" || code == "GLY" || code == "DDZG")
|
|
|
706
|
+ {
|
|
|
707
|
+ buttons.Add(AuditReturn());
|
|
|
708
|
+
|
|
|
709
|
+ }
|
|
|
710
|
+
|
|
|
711
|
+ break;
|
|
714
|
712
|
}
|
|
715
|
713
|
//buttons.Add(export());
|
|
716
|
714
|
//调度专员 中心领导管理员 管理员
|