Browse Source

Finish Hotfix-mo-167

莫绍宝 3 năm trước cách đây
mục cha
commit
275e87a18d
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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) {
         return this.$errorMsg("请先查询提货人信息");
       }
+      if (!this.screenForm.warehouse) {
+        return this.$errorMsg("请选择仓库");
+      }
 
       this.listLoading = true;