|
|
|
@ -3185,6 +3185,16 @@ if(UserPermissions.value == '仓库客服'){ //处理完毕菜单下面确定按
|
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
ElMessageBox.confirm( |
|
|
|
|
'是否确定当前处理结果?', |
|
|
|
|
'Warning', |
|
|
|
|
{ |
|
|
|
|
confirmButtonText: '确定', |
|
|
|
|
cancelButtonText: '取消', |
|
|
|
|
type: 'warning', |
|
|
|
|
} |
|
|
|
|
) |
|
|
|
|
.then(() => { |
|
|
|
|
details.loadingObj.list = true; //开启加载效果 |
|
|
|
|
console.log(data, '处理好的数据'); |
|
|
|
|
$_updateWorkOrderStatus(data) |
|
|
|
@ -3199,8 +3209,25 @@ if(UserPermissions.value == '仓库客服'){ //处理完毕菜单下面确定按
|
|
|
|
|
tabChenge(TabPermissions.value); |
|
|
|
|
}) |
|
|
|
|
.catch(res => { |
|
|
|
|
console.log(res,'错误信息'); |
|
|
|
|
}).finally(()=>{ |
|
|
|
|
details.loadingObj.list = false; //关闭加载效果 |
|
|
|
|
}); |
|
|
|
|
}) |
|
|
|
|
.catch(() => { |
|
|
|
|
ElMessage({ |
|
|
|
|
type: 'info', |
|
|
|
|
message: '取消确定', |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}else{ |
|
|
|
|
let data = { |
|
|
|
|
assignList: [], |
|
|
|
@ -3245,8 +3272,17 @@ if(UserPermissions.value == '仓库客服'){ //处理完毕菜单下面确定按
|
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
details.loadingObj.list = true; //开启加载效果 |
|
|
|
|
ElMessageBox.confirm( |
|
|
|
|
'是否确定当前处理信息?', |
|
|
|
|
'Warning', |
|
|
|
|
{ |
|
|
|
|
confirmButtonText: '确定', |
|
|
|
|
cancelButtonText: '取消', |
|
|
|
|
type: 'warning', |
|
|
|
|
} |
|
|
|
|
) |
|
|
|
|
.then(() => { |
|
|
|
|
details.loadingObj.list = true; //开启加载效果 |
|
|
|
|
// 完结结果确定 |
|
|
|
|
$_updateManagerConfirmed(data) |
|
|
|
|
.then(res => { |
|
|
|
@ -3266,6 +3302,13 @@ if(UserPermissions.value == '仓库客服'){ //处理完毕菜单下面确定按
|
|
|
|
|
}) |
|
|
|
|
// 赔款方 |
|
|
|
|
console.log(data, '处理好的值'); |
|
|
|
|
}) |
|
|
|
|
.catch(() => { |
|
|
|
|
ElMessage({ |
|
|
|
|
type: 'info', |
|
|
|
|
message: '已取消', |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
// 批量打回 |
|
|
|
|