1.调整菜单顺序名称

master
x_z 3 years ago
parent 3497a9e41a
commit 9491c35ced

@ -687,38 +687,13 @@ export const asyncRouterMap = [
redirect: "/inv/invProducts",
component: Home,
icon: "tongyong",
name: "管理",
name: "库管理",
hidden: false,
noDropdown: false,
meta: {
authRule: ["inv"]
},
children: [
{
path: "additionalOrder",
component: additionalOrder,
name: "补录单据管理",
meta: {
authRule: ["stock/additionalOrder"]
}
},
{
path: "BasicEntrutsRece",
name: "委托验收",
component: BasicEntrutsRece,
meta: {
authRule: ["basic/BasicEntrutsRece"]
}
},
{
path: "stockOrderDelSearch",
component: stockOrderDelSearch,
name: "业务单据查询",
meta: {
authRule: ["inv/stockOrderDelSearch"]
}
},
{
path: "invProducts",
component: invProducts,
@ -729,36 +704,82 @@ export const asyncRouterMap = [
}
},
{
path: "invStatistics",
component: invStatistics,
name: "库存统计",
icon: "",
meta: {
authRule: ["inv/invStatistics"]
}
},
{
path: "invPreProducts",
component: invPreProducts,
name: "寄售库存查询",
path: "/invManage",
component: Empty,
name: "库存管理",
icon: "",
meta: {
authRule: ["inv/invPreProducts"]
}
authRule: ["inv/invManage"]
},
children: [
{
path: "BasicEntrutsRece",
name: "委托验收设置",
component: BasicEntrutsRece,
meta: {
authRule: ["basic/BasicEntrutsRece"]
}
},
{
path: "additionalOrder",
component: additionalOrder,
name: "补录单据查询",
meta: {
authRule: ["stock/additionalOrder"]
}
},
{
path: "stockOrderDelSearch",
component: stockOrderDelSearch,
name: "业务单据查询",
meta: {
authRule: ["inv/stockOrderDelSearch"]
}
},
{
path: "invStatistics",
component: invStatistics,
name: "库存统计",
icon: "",
meta: {
authRule: ["inv/invStatistics"]
}
},
]
},
{
path: "invPreInProducts",
component: invPreInProducts,
name: "预验收库存查询",
path: "/otherInvManage",
component: Empty,
name: "其他库管理",
icon: "",
meta: {
authRule: ["inv/invPreInProducts"]
}
authRule: ["inv/otherInvManage"]
},
children: [
{
path: "invPreProducts",
component: invPreProducts,
name: "寄售库查询",
icon: "",
meta: {
authRule: ["inv/invPreProducts"]
}
},
{
path: "invPreInProducts",
component: invPreInProducts,
name: "预验收库查询",
icon: "",
meta: {
authRule: ["inv/invPreInProducts"]
}
},
]
},
{
path: "udiTrace",
component: invUdiTraceOrder,
name: "UDI流向查询",
name: "UDI流向",
icon: "",
meta: {
authRule: ["inv/udiTrace"]

Loading…
Cancel
Save