修改出库管理
This commit is contained in:
parent
7637b25a4c
commit
5827be1c27
@ -531,8 +531,6 @@ async function handleStockOut() {
|
|||||||
// handleQuery();
|
// handleQuery();
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (IFTRUE(res)) {
|
if (IFTRUE(res)) {
|
||||||
state.loading = false;
|
|
||||||
state.loading2 = false;
|
|
||||||
ElMessageBox.alert('出库完成', '提示框', {
|
ElMessageBox.alert('出库完成', '提示框', {
|
||||||
confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
})
|
})
|
||||||
@ -551,15 +549,9 @@ async function handleStockOut() {
|
|||||||
ElMessageBox.alert(error, '提示框', {
|
ElMessageBox.alert(error, '提示框', {
|
||||||
confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
})
|
})
|
||||||
state.loading = false
|
|
||||||
state.loading2 = false;
|
|
||||||
state.button_state = false
|
state.button_state = false
|
||||||
state.button_loadings = false;
|
state.button_loadings = false;
|
||||||
});
|
});
|
||||||
state.loading = false;
|
|
||||||
state.loading2 = false;
|
|
||||||
state.button_state = false
|
|
||||||
state.button_loadings = false;
|
|
||||||
} else {
|
} else {
|
||||||
ElMessageBox.alert("请先选择要采购退货的标签", '提示框', {
|
ElMessageBox.alert("请先选择要采购退货的标签", '提示框', {
|
||||||
confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
@ -567,8 +559,6 @@ async function handleStockOut() {
|
|||||||
state.button_state = false
|
state.button_state = false
|
||||||
state.button_loadings = false;
|
state.button_loadings = false;
|
||||||
}
|
}
|
||||||
state.button_state = false
|
|
||||||
state.button_loadings = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -634,7 +634,7 @@ async function LeftIn() {
|
|||||||
confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
state.loading = false;
|
// state.loading = false;
|
||||||
// if (state.MaterialPackingList.length > 0 && state.column4.length > 0) {
|
// if (state.MaterialPackingList.length > 0 && state.column4.length > 0) {
|
||||||
|
|
||||||
// state.loading = true;
|
// state.loading = true;
|
||||||
@ -882,7 +882,7 @@ async function RightIn() {
|
|||||||
confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
state.loading2 = false;
|
// state.loading2 = false;
|
||||||
// if (state.column3.length > 0) {
|
// if (state.column3.length > 0) {
|
||||||
// state.loading2 = true;
|
// state.loading2 = true;
|
||||||
// state.ChangeParams.header.MESSAGENAME = 'DeassignShipRequestFromBox';
|
// state.ChangeParams.header.MESSAGENAME = 'DeassignShipRequestFromBox';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user