liyuanyuan 2 年之前
父節點
當前提交
fc45b437cb

+ 3 - 12
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/AffairsController.cs

@@ -4942,7 +4942,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
4942 4942
 
4943 4943
               //  modelT_Bus_WorkOrder.F_PhoneType = "110";
4944 4944
 
4945
-                // modelT_Bus_WorkOrder.F_InfoConBigType = jjdb.jqzldm;
4945
+                
4946 4946
                 //发送短信
4947 4947
                 try
4948 4948
                 {
@@ -4974,17 +4974,8 @@ namespace CallCenterApi.Interface.Controllers.workorder
4974 4974
                 modelT_Bus_WorkOrder.F_OrderSign = 2;
4975 4975
 
4976 4976
                 int a = workorderBLL.Add(modelT_Bus_WorkOrder);
4977
-                try
4978
-                {
4979
-                    bool fsdx = SendDx(modelT_Bus_WorkOrder.F_WorkOrderId);
4980
-
4981
-                }
4982
-                catch (Exception e)
4983
-                {
4984
-                    FileLog.Info(e.ToJson());
4985
-
4986
-                }
4987
-                string sql = "";
4977
+            
4978
+               // string sql = "";
4988 4979
                 #region 插入操作记录
4989 4980
                 BLL.T_Bus_Operation operBLL = new BLL.T_Bus_Operation();
4990 4981
                 Model.T_Bus_Operation oper = new Model.T_Bus_Operation();

+ 12 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Models/Common/ButtonGroup.cs

@@ -265,6 +265,14 @@ namespace CallCenterApi.Interface.Models.Common
265 265
         {
266 266
             return new button(64, "不通过");
267 267
         }
268
+
269
+
270
+        public static button trans()
271
+        {
272
+            return new button(66, "转110");
273
+        }
274
+
275
+
268 276
         /// <summary>
269 277
         /// 审核员退回
270 278
         /// </summary>
@@ -381,7 +389,11 @@ namespace CallCenterApi.Interface.Models.Common
381 389
                         buttons.Add(edit());
382 390
                         buttons.Add(back());
383 391
                         buttons.Add(Report());
392
+
393
+                        buttons.Add(trans());
384 394
                         
395
+
396
+
385 397
                     }
386 398
 
387 399
                     if (code == "ZXHWY")