duhongyu %!s(int64=4) %!d(string=hace) años
padre
commit
f7847e1c27

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

68
             DataColumn dc1 = new DataColumn("时间", Type.GetType("System.String"));
68
             DataColumn dc1 = new DataColumn("时间", Type.GetType("System.String"));
69
             DataColumn dc2 = new DataColumn("电话呼入次数", Type.GetType("System.String"));
69
             DataColumn dc2 = new DataColumn("电话呼入次数", Type.GetType("System.String"));
70
             DataColumn dc3 = new DataColumn("电话呼出次数", Type.GetType("System.String"));
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
             //DataColumn dc6 = new DataColumn("语音留言次数", Type.GetType("System.String"));
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
             DataColumn dc8 = new DataColumn("电话骚扰次数", Type.GetType("System.String"));
75
             DataColumn dc8 = new DataColumn("电话骚扰次数", Type.GetType("System.String"));
76
             DataColumn dc9 = new DataColumn("平均呼入时间", Type.GetType("System.String"));
76
             DataColumn dc9 = new DataColumn("平均呼入时间", Type.GetType("System.String"));
77
             DataColumn dc10 = new DataColumn("峰值排队人数", Type.GetType("System.String"));
77
             DataColumn dc10 = new DataColumn("峰值排队人数", Type.GetType("System.String"));

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

16507
         public ActionResult SubReloadWorkOrder(string ids, string reason
16507
         public ActionResult SubReloadWorkOrder(string ids, string reason
16508
             , int iszb = 0)
16508
             , int iszb = 0)
16509
         {
16509
         {
16510
-
16511
             int maindeptid = RequestString.GetInt("maindeptid", 0);
16510
             int maindeptid = RequestString.GetInt("maindeptid", 0);
16512
             string otherdeptids = RequestString.GetFormString("otherdeptids");
16511
             string otherdeptids = RequestString.GetFormString("otherdeptids");
16513
             DateTime limittime = DateTime.Parse(RequestString.GetFormString("limittime") + " 23:59:59");
16512
             DateTime limittime = DateTime.Parse(RequestString.GetFormString("limittime") + " 23:59:59");
16514
             string assignedopinion = RequestString.GetFormString("assignedopinion");
16513
             string assignedopinion = RequestString.GetFormString("assignedopinion");
16515
-
16516
             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")
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
                 if (!string.IsNullOrEmpty(ids))
16516
                 if (!string.IsNullOrEmpty(ids))
16539
                                 #endregion
16537
                                 #endregion
16540
                                 workorderBLL.Update(modelT_Bus_WorkOrder);
16538
                                 workorderBLL.Update(modelT_Bus_WorkOrder);
16541
                                 #endregion
16539
                                 #endregion
16542
-
16543
                                 #region 插入操作记录
16540
                                 #region 插入操作记录
16544
                                 Model.T_Bus_Operation oper = new Model.T_Bus_Operation();
16541
                                 Model.T_Bus_Operation oper = new Model.T_Bus_Operation();
16545
                                 oper.F_WorkOrderId = modelT_Bus_WorkOrder.F_WorkOrderId;
16542
                                 oper.F_WorkOrderId = modelT_Bus_WorkOrder.F_WorkOrderId;