Procházet zdrojové kódy

按钮新增转派 提交重办

zhaozhiqiang %!s(int64=3) %!d(string=před) roky
rodič
revize
89feeb6b2e

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

13259
                                         operBLL.Add(oper);
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
                                 workorderBLL.Update(modelT_Bus_WorkOrder);
13263
                                 workorderBLL.Update(modelT_Bus_WorkOrder);
13264
                                 #endregion
13264
                                 #endregion
13265
                             }
13265
                             }

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

159
         {
159
         {
160
             return new button(37, "备注");
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
         #region 知识库操作按钮
170
         #region 知识库操作按钮
163
         public static button zsk_query()
171
         public static button zsk_query()
164
         {
172
         {
283
                     if (code == "ZXLD" || code == "WLDW" || code == "GLY" || code == "DDZG")
291
                     if (code == "ZXLD" || code == "WLDW" || code == "GLY" || code == "DDZG")
284
                     {
292
                     {
285
                         buttons.Add(feedback());
293
                         buttons.Add(feedback());
286
-                       
294
+                        if (code != "WLDW")
295
+                        {
296
+                            buttons.Add(Runsend());
297
+                        }
287
                         if (iszbdw == "1" || code == "GLY" || code == "DDZG")
298
                         if (iszbdw == "1" || code == "GLY" || code == "DDZG")
288
                         {
299
                         {
289
                             buttons.Add(reback());
300
                             buttons.Add(reback());
290
                             buttons.Add(delay());
301
                             buttons.Add(delay());
302
+                           
291
                             if (ispd == "0" || ispd == "")
303
                             if (ispd == "0" || ispd == "")
292
                             {
304
                             {
293
                               // buttons.Add(split()); 
305
                               // buttons.Add(split()); 
408
                         {
420
                         {
409
                             buttons.Add(IsExport());
421
                             buttons.Add(IsExport());
410
                             buttons.Add(subreload());
422
                             buttons.Add(subreload());
423
+                            buttons.Add(Reloadsuber());
411
                         }
424
                         }
412
 
425
 
413
                        
426
                        
430
                     if (code == "ZXLD" || code == "ZXLDGLYGLY" || code == "GLY" || code == "DDZG")
443
                     if (code == "ZXLD" || code == "ZXLDGLYGLY" || code == "GLY" || code == "DDZG")
431
                     {
444
                     {
432
                        // buttons.Add(approval());
445
                        // buttons.Add(approval());
433
-                        buttons.Add(reload());// buttons.Add(reject());
446
+
447
+                        buttons.Add(reload());// buttons.Add(reject());Reloadsuber
448
+                      
434
                     }
449
                     }
435
                     break;
450
                     break;
436
                 case "12":
451
                 case "12":