diff --git a/pages/WarehouseManage/SemifinishedInStore.vue b/pages/WarehouseManage/SemifinishedInStore.vue index 125a15e..fa4a4e0 100644 --- a/pages/WarehouseManage/SemifinishedInStore.vue +++ b/pages/WarehouseManage/SemifinishedInStore.vue @@ -113,7 +113,7 @@ /** 确认 */ async _confirmInstor () { this.disabled = true - if (!this.val1) { + if (!this.val1 || !this.pkId || !this.index) { this.disabled = false return }