2025-04-24 18:31:27 +08:00

302 lines
5.2 KiB
JavaScript

var SystemMenu = [{
title: '系统管理',
icon: '',
isCurrent: true,
menu: [{
title: '供应商管理',
icon: '',
isCurrent: true,
children: [{
title: '首页',
href: 'workbench.html',
isCurrent: true
},{
title: '二级页面',
href: 'index.html'
},{
title: '招标流程',
href: 'process.html'
},{
title: '供应商列表',
href: 'providers.html'
},{
title: '详细信息',
href: 'providers1.html'
},{
title: '企业基本信息',
href: 'basic_info.html'
}]
},{
title: '采购组织',
icon: '',
href: 'basic_info.html',
children: []
},{
title: '专家库',
icon: '',
children: [{
title: '专家管理',
href: 'providers.html'
},{
title: '添加专家',
href: 'providers1.html'
},{
title: '审核专家',
href: 'basic_info.html'
}]
},{
title: '注册供应商',
icon: '',
children: [{
title: '供应商管理',
href: 'providers.html'
},{
title: '进货渠道',
href: 'providers1.html'
},{
title: '自定义',
href: 'basic_info.html'
}]
},{
title: 'RFI动态信息',
icon: '',
href: 'providers.html',
children: []
},{
title: '资质过期',
icon: '',
href: 'basic_info.html',
children: []
}]
},{
title: '组织管理',
icon: '',
menu: [{
title: '领导组织',
icon: '',
children: [{
title: '公司领导管理',
href: 'index.html',
isCurrent: true
},{
title: '企业荣誉',
href: 'index.html'
},{
title: '组织架构',
href: 'index.html'
},{
title: '自定义',
href: 'index.html'
}]
},{
title: '系统设置',
icon: '',
children: [{
title: '权限设置',
href: 'process.html'
},{
title: '角色设置',
href: 'process.html'
},{
title: '职务设置',
href: 'process.html'
},{
title: '自定义',
href: 'process.html'
},{
title: '采购组',
href: 'process.html'
}]
},{
title: '专家库',
icon: '',
children: [{
title: '专家管理',
href: 'process.html'
},{
title: '添加专家',
href: 'process.html'
},{
title: '审核专家',
href: 'process.html'
}]
}]
},{
title: '主数据',
icon: '',
menu: [{
title: '数据信息',
icon: '',
isCurrent: true,
children: [{
title: '数据管理',
href: 'process.html',
isCurrent: true
},{
title: '企业荣誉',
href: 'index.html'
},{
title: '组织架构',
href: 'index.html'
},{
title: '自定义',
href: 'index.html'
}]
},{
title: '数据表',
icon: '',
href: 'basic_info.html',
children: []
}]
},{
title: '供应商管理',
icon: '',
menu: [{
title: '供应商列表',
icon: '',
children: [{
title: '供应链条',
href: 'providers.html',
isCurrent: true
},{
title: '供应组织',
href: 'index.html'
},{
title: '运输渠道',
href: 'index.html'
},{
title: '自定义',
href: 'index.html'
}]
},{
title: '供应客户',
icon: '',
href: 'basic_info.html',
children: []
}]
},{
title: '采购商开发',
icon: '',
menu: [{
title: '采购商主页',
icon: '',
children: [{
title: '采购管理',
href: 'providers1.html',
isCurrent: true
},{
title: '采购列表',
href: 'index.html'
}]
},{
title: '数据表',
icon: '',
href: 'basic_info.html',
children: []
}]
},{
title: '采购寻源',
icon: '',
menu: [{
title: '寻源管理',
icon: '',
isCurrent: true,
children: [{
title: '自定义',
href: 'basic_info.html',
isCurrent: true
},{
title: '采购分析',
href: 'index.html'
}]
},{
title: '统计图',
icon: '',
href: 'basic_info.html',
children: []
}]
},{
title: '合同管理',
icon: '',
menu: [{
title: '合同归档',
icon: '',
isCurrent: true,
children: [{
title: '合同发布',
href: 'basic_info.html',
isCurrent: true
},{
title: '合同制度管理',
href: 'index.html'
}]
},{
title: '合同信息',
icon: '',
href: 'basic_info.html',
children: []
}]
},{
title: '自定义',
icon: '',
menu: [{
title: '合同归档',
icon: '',
isCurrent: true,
children: [{
title: '合同发布',
href: 'index.html',
isCurrent: true
},{
title: '合同制度管理',
href: 'index.html'
}]
},{
title: '合同信息',
icon: '',
href: 'basic_info.html',
children: []
}]
},{
title: '自定义',
icon: '',
menu: [{
title: '合同归档',
icon: '',
isCurrent: true,
children: [{
title: '合同发布',
href: 'workbench.html',
isCurrent: true
},{
title: '合同制度管理',
href: 'index.html'
}]
},{
title: '合同信息',
icon: '',
href: 'basic_info.html',
children: []
}]
},{
title: '自定义',
icon: '',
menu: [{
title: '合同归档',
icon: '',
isCurrent: true,
children: [{
title: '合同发布',
href: 'basic_info.html',
isCurrent: true
},{
title: '合同制度管理',
href: 'index.html'
}]
},{
title: '合同信息',
icon: '',
href: 'basic_info.html',
children: []
}]
}];