|
|
|
@ -571,13 +571,13 @@
|
|
|
|
|
>提交</el-button |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
<!-- <el-button |
|
|
|
|
@click="DetermineStorage" |
|
|
|
|
v-if="$route.query.index != '0'" |
|
|
|
|
type="primary" |
|
|
|
|
class="button" |
|
|
|
|
>确定</el-button |
|
|
|
|
> |
|
|
|
|
> --> |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
v-if="$route.query.index == '0'" |
|
|
|
@ -1733,39 +1733,39 @@ const PaymentConfirmation = val => {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 确定存储 |
|
|
|
|
const DetermineStorage = () => { |
|
|
|
|
let data = { |
|
|
|
|
assignList: [], |
|
|
|
|
}; |
|
|
|
|
let a = {}; |
|
|
|
|
a = $route.query.id; |
|
|
|
|
data['assignList'].push(a); |
|
|
|
|
if (routerState.value == 'end') { |
|
|
|
|
$_updateManagerConfirmed(data).then(res => { |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
ElMessage({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
type: 'success', |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
console.log(res, '完结确定'); |
|
|
|
|
}); |
|
|
|
|
// 赔款方 |
|
|
|
|
console.log(data, '处理好的值'); |
|
|
|
|
} else { |
|
|
|
|
console.log(a); |
|
|
|
|
console.log(data, '处理好的数据'); |
|
|
|
|
$_updateWorkOrderStatus(data).then(res => { |
|
|
|
|
console.log(res, '确定提交存储'); |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
ElMessage({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
type: 'success', |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
// const DetermineStorage = () => { |
|
|
|
|
// let data = { |
|
|
|
|
// assignList: [], |
|
|
|
|
// }; |
|
|
|
|
// let a = {}; |
|
|
|
|
// a = $route.query.id; |
|
|
|
|
// data['assignList'].push(a); |
|
|
|
|
// if (routerState.value == 'end') { |
|
|
|
|
// $_updateManagerConfirmed(data).then(res => { |
|
|
|
|
// if (res.data.code == 200) { |
|
|
|
|
// ElMessage({ |
|
|
|
|
// message: res.data.msg, |
|
|
|
|
// type: 'success', |
|
|
|
|
// }); |
|
|
|
|
// } |
|
|
|
|
// console.log(res, '完结确定'); |
|
|
|
|
// }); |
|
|
|
|
// // 赔款方 |
|
|
|
|
// console.log(data, '处理好的值'); |
|
|
|
|
// } else { |
|
|
|
|
// console.log(a); |
|
|
|
|
// console.log(data, '处理好的数据'); |
|
|
|
|
// $_updateWorkOrderStatus(data).then(res => { |
|
|
|
|
// console.log(res, '确定提交存储'); |
|
|
|
|
// if (res.data.code == 200) { |
|
|
|
|
// ElMessage({ |
|
|
|
|
// message: res.data.msg, |
|
|
|
|
// type: 'success', |
|
|
|
|
// }); |
|
|
|
|
// } |
|
|
|
|
// }); |
|
|
|
|
// } |
|
|
|
|
// }; |
|
|
|
|
|
|
|
|
|
// 提交信息 |
|
|
|
|
const submit = () => { |
|
|
|
|