修改出库管理

This commit is contained in:
王帅 2025-05-30 13:55:27 +08:00
parent 7637b25a4c
commit 5827be1c27
2 changed files with 2 additions and 12 deletions

View File

@ -531,8 +531,6 @@ async function handleStockOut() {
// handleQuery();
console.log(res)
if (IFTRUE(res)) {
state.loading = false;
state.loading2 = false;
ElMessageBox.alert('出库完成', '提示框', {
confirmButtonText: 'OK',
})
@ -551,15 +549,9 @@ async function handleStockOut() {
ElMessageBox.alert(error, '提示框', {
confirmButtonText: 'OK',
})
state.loading = false
state.loading2 = false;
state.button_state = false
state.button_loadings = false;
});
state.loading = false;
state.loading2 = false;
state.button_state = false
state.button_loadings = false;
} else {
ElMessageBox.alert("请先选择要采购退货的标签", '提示框', {
confirmButtonText: 'OK',
@ -567,8 +559,6 @@ async function handleStockOut() {
state.button_state = false
state.button_loadings = false;
}
state.button_state = false
state.button_loadings = false;
}

View File

@ -634,7 +634,7 @@ async function LeftIn() {
confirmButtonText: 'OK',
})
}
state.loading = false;
// state.loading = false;
// if (state.MaterialPackingList.length > 0 && state.column4.length > 0) {
// state.loading = true;
@ -882,7 +882,7 @@ async function RightIn() {
confirmButtonText: 'OK',
})
}
state.loading2 = false;
// state.loading2 = false;
// if (state.column3.length > 0) {
// state.loading2 = true;
// state.ChangeParams.header.MESSAGENAME = 'DeassignShipRequestFromBox';