Browse Source

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

caojunjie 1 năm trước cách đây
mục cha
commit
2430750634
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/businessManagement/salesOrder/index.vue

+ 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() {