Explorar el Código

只有681169能看见生成采购

wangzhuo hace 1 año
padre
commit
42380fca1f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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() {