Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/dev' into dev

caojunjie 1 rok pred
rodič
commit
2430750634

+ 3 - 0
src/views/businessManagement/salesOrder/index.vue

@@ -246,6 +246,9 @@ export default {
     })
     warehouseList().then(res => {
       this.warehouseList = res.data.data.records
+      if (this.hctenantId != 681169) {
+        this.isProcurements = false
+      }
     })
   },
   activated() {