⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 helptree.js

📁 本系统基本完善了CRM管理系统的各个模块
💻 JS
字号:
[{
	id : 'saleManage',
	text : '营销管理',
	iconCls:'menu',
	children : [{
		id : 'saleChance',
		text : '销售机会管理',
		iconCls:'help',
		href:'chance.htm',
		leaf : true
	}, {
		id : 'salePlan',
		text : '客户开发计划',
		leaf : true,
		iconCls:'help',
		href:'plan.htm'
	}]
}, {
	id :'custManage',
	text : '客户管理',
	iconCls:'menu',
	children : [{
		id : 'custInfo',
		text : '客户信息管理',
		leaf : true,
		iconCls:'help',
		href:'custinfo.htm'
	}, {
		id : 'custLost',
		text : '客户流失管理',
		leaf : true,
		iconCls:'help',
		href:'custlost.htm'
	}]
},{
	id :'cstServiceManage',
	text : '服务管理',
	iconCls:'menu',
	children : [{
		id : 'serviceCreate',
		text : '服务创建',
		leaf : true,
		iconCls:'help',
		href:'servicecreate.htm'
	}, {
		id : 'serviceAllot',
		text : '服务分配',
		leaf : true,
		iconCls:'help',
		href:'serviceallot.htm'
	},{
		id : 'serviceDispose',
		text : '服务处理',
		leaf : true,
		iconCls:'help',
		href:'servicedispose.htm'
	}, {
		id : 'serviceFeedback',
		text : '服务反馈',
		leaf : true,
		iconCls:'help',
		href:'servicefeedback.htm'
	},{
		id : 'servicePigeonhole',
		text : '服务归档',
		leaf : true,
		iconCls:'help',
		href:'servicepigeonhole.htm'
	}]
},{
	id :'reportManage',
	text : '报表管理',
	iconCls:'menu',
	children : [{
		id : 'custProffer',
		text : '客户贡献分析',
		leaf : true,
		iconCls:'help',
		href:'custproffer.htm'
	}, {
		id : 'custStructure',
		text : '客户构成分析',
		leaf : true,
		iconCls:'help',
		href:'custstructure.htm'
	},{
		id : 'custService',
		text : '客户服务分析',
		leaf : true,
		iconCls:'help',
		href:'custservice.htm'
	}, {
		id : 'custLost',
		text : '客户流失分析',
		leaf : true,
		iconCls:'help',
		href:'custlose.htm'
	}]
},{
	id :'baseDict',
	text : '报表管理',
	iconCls:'menu',
	children : [{
		id : 'dataManage',
		text : '基础字典管理',
		leaf : true,
		iconCls:'help',
		href:'dictmanage.htm'
	}, {
		id : 'productInfo',
		text : '查询产品信息',
		leaf : true,
		iconCls:'help',
		href:'product.htm'
	},{
		id : 'storageInfo',
		text : '查询库存',
		leaf : true,
		iconCls:'help',
		href:'storage.htm'
	}]
},{
	id :'rightMan',
	text : '系统管理',
	iconCls:'menu',
	children : [{
		id : 'userMan',
		text : '用户信息',
		leaf : true,
		iconCls:'help',
		href:'userinfo.htm'
	}, {
		id : 'roleMan',
		text : '角色管理',
		leaf : true,
		iconCls:'help',
		href:'role.htm'
	},{
		id : 'rightMan',
		text : '权限管理',
		leaf : true,
		iconCls:'help',
		href:'right.htm'
	},{
		id : 'myRight',
		text : '我的权限',
		leaf : true,
		iconCls:'help',
		href:'myRight.htm'
	}]
}]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -