duhongyu 4 vuotta sitten
vanhempi
commit
f7847e1c27

+ 3 - 3
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/report/TotalTelController.cs

@@ -68,10 +68,10 @@ namespace CallCenterApi.Interface.Controllers.report
68 68
             DataColumn dc1 = new DataColumn("时间", Type.GetType("System.String"));
69 69
             DataColumn dc2 = new DataColumn("电话呼入次数", Type.GetType("System.String"));
70 70
             DataColumn dc3 = new DataColumn("电话呼出次数", Type.GetType("System.String"));
71
-            DataColumn dc4 = new DataColumn("正常接听次数", Type.GetType("System.String"));
72
-            DataColumn dc5 = new DataColumn("未接通次数", Type.GetType("System.String"));
71
+            DataColumn dc4 = new DataColumn("正常呼入接听次数", Type.GetType("System.String"));
72
+            DataColumn dc5 = new DataColumn("呼入未接通次数", Type.GetType("System.String"));
73 73
             //DataColumn dc6 = new DataColumn("语音留言次数", Type.GetType("System.String"));
74
-            DataColumn dc7 = new DataColumn("主动放弃次数", Type.GetType("System.String"));
74
+            DataColumn dc7 = new DataColumn("呼入主动放弃次数", Type.GetType("System.String"));
75 75
             DataColumn dc8 = new DataColumn("电话骚扰次数", Type.GetType("System.String"));
76 76
             DataColumn dc9 = new DataColumn("平均呼入时间", Type.GetType("System.String"));
77 77
             DataColumn dc10 = new DataColumn("峰值排队人数", Type.GetType("System.String"));

+ 0 - 3
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -16507,12 +16507,10 @@ namespace CallCenterApi.Interface.Controllers.workorder
16507 16507
         public ActionResult SubReloadWorkOrder(string ids, string reason
16508 16508
             , int iszb = 0)
16509 16509
         {
16510
-
16511 16510
             int maindeptid = RequestString.GetInt("maindeptid", 0);
16512 16511
             string otherdeptids = RequestString.GetFormString("otherdeptids");
16513 16512
             DateTime limittime = DateTime.Parse(RequestString.GetFormString("limittime") + " 23:59:59");
16514 16513
             string assignedopinion = RequestString.GetFormString("assignedopinion");
16515
-
16516 16514
             if (User.F_RoleCode == "ZJZY" || User.F_RoleCode == "GLY" || User.F_RoleCode == "DDZG" || User.F_RoleCode == "ZXLD" || User.F_RoleCode == "ZXHWY" || User.F_RoleCode == "MTDD")
16517 16515
             {
16518 16516
                 if (!string.IsNullOrEmpty(ids))
@@ -16539,7 +16537,6 @@ namespace CallCenterApi.Interface.Controllers.workorder
16539 16537
                                 #endregion
16540 16538
                                 workorderBLL.Update(modelT_Bus_WorkOrder);
16541 16539
                                 #endregion
16542
-
16543 16540
                                 #region 插入操作记录
16544 16541
                                 Model.T_Bus_Operation oper = new Model.T_Bus_Operation();
16545 16542
                                 oper.F_WorkOrderId = modelT_Bus_WorkOrder.F_WorkOrderId;