Просмотр исходного кода

按钮新增转派 提交重办

zhaozhiqiang лет назад: 3
Родитель
Сommit
89feeb6b2e

+ 1 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -13259,7 +13259,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
13259 13259
                                         operBLL.Add(oper);
13260 13260
                                     }
13261 13261
                                 }
13262
-                                modelT_Bus_WorkOrder.F_IsDelete = 1;
13262
+                                modelT_Bus_WorkOrder.F_WorkState = (int)EnumWorkState.closed;// 14;
13263 13263
                                 workorderBLL.Update(modelT_Bus_WorkOrder);
13264 13264
                                 #endregion
13265 13265
                             }

+ 17 - 2
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Models/Common/ButtonGroup.cs

@@ -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":