diff --git a/pages/ProductManage/SboProcess.vue b/pages/ProductManage/SboProcess.vue index 037b4e4..97e8d5b 100644 --- a/pages/ProductManage/SboProcess.vue +++ b/pages/ProductManage/SboProcess.vue @@ -63,7 +63,7 @@ - + @@ -167,7 +167,7 @@ }, async _needEmptyVehicle () { this.disabled5 = true - if (!this.pkId) { + if (!(this.val1 && !this.pkId)) { this.disabled5 = false return }