|
@@ -154,7 +154,7 @@ app.controller('service_formCtrl', ["$scope", "$rootScope", "$state", "$timeout"
|
154
|
154
|
$scope.zhtj_req_wxweb = 0;//请求微信/web总数
|
155
|
155
|
$scope.zhtj_req_msg = 0;//请求电话留言总数
|
156
|
156
|
$scope.zhtj_req_desk = 0;//请求柜台总数
|
157
|
|
- $scope.zhtj_trans_total = 0;//工单转换总数
|
|
157
|
+ $scope.zhtj_trans_total = 0;//服务台建单数
|
158
|
158
|
$scope.zhtj_p_total = 0;//工单转换直接处理数
|
159
|
159
|
$scope.zhtj_unp_total = 0;//工单转换处理工单数
|
160
|
160
|
//电话统计
|
|
@@ -210,7 +210,7 @@ app.controller('service_formCtrl', ["$scope", "$rootScope", "$state", "$timeout"
|
210
|
210
|
$scope.zhtj_req_wxweb = res.title.req_wxweb;//请求微信/web总数
|
211
|
211
|
$scope.zhtj_req_msg = res.title.req_msg;//请求电话留言总数
|
212
|
212
|
$scope.zhtj_req_desk = res.title.req_desk;//请求柜台总数
|
213
|
|
- $scope.zhtj_trans_total = res.title.trans_total;//工单转换总数
|
|
213
|
+ $scope.zhtj_trans_total = res.title.trans_total;//服务台建单数
|
214
|
214
|
$scope.zhtj_p_total = res.title.p_total;//工单转换直接处理数
|
215
|
215
|
$scope.zhtj_unp_total = res.title.unp_total;//工单转换处理工单数
|
216
|
216
|
}
|