|
|
@@ -390,14 +390,14 @@
|
|
390
|
390
|
<option value="1">满意</option>
|
|
391
|
391
|
</select>
|
|
392
|
392
|
</td>
|
|
393
|
|
- <th>结案满意度:</th>
|
|
|
393
|
+ <!--<th>结案满意度:</th>
|
|
394
|
394
|
<td>
|
|
395
|
395
|
<select id="F_IsSatisfie" style="width: 260px;" name="select" class="form-control" data-live-search="true">
|
|
396
|
396
|
<option value="">请选择</option>
|
|
397
|
397
|
<option value="0">不满意</option>
|
|
398
|
398
|
<option value="1">满意</option>
|
|
399
|
399
|
</select>
|
|
400
|
|
- </td>
|
|
|
400
|
+ </td>-->
|
|
401
|
401
|
<th style="text-align: center;">
|
|
402
|
402
|
|
|
403
|
403
|
</th>
|
|
|
@@ -555,7 +555,7 @@
|
|
555
|
555
|
sourcearea: $('#sourceAreas').val(), //区域
|
|
556
|
556
|
dealtype: $("#dealtype").val(),
|
|
557
|
557
|
Issatisfie: $("#Issatisfie").val(),
|
|
558
|
|
- F_IsSatisfie: $("#F_IsSatisfie").val(),
|
|
|
558
|
+ //F_IsSatisfie: $("#F_IsSatisfie").val(),
|
|
559
|
559
|
token: $.cookie("token")
|
|
560
|
560
|
};
|
|
561
|
561
|
return param;
|
|
|
@@ -1104,11 +1104,12 @@
|
|
1104
|
1104
|
var tab = 5;
|
|
1105
|
1105
|
var keyid = $("#keyid").val() //=关键词id
|
|
1106
|
1106
|
var dealtype = $("#dealtype").val()
|
|
1107
|
|
- var F_IsSatisfie = $("#F_IsSatisfie").val()
|
|
|
1107
|
+ //var F_IsSatisfie = $("#F_IsSatisfie").val()
|
|
1108
|
1108
|
var Issatisfie = $("#Issatisfie").val()
|
|
1109
|
1109
|
|
|
1110
|
1110
|
|
|
1111
|
1111
|
var url = huayi.config.callcenter_url + "WorkOrder/GetLDDealList?token=" + $.cookie("token");
|
|
|
1112
|
+// + "&F_IsSatisfie=" + F_IsSatisfie
|
|
1112
|
1113
|
url += "&workid=" + workid + "&state=" + state + "&type=" + type + "&tab=" + tab + "&key=" + key +
|
|
1113
|
1114
|
"&tel=" +
|
|
1114
|
1115
|
tel + "&name=" + name + "&usercode=" + usercode + "&ddusercode=" + ddusercode + "&source=" +
|
|
|
@@ -1117,7 +1118,7 @@
|
|
1117
|
1118
|
"&sourcearea=" +
|
|
1118
|
1119
|
sourcearea +
|
|
1119
|
1120
|
"&bigtype=" + bigtype + "&smalltype=" + smalltype + "&keyid=" + keyid + "&dealtype=" +
|
|
1120
|
|
- dealtype + "&Issatisfie=" + Issatisfie+ "&F_IsSatisfie=" + F_IsSatisfie + "&isdc=1";
|
|
|
1121
|
+ dealtype + "&Issatisfie=" + Issatisfie + "&isdc=1";
|
|
1121
|
1122
|
window.location.href = url;
|
|
1122
|
1123
|
})
|
|
1123
|
1124
|
</script>
|