调拨维护添加需求

This commit is contained in:
蔡玲
2024-12-10 14:07:55 +08:00
parent ae118f3793
commit 33d8dff0b8
2 changed files with 123 additions and 10 deletions

View File

@@ -505,8 +505,8 @@
}
this.$refs.alertDialog.open()
},
// 库存提交-确认接口
async _inWarehouseCommit () {
// 库存提交-确认接口
async _inWarehouseCommit () {
try {
let res = await inWarehouseCommit(this.subCheckData, this.crType)
if (res.code === 1) {
@@ -531,7 +531,7 @@
} catch (e) {
this.popdisabled = false
}
},
},
// 点击单据审核按钮
async _easOutInBillUpdate () {
this.disabled1 = true