单据提交是否完全赋码问题!

20240912_adapter_z
yewj 7 months ago
parent 53a3d38bae
commit 0697e895f4

@ -773,22 +773,21 @@ export default {
if (res.code == 20000) {
this.resetWork()
} else if (res.code == 502) {
// this.$confirm(res.message, '', {
// confirmButtonText: '',
// cancelButtonText: '',
// type: 'warning'
// }).then(() => {
// this.formData.confirmFinish = true;
// // this.finishOrder();
// }).catch(() => {
// });
this.$confirm(res.message, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.formData.confirmFinish = true;
this.finishOrder();
}).catch(() => {
});
} else if (res.code == 503) {
this.$alert('该单据未全部赋码无法完成,请检查后重试', '提示', {
confirmButtonText: '确定',
callback: action => {
}
});
} else {
this.$message.error(res.message)
}

Loading…
Cancel
Save