Ver Código Fonte

改改改改改过过

liyuanyuan 4 anos atrás
pai
commit
2a211b85d3

+ 9 - 0
web/YTSoft.BaseCallCenter.MVCWeb/Controllers/HW/CallRecordController.cs

@@ -730,6 +730,15 @@ namespace YTSoft.BaseCallCenter.MVCWeb.Controllers
730 730
                 }
731 731
                 if (workOrderBaseModel.F_WORKORDERTYPEID == 3)
732 732
                 {
733
+
734
+                    #region 如果是客服处理 回访相关的字段给赋值为空
735
+
736
+                    workOrderBaseModel.F_RETURNVISITFLAG = 0;
737
+                    workOrderBaseModel.F_RETURNVISITTIME = null;
738
+                    workOrderBaseModel.F_REQUESTSERVICETIME = null;
739
+                    #endregion
740
+
741
+
733 742
                     Model.T_Wo_WorkOrderHistory historyModel = new Model.T_Wo_WorkOrderHistory();
734 743
 
735 744
                     historyModel.F_INSTANCEID =  0;//  workOrderBaseModel.F_WORKORDERID;客服处理的工单按说不应该创建T_Wo_WorkOrderHistory,不知道为什么他要创建这个。所以给关联工单id的字段改成了0

+ 2 - 2
web/YTSoft.BaseCallCenter.MVCWeb/Controllers/Report/ReportController.cs

@@ -9866,9 +9866,9 @@ BType, case when (isnull(BusinessType,0)>0 or isnull(F_ServiceType,0)>0) then '
9866 9866
             //string startDate = DateTime.Now.ToString("yyyyMMdd") + "00:00:00";
9867 9867
             //string endDate = DateTime.Now.ToString("yyyyMMdd") + "23:59:59";
9868 9868
 
9869
+            string startDate = startTime.Substring(0, 10) + " 00:00:00";
9870
+            string endDate = startTime.Substring(12) + " 23:59:59";
9869 9871
 
9870
-            string startDate = startTime + " 00:00:00";
9871
-            string endDate = startTime + " 23:59:59";
9872 9872
             int WxRealTotal = WXWorkOrderCount(3, startDate, endDate);
9873 9873
             DataTable dt = workorderBLL.GetTodayFromTypeAmount(startTime);
9874 9874
             dt.Rows[1]["amount"] = WxRealTotal;

+ 19 - 0
web/YTSoft.BaseCallCenter.MVCWeb/Views/CallRecord/CallRecordList.cshtml

@@ -246,6 +246,25 @@
246 246
     {{#  if(d.F_Linenum === 2){ }}
247 247
         二号线
248 248
     {{#  } }}
249
+    
250
+   {{#  if(d.F_Linenum === 14){ }}
251
+       十四号线
252
+    {{#  } }}
253
+ 
254
+
255
+     {{#  if(d.F_Linenum === 4){ }}
256
+       四号线
257
+    {{#  } }}
258
+    {{#  if(d.F_Linenum === 5){ }}
259
+         五号线
260
+    {{#  } }}
261
+
262
+      {{#  if(d.F_Linenum === 100){ }}
263
+        城郊线
264
+    {{#  } }}
265
+
266
+
267
+
249 268
 </script>
250 269
 <script type="text/html" id="callStatus">
251 270