入库接口

This commit is contained in:
2022-10-28 09:31:18 +08:00
parent b2230e730d
commit 1fab7ab4fb

View File

@@ -113,7 +113,7 @@
/** 确认 */ /** 确认 */
async _confirmInstor () { async _confirmInstor () {
this.disabled = true this.disabled = true
if (!this.val1) { if (!this.val1 || !this.pkId || !this.index) {
this.disabled = false this.disabled = false
return return
} }