调拨维护添加需求
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user