合格证入库修改

This commit is contained in:
蔡玲
2024-12-17 16:47:54 +08:00
parent 101c854358
commit 5c0db4ace6
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@
let obj = Object.assign(this.currentData, {vehicle_code: this.val2, stor_code: this.index, qty: this.val3, bar_code: this.val1})
let res = await inStorageConfirm(obj)
if (res.code === '200') {
this.toEmpty()
this.val3 = ''
}
this.disabled = false
uni.showToast({