fix:调整库存管理目录
This commit is contained in:
parent
5487e1f74d
commit
747c22fc02
|
|
@ -1705,68 +1705,6 @@ const routes = [
|
||||||
},
|
},
|
||||||
component: "inm/warehouse",
|
component: "inm/warehouse",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "good",
|
|
||||||
path: "/inm/good",
|
|
||||||
meta: {
|
|
||||||
title: "成品库",
|
|
||||||
// icon: "el-icon-cellphone",
|
|
||||||
perms: ["good"],
|
|
||||||
},
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
name: "good",
|
|
||||||
path: "/inm/good",
|
|
||||||
meta: {
|
|
||||||
title: "成品库",
|
|
||||||
// icon: "el-icon-cellphone",
|
|
||||||
perms: ["good"],
|
|
||||||
},
|
|
||||||
component: "inm/good",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "good_mio",
|
|
||||||
path: "/inm/good_mio",
|
|
||||||
meta: {
|
|
||||||
title: "出入库记录",
|
|
||||||
// icon: "el-icon-cellphone",
|
|
||||||
perms: ["good_mio"],
|
|
||||||
},
|
|
||||||
component: "inm/good_mio",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "halfgood",
|
|
||||||
path: "/inm/halfgood",
|
|
||||||
meta: {
|
|
||||||
title: "半成品库",
|
|
||||||
// icon: "el-icon-cellphone",
|
|
||||||
perms: ["halfgood"],
|
|
||||||
},
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
name: "halfgood",
|
|
||||||
path: "/inm/halfgood",
|
|
||||||
meta: {
|
|
||||||
title: "半成品库",
|
|
||||||
// icon: "el-icon-cellphone",
|
|
||||||
perms: ["halfgood"],
|
|
||||||
},
|
|
||||||
component: "inm/halfgood",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "halfgood_mio",
|
|
||||||
path: "/inm/halfgood_mio",
|
|
||||||
meta: {
|
|
||||||
title: "出入库记录",
|
|
||||||
// icon: "el-icon-cellphone",
|
|
||||||
perms: ["halfgood_mio"],
|
|
||||||
},
|
|
||||||
component: "inm/halfgood_mio",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "mainso",
|
name: "mainso",
|
||||||
path: "/inm/mainso",
|
path: "/inm/mainso",
|
||||||
|
|
@ -1829,6 +1767,77 @@ const routes = [
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "halfgood",
|
||||||
|
path: "/inm/halfgood",
|
||||||
|
meta: {
|
||||||
|
title: "半成品库",
|
||||||
|
// icon: "el-icon-cellphone",
|
||||||
|
perms: ["halfgood"],
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
name: "halfgood",
|
||||||
|
path: "/inm/halfgood",
|
||||||
|
meta: {
|
||||||
|
title: "半成品库",
|
||||||
|
// icon: "el-icon-cellphone",
|
||||||
|
perms: ["halfgood"],
|
||||||
|
},
|
||||||
|
component: "inm/halfgood",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "halfgood_mio",
|
||||||
|
path: "/inm/halfgood_mio",
|
||||||
|
meta: {
|
||||||
|
title: "出入库记录",
|
||||||
|
// icon: "el-icon-cellphone",
|
||||||
|
perms: ["halfgood_mio"],
|
||||||
|
},
|
||||||
|
component: "inm/halfgood_mio",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "good",
|
||||||
|
path: "/inm/good",
|
||||||
|
meta: {
|
||||||
|
title: "成品库",
|
||||||
|
// icon: "el-icon-cellphone",
|
||||||
|
perms: ["good"],
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
name: "good",
|
||||||
|
path: "/inm/good",
|
||||||
|
meta: {
|
||||||
|
title: "成品库",
|
||||||
|
// icon: "el-icon-cellphone",
|
||||||
|
perms: ["good"],
|
||||||
|
},
|
||||||
|
component: "inm/good",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "good_mio",
|
||||||
|
path: "/inm/good_mio",
|
||||||
|
meta: {
|
||||||
|
title: "出入库记录",
|
||||||
|
// icon: "el-icon-cellphone",
|
||||||
|
perms: ["good_mio"],
|
||||||
|
},
|
||||||
|
component: "inm/good_mio",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "inmScrap",
|
||||||
|
path: "/inm/inmScrap",
|
||||||
|
meta: {
|
||||||
|
title: "废品库",
|
||||||
|
perms: ["inmScrap"],
|
||||||
|
},
|
||||||
|
component: "inm/inmScrap",
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// "name": "materialbatch",
|
// "name": "materialbatch",
|
||||||
// "path": "/inm/materialbatch",
|
// "path": "/inm/materialbatch",
|
||||||
|
|
@ -1878,15 +1887,6 @@ const routes = [
|
||||||
},
|
},
|
||||||
component: "inm/workshop_mio",
|
component: "inm/workshop_mio",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "inmScrap",
|
|
||||||
path: "/inm/inmScrap",
|
|
||||||
meta: {
|
|
||||||
title: "废品库",
|
|
||||||
perms: ["inmScrap"],
|
|
||||||
},
|
|
||||||
component: "inm/inmScrap",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
//采购 pum
|
//采购 pum
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue