|
@@ -4,74 +4,60 @@ export const menuData = [
|
|
// optionName: "首页",
|
|
// optionName: "首页",
|
|
// iconClassName: "el-icon-s-home",
|
|
// iconClassName: "el-icon-s-home",
|
|
// routerName: "Index",
|
|
// routerName: "Index",
|
|
- // index: '-1',
|
|
|
|
// disabled: false
|
|
// disabled: false
|
|
// },
|
|
// },
|
|
{
|
|
{
|
|
optionName: "定点屠宰智能管控",
|
|
optionName: "定点屠宰智能管控",
|
|
iconClassName: "el-icon-s-flag",
|
|
iconClassName: "el-icon-s-flag",
|
|
- index: '1',
|
|
|
|
disabled: false, // 是否禁用
|
|
disabled: false, // 是否禁用
|
|
childList: [
|
|
childList: [
|
|
{
|
|
{
|
|
optionName: '企业采购',
|
|
optionName: '企业采购',
|
|
- index: '1-1',
|
|
|
|
routerName: "firmBuy"
|
|
routerName: "firmBuy"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '入待宰栏',
|
|
optionName: '入待宰栏',
|
|
- index: '1-2',
|
|
|
|
routerName: "inButcherHurdle"
|
|
routerName: "inButcherHurdle"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '屠宰批次',
|
|
optionName: '屠宰批次',
|
|
- index: '1-11',
|
|
|
|
routerName: "slaughterBatch"
|
|
routerName: "slaughterBatch"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- optionName: '上报检疫',
|
|
|
|
- index: '1-3',
|
|
|
|
|
|
+ optionName: '品控检疫',
|
|
routerName: "reportQuarantine"
|
|
routerName: "reportQuarantine"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '入宰登记',
|
|
optionName: '入宰登记',
|
|
- index: '1-4',
|
|
|
|
routerName: "regisSlaughter"
|
|
routerName: "regisSlaughter"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- optionName: '宰后称重',
|
|
|
|
- index: '1-5',
|
|
|
|
|
|
+ optionName: '屠宰分割', // 宰后称重
|
|
routerName: "slaughterWeight"
|
|
routerName: "slaughterWeight"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '入库管理',
|
|
optionName: '入库管理',
|
|
- index: '1-6',
|
|
|
|
routerName: "inStore"
|
|
routerName: "inStore"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '出仓管理',
|
|
optionName: '出仓管理',
|
|
- index: '1-7',
|
|
|
|
routerName: "outStore"
|
|
routerName: "outStore"
|
|
},
|
|
},
|
|
|
|
|
|
{
|
|
{
|
|
optionName: '分割加工',
|
|
optionName: '分割加工',
|
|
- index: '1-8',
|
|
|
|
routerName: "segmentation"
|
|
routerName: "segmentation"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '排酸损耗',
|
|
optionName: '排酸损耗',
|
|
- index: '1-9',
|
|
|
|
routerName: "drainageAcid"
|
|
routerName: "drainageAcid"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '分割批次',
|
|
optionName: '分割批次',
|
|
- index: '1-10',
|
|
|
|
routerName: "splitBatch"
|
|
routerName: "splitBatch"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '成本核算',
|
|
optionName: '成本核算',
|
|
- index: '1-12',
|
|
|
|
routerName: "costAccounting"
|
|
routerName: "costAccounting"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -79,42 +65,34 @@ export const menuData = [
|
|
{
|
|
{
|
|
optionName: "销售管理",
|
|
optionName: "销售管理",
|
|
iconClassName: "el-icon-s-custom",
|
|
iconClassName: "el-icon-s-custom",
|
|
- index: '2',
|
|
|
|
disabled: false,
|
|
disabled: false,
|
|
childList: [
|
|
childList: [
|
|
{
|
|
{
|
|
optionName: '客户管理',
|
|
optionName: '客户管理',
|
|
- index: '2-1',
|
|
|
|
routerName: "client"
|
|
routerName: "client"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '价格管理',
|
|
optionName: '价格管理',
|
|
- index: '2-2',
|
|
|
|
routerName: "price"
|
|
routerName: "price"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '销售统计',
|
|
optionName: '销售统计',
|
|
- index: '2-3',
|
|
|
|
routerName: "sellRegister"
|
|
routerName: "sellRegister"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '屠宰直销',
|
|
optionName: '屠宰直销',
|
|
- index: '2-4',
|
|
|
|
routerName: "directSell"
|
|
routerName: "directSell"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '胴体销售',
|
|
optionName: '胴体销售',
|
|
- index: '2-5',
|
|
|
|
routerName: "carcassSell"
|
|
routerName: "carcassSell"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '分割销售',
|
|
optionName: '分割销售',
|
|
- index: '2-6',
|
|
|
|
routerName: "splitSell"
|
|
routerName: "splitSell"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '其他销售',
|
|
optionName: '其他销售',
|
|
- index: '2-7',
|
|
|
|
routerName: "elseSell"
|
|
routerName: "elseSell"
|
|
},
|
|
},
|
|
]
|
|
]
|
|
@@ -122,32 +100,26 @@ export const menuData = [
|
|
{
|
|
{
|
|
optionName: "产品制作智能监控",
|
|
optionName: "产品制作智能监控",
|
|
iconClassName: "el-icon-ice-cream-square",
|
|
iconClassName: "el-icon-ice-cream-square",
|
|
- index: '3',
|
|
|
|
disabled: false,
|
|
disabled: false,
|
|
childList: [
|
|
childList: [
|
|
{
|
|
{
|
|
optionName: '产品档案',
|
|
optionName: '产品档案',
|
|
- index: '3-1',
|
|
|
|
routerName: "productInfo"
|
|
routerName: "productInfo"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '分割登记',
|
|
optionName: '分割登记',
|
|
- index: '3-2',
|
|
|
|
routerName: "splitLog"
|
|
routerName: "splitLog"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '羊皮登记',
|
|
optionName: '羊皮登记',
|
|
- index: '3-3',
|
|
|
|
routerName: "sheepskinLog"
|
|
routerName: "sheepskinLog"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '羊血登记',
|
|
optionName: '羊血登记',
|
|
- index: '3-4',
|
|
|
|
routerName: "goatBloodLog"
|
|
routerName: "goatBloodLog"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '羊杂登记',
|
|
optionName: '羊杂登记',
|
|
- index: '3-5',
|
|
|
|
routerName: "goatHasletLog"
|
|
routerName: "goatHasletLog"
|
|
},
|
|
},
|
|
|
|
|
|
@@ -157,27 +129,22 @@ export const menuData = [
|
|
{
|
|
{
|
|
optionName: "鲜肉储运智能管控",
|
|
optionName: "鲜肉储运智能管控",
|
|
iconClassName: "el-icon-shopping-cart-1",
|
|
iconClassName: "el-icon-shopping-cart-1",
|
|
- index: '4',
|
|
|
|
disabled: false,
|
|
disabled: false,
|
|
childList: [
|
|
childList: [
|
|
{
|
|
{
|
|
optionName: '配送管理',
|
|
optionName: '配送管理',
|
|
- index: '4-2',
|
|
|
|
routerName: "dispatching"
|
|
routerName: "dispatching"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '运输管理',
|
|
optionName: '运输管理',
|
|
- index: '4-3',
|
|
|
|
routerName: "transportation"
|
|
routerName: "transportation"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '门店管理',
|
|
optionName: '门店管理',
|
|
- index: '4-4',
|
|
|
|
routerName: "shopStore"
|
|
routerName: "shopStore"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '产品追溯',
|
|
optionName: '产品追溯',
|
|
- index: '4-5',
|
|
|
|
routerName: "productQuery"
|
|
routerName: "productQuery"
|
|
},
|
|
},
|
|
]
|
|
]
|
|
@@ -185,37 +152,30 @@ export const menuData = [
|
|
{
|
|
{
|
|
optionName: "开发用模板",
|
|
optionName: "开发用模板",
|
|
iconClassName: "el-icon-menu",
|
|
iconClassName: "el-icon-menu",
|
|
- index: '100',
|
|
|
|
disabled: false, // 是否禁用
|
|
disabled: false, // 是否禁用
|
|
childList: [
|
|
childList: [
|
|
{
|
|
{
|
|
optionName: '模板 1',
|
|
optionName: '模板 1',
|
|
- index: '100-1',
|
|
|
|
routerName: "aa"
|
|
routerName: "aa"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '普通表格',
|
|
optionName: '普通表格',
|
|
- index: '100-2',
|
|
|
|
routerName: "ab"
|
|
routerName: "ab"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '模板 3',
|
|
optionName: '模板 3',
|
|
- index: '100-3',
|
|
|
|
routerName: "ac"
|
|
routerName: "ac"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '模板 4',
|
|
optionName: '模板 4',
|
|
- index: '100-4',
|
|
|
|
routerName: "ad"
|
|
routerName: "ad"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '模板 5',
|
|
optionName: '模板 5',
|
|
- index: '100-5',
|
|
|
|
routerName: "ee"
|
|
routerName: "ee"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
optionName: '模板 6',
|
|
optionName: '模板 6',
|
|
- index: '100-6',
|
|
|
|
routerName: "af"
|
|
routerName: "af"
|
|
}
|
|
}
|
|
|
|
|
|
@@ -235,11 +195,9 @@ const menuData描述 = [
|
|
{
|
|
{
|
|
oneMenuName: "导航一", // 一级菜单名
|
|
oneMenuName: "导航一", // 一级菜单名
|
|
iconClassName: "aaa", // element-ui图标名
|
|
iconClassName: "aaa", // element-ui图标名
|
|
- index: '1', // 唯一标志
|
|
|
|
childList: [ // 分组的
|
|
childList: [ // 分组的
|
|
{
|
|
{
|
|
groupName: '组名一',
|
|
groupName: '组名一',
|
|
- index: '1-1-1',
|
|
|
|
list: [
|
|
list: [
|
|
{
|
|
{
|
|
optionName: '选项1',
|
|
optionName: '选项1',
|
|
@@ -250,7 +208,6 @@ const menuData描述 = [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
groupName: '组名二',
|
|
groupName: '组名二',
|
|
- index: '1-1-2',
|
|
|
|
list: [
|
|
list: [
|
|
{
|
|
{
|
|
optionName: '选项1',
|
|
optionName: '选项1',
|
|
@@ -265,12 +222,10 @@ const menuData描述 = [
|
|
{
|
|
{
|
|
oneMenuName: "导航二",
|
|
oneMenuName: "导航二",
|
|
iconClassName: "el-icon-menu",
|
|
iconClassName: "el-icon-menu",
|
|
- index: '2',
|
|
|
|
disabled: false, // 是否禁用
|
|
disabled: false, // 是否禁用
|
|
childList: [ // 不分组的
|
|
childList: [ // 不分组的
|
|
{
|
|
{
|
|
optionName: '选项1',
|
|
optionName: '选项1',
|
|
- index: '2-1',
|
|
|
|
routerName: "home"
|
|
routerName: "home"
|
|
},
|
|
},
|
|
{}
|
|
{}
|
|
@@ -281,7 +236,6 @@ const menuData描述 = [
|
|
oneMenuName: "导航三",
|
|
oneMenuName: "导航三",
|
|
iconClassName: "el-icon-document",
|
|
iconClassName: "el-icon-document",
|
|
routerName: "home",
|
|
routerName: "home",
|
|
- index: '3',
|
|
|
|
disabled: false
|
|
disabled: false
|
|
},
|
|
},
|
|
|
|
|