Explorar o código

【修改】bug

莫绍宝 %!s(int64=3) %!d(string=hai) anos
pai
achega
1204a06d58
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/supply/pickup/check.vue

+ 3 - 0
src/views/supply/pickup/check.vue

@@ -495,6 +495,9 @@ export default {
       if (!this.screenForm.manId) {
       if (!this.screenForm.manId) {
         return this.$errorMsg("请先查询提货人信息");
         return this.$errorMsg("请先查询提货人信息");
       }
       }
+      if (!this.screenForm.warehouse) {
+        return this.$errorMsg("请选择仓库");
+      }
 
 
       this.listLoading = true;
       this.listLoading = true;