Ver Fonte

【修改】仓库认证

howie há 2 anos atrás
pai
commit
a4bb7300e9
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/supply/pickup/check.vue

+ 2 - 2
src/views/supply/pickup/check.vue

@@ -755,7 +755,8 @@ export default {
 
     // 查询列表
     getList() {
-      if (this.check==='1') {
+      console.log(this.check);
+      if (this.check=='1') {
         if (!this.screenForm.manId) {
         return this.$errorMsg("请先查询提货人信息");
       }
@@ -764,7 +765,6 @@ export default {
         if (!this.screenForm.logisticsId) {
           return this.$errorMsg("请选择物流公司");
         }
-
       }
       if (!this.screenForm.warehouse) {
         return this.$errorMsg("请选择仓库");