diff --git a/src/router/index.js b/src/router/index.js index e6429e1..a171c99 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -583,6 +583,7 @@ export const asyncRouterMap = [ path: "/udplatGoods", redirect: "/udplatGoods/ThrOrders", name: "阳光采购平台", + hidden: true, component: Empty, meta: { authRule: ["thrsys/udplatGoods"] diff --git a/src/views/warehouse/stockHospOrderNew.vue b/src/views/warehouse/stockHospOrderNew.vue index 0b09930..4da3c88 100644 --- a/src/views/warehouse/stockHospOrderNew.vue +++ b/src/views/warehouse/stockHospOrderNew.vue @@ -153,8 +153,9 @@ + - { let temp = response.data || []; - for(let i = 0;i--> - + + --> - + { this.busTypes = response.data.list || []; - this.getStorage(this.formData.billType); + // this.getStorage(this.formData.billType); }) .catch(() => { });