|
@@ -1300,8 +1300,8 @@
|
|
|
<label for="tel-005">不翻新(原机退回)</label>
|
|
|
</div>
|
|
|
<div class="radio-box">
|
|
|
- <input type="radio" id="tel-003" name="detectProcessingResults_3" checked value="31">
|
|
|
- <label for="tel-003">付费维修</label>
|
|
|
+ <input type="radio" id="tel-006" name="detectProcessingResults_3" checked value="31">
|
|
|
+ <label for="tel-006">付费维修</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -3473,7 +3473,7 @@
|
|
|
url: "${path}/admin/detect/customer_confirm",
|
|
|
async: false,
|
|
|
success: function(data){
|
|
|
- if (data.returnCode == 200) {
|
|
|
+ if (data.returnCode === 200) {
|
|
|
layer.msg("操作成功!",{icon: 1,time:1000});
|
|
|
var detectInfo = data.returnMsg.detectInfo;
|
|
|
var detectStateName;
|
|
@@ -3553,7 +3553,7 @@
|
|
|
url: "${path}/admin/detect/customer_confirm",
|
|
|
async: false,
|
|
|
success: function(data){
|
|
|
- if (data.returnCode == 200) {
|
|
|
+ if (data.returnCode === 200) {
|
|
|
layer.msg("操作成功!",{icon: 1,time:1000});
|
|
|
var detectInfo = data.returnMsg.detectInfo;
|
|
|
var detectStateName;
|
|
@@ -3649,6 +3649,12 @@
|
|
|
procMethod(3);
|
|
|
$("#procMethodId").val(44);
|
|
|
});
|
|
|
+ $("#tel-006").click(function (){
|
|
|
+ $("#updateDetect_3").show();
|
|
|
+ $("#procTypeId").val(3);//回显客诉处理方式
|
|
|
+ procMethod(3);
|
|
|
+ $("#procMethodId").val(32);
|
|
|
+ });
|
|
|
|
|
|
|
|
|
$(function () {
|