|
|
@@ -159,6 +159,14 @@ namespace CallCenterApi.Interface.Models.Common
|
|
159
|
159
|
{
|
|
160
|
160
|
return new button(37, "备注");
|
|
161
|
161
|
}
|
|
|
162
|
+ public static button Runsend()
|
|
|
163
|
+ {
|
|
|
164
|
+ return new button(38, "转派");
|
|
|
165
|
+ }
|
|
|
166
|
+ public static button Reloadsuber()
|
|
|
167
|
+ {
|
|
|
168
|
+ return new button(39, "重办待交办");
|
|
|
169
|
+ }
|
|
162
|
170
|
#region 知识库操作按钮
|
|
163
|
171
|
public static button zsk_query()
|
|
164
|
172
|
{
|
|
|
@@ -283,11 +291,15 @@ namespace CallCenterApi.Interface.Models.Common
|
|
283
|
291
|
if (code == "ZXLD" || code == "WLDW" || code == "GLY" || code == "DDZG")
|
|
284
|
292
|
{
|
|
285
|
293
|
buttons.Add(feedback());
|
|
286
|
|
-
|
|
|
294
|
+ if (code != "WLDW")
|
|
|
295
|
+ {
|
|
|
296
|
+ buttons.Add(Runsend());
|
|
|
297
|
+ }
|
|
287
|
298
|
if (iszbdw == "1" || code == "GLY" || code == "DDZG")
|
|
288
|
299
|
{
|
|
289
|
300
|
buttons.Add(reback());
|
|
290
|
301
|
buttons.Add(delay());
|
|
|
302
|
+
|
|
291
|
303
|
if (ispd == "0" || ispd == "")
|
|
292
|
304
|
{
|
|
293
|
305
|
// buttons.Add(split());
|
|
|
@@ -408,6 +420,7 @@ namespace CallCenterApi.Interface.Models.Common
|
|
408
|
420
|
{
|
|
409
|
421
|
buttons.Add(IsExport());
|
|
410
|
422
|
buttons.Add(subreload());
|
|
|
423
|
+ buttons.Add(Reloadsuber());
|
|
411
|
424
|
}
|
|
412
|
425
|
|
|
413
|
426
|
|
|
|
@@ -430,7 +443,9 @@ namespace CallCenterApi.Interface.Models.Common
|
|
430
|
443
|
if (code == "ZXLD" || code == "ZXLDGLYGLY" || code == "GLY" || code == "DDZG")
|
|
431
|
444
|
{
|
|
432
|
445
|
// buttons.Add(approval());
|
|
433
|
|
- buttons.Add(reload());// buttons.Add(reject());
|
|
|
446
|
+
|
|
|
447
|
+ buttons.Add(reload());// buttons.Add(reject());Reloadsuber
|
|
|
448
|
+
|
|
434
|
449
|
}
|
|
435
|
450
|
break;
|
|
436
|
451
|
case "12":
|