Kaynağa Gözat

售后APP工单当月进度统计表、各大区投诉处理情况

liuyifan 5 yıl önce
ebeveyn
işleme
ef0b3a946a

Dosya farkı çok büyük olduğundan ihmal edildi
+ 194 - 0
CallCenterWeb.UI/ReportForm/afterSaleAPPWorkOrderStatisticsTable.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 188 - 0
CallCenterWeb.UI/ReportForm/regionalComplaintHandling.html


+ 2 - 1
CallCenterWeb.UI/WorkOrder/WorkOrderRemission.html

@@ -203,7 +203,8 @@
203 203
 			$('.export').click(function() {
204 204
 				var state = 8; //处理进度
205 205
 				var reduction = $("#searchRemission").val();
206
-				dcexcel(state, "", "", reduction);
206
+				var isreductions = 1
207
+				dcexcel(state, "", "", reduction, isreductions);
207 208
 			});
208 209
         })
209 210
         

+ 7 - 2
CallCenterWeb.UI/js/WorkOrder/WorkOrder.js

@@ -1102,7 +1102,7 @@ document.onkeydown = function (e) {
1102 1102
 }
1103 1103
 
1104 1104
 // 导出
1105
-function dcexcel(state, isdc, CJ, reduction) {
1105
+function dcexcel(state, isdc, CJ, reduction, isreductions) {
1106 1106
 	
1107 1107
 	if (isdc === 3) {
1108 1108
 		var isdc = 3;
@@ -1119,6 +1119,11 @@ function dcexcel(state, isdc, CJ, reduction) {
1119 1119
 	} else {
1120 1120
 		var reduction = reduction;
1121 1121
 	}
1122
+	if (isreductions == undefined) {
1123
+		var isreductions = "";
1124
+	} else if(isreductions == 1) {
1125
+		var isreductions = isreductions;
1126
+	}
1122 1127
 	// if(state === )
1123 1128
 	var token = $.cookie("token");
1124 1129
 	var code = $("#searchCode").val(); //工单编号
@@ -1143,6 +1148,6 @@ function dcexcel(state, isdc, CJ, reduction) {
1143 1148
 	var url = huayi.config.callcenter_url + "WorkOrder/GetList?token=" + token;
1144 1149
 	url += "&state=" + state + "&code=" + code + "&area=" + area + "&office=" + office + "&starttime=" + starttime + "&endtime=" + endtime + "&keywords=" + keywords + "&productType=" + productType +"&productName=" + productName + "&productDate=" + productDate + "&batchNumber=" + batchNumber
1145 1150
 	+ "&manufacturer=" + manufacturer + "&problemCode=" + problemCode 
1146
-	+ "&type=" + type + "&dealTimely=" + dealTimely + "&see=" + see + "&isdc=" + isdc + "&CJ=" + CJ + "&IsReduction=" + reduction + "&reminder=" + reminder + "&incomplete=" + complete + "&isdealfile=" + isdealfile;
1151
+	+ "&type=" + type + "&dealTimely=" + dealTimely + "&see=" + see + "&isdc=" + isdc + "&CJ=" + CJ + "&IsReduction=" + reduction + "&reminder=" + reminder + "&incomplete=" + complete + "&isdealfile=" + isdealfile + "&isreductions=" + isreductions;
1147 1152
 	window.location.href = url;
1148 1153
 }

+ 1 - 1
CallCenterWeb.UI/js/WorkOrder/WorkOrderDetails.js

@@ -379,7 +379,7 @@ function saveCustomer() {
379 379
 				parent.layer.msg("催单成功!");
380 380
 				var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
381 381
 				parent.layer.close(index); //再执行关闭
382
-				parent.$("#workorderlist").bootstrapTable('refresh');
382
+				// parent.$("#workorderlist").bootstrapTable('refresh');
383 383
             } else {
384 384
             	$('.customerSubmit').attr("disabled", false);
385 385
 	            $('.customerSubmit').text('确定');

+ 1 - 1
CallCenterWeb.UI/js/WorkOrder/WorkOrderReminder.js

@@ -33,7 +33,7 @@ function saveCustomer() {
33 33
             	var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
34 34
 				parent.layer.close(index); //再执行关闭
35 35
 				parent.layer.msg("催单成功!");
36
-				parent.$('#workorderlist').bootstrapTable('refresh');
36
+				// parent.$('#workorderlist').bootstrapTable('refresh');
37 37
             } else {
38 38
             	$('.customerSubmit').attr("disabled", false);
39 39
 	            $('.customerSubmit').text('确定');