update 到货单,点击入库按钮,修改提示消息
This commit is contained in:
parent
2430faf0b9
commit
0460c717b4
@ -728,7 +728,6 @@ async function sendToERP() {
|
|||||||
.then((res: any) => {
|
.then((res: any) => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
;(state.OpCode = ''),
|
|
||||||
ElMessageBox.alert('入库成功', '提醒框', {
|
ElMessageBox.alert('入库成功', '提醒框', {
|
||||||
confirmButtonText: 'OK'
|
confirmButtonText: 'OK'
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user