1.调整菜单顺序名称

master
x_z 3 years ago
parent 3497a9e41a
commit 9491c35ced

@ -687,7 +687,7 @@ export const asyncRouterMap = [
redirect: "/inv/invProducts", redirect: "/inv/invProducts",
component: Home, component: Home,
icon: "tongyong", icon: "tongyong",
name: "管理", name: "库管理",
hidden: false, hidden: false,
noDropdown: false, noDropdown: false,
meta: { meta: {
@ -695,37 +695,45 @@ export const asyncRouterMap = [
}, },
children: [ children: [
{ {
path: "additionalOrder", path: "invProducts",
component: additionalOrder, component: invProducts,
name: "补录单据管理", name: "库存查询",
icon: "",
meta: { meta: {
authRule: ["stock/additionalOrder"] authRule: ["inv/invProducts"]
} }
}, },
{
path: "/invManage",
component: Empty,
name: "库存管理",
icon: "",
meta: {
authRule: ["inv/invManage"]
},
children: [
{ {
path: "BasicEntrutsRece", path: "BasicEntrutsRece",
name: "委托验收", name: "委托验收设置",
component: BasicEntrutsRece, component: BasicEntrutsRece,
meta: { meta: {
authRule: ["basic/BasicEntrutsRece"] authRule: ["basic/BasicEntrutsRece"]
} }
}, },
{ {
path: "stockOrderDelSearch", path: "additionalOrder",
component: stockOrderDelSearch, component: additionalOrder,
name: "业务单据查询", name: "补录单据查询",
meta: { meta: {
authRule: ["inv/stockOrderDelSearch"] authRule: ["stock/additionalOrder"]
} }
}, },
{ {
path: "invProducts", path: "stockOrderDelSearch",
component: invProducts, component: stockOrderDelSearch,
name: "库存查询", name: "业务单据查询",
icon: "",
meta: { meta: {
authRule: ["inv/invProducts"] authRule: ["inv/stockOrderDelSearch"]
} }
}, },
{ {
@ -737,10 +745,21 @@ export const asyncRouterMap = [
authRule: ["inv/invStatistics"] authRule: ["inv/invStatistics"]
} }
}, },
]
},
{
path: "/otherInvManage",
component: Empty,
name: "其他库管理",
icon: "",
meta: {
authRule: ["inv/otherInvManage"]
},
children: [
{ {
path: "invPreProducts", path: "invPreProducts",
component: invPreProducts, component: invPreProducts,
name: "寄售库存查询", name: "寄售库查询",
icon: "", icon: "",
meta: { meta: {
authRule: ["inv/invPreProducts"] authRule: ["inv/invPreProducts"]
@ -749,16 +768,18 @@ export const asyncRouterMap = [
{ {
path: "invPreInProducts", path: "invPreInProducts",
component: invPreInProducts, component: invPreInProducts,
name: "预验收库查询", name: "预验收库查询",
icon: "", icon: "",
meta: { meta: {
authRule: ["inv/invPreInProducts"] authRule: ["inv/invPreInProducts"]
} }
}, },
]
},
{ {
path: "udiTrace", path: "udiTrace",
component: invUdiTraceOrder, component: invUdiTraceOrder,
name: "UDI流向查询", name: "UDI流向",
icon: "", icon: "",
meta: { meta: {
authRule: ["inv/udiTrace"] authRule: ["inv/udiTrace"]

Loading…
Cancel
Save