Explorar el Código

Merge tag 'Hotfix-mo-167' into develop

Finish Hotfix-mo-167
莫绍宝 hace 3 años
padre
commit
19a8b9a450
Se han modificado 1 ficheros con 3 adiciones y 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) {
         return this.$errorMsg("请先查询提货人信息");
       }
+      if (!this.screenForm.warehouse) {
+        return this.$errorMsg("请选择仓库");
+      }
 
       this.listLoading = true;