Explorar el Código

Revert "【修改】仓库认证"

This reverts commit a4bb7300e966b3ba1b307b2b64411431ae3b6d49.
howie hace 2 años
padre
commit
b0434d129d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/supply/pickup/check.vue

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

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