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

📄 knwmanage.js

📁 tomcat最新安装程序
💻 JS
字号:
<%

	
/*知识管理权限控制*/	
	int q111 = upm.getUserPopInt(userinfo,"11","1","q");
	int q112 = upm.getUserPopInt(userinfo,"11","2","q");

%>

var knwmanage = new TreeView();
knwmanage.setImagePath("../image/");


//知识管理
<%if(q111>0){%>
knwmanage.add(210,0,"知识库","/krm/servlet/RecordGroupInfoServlet?module=kn&&status=q&&queryterm=lib&&libtype=kn","right",null);
knwmanage.add(211,210,"市场","/krm/servlet/RecordGroupInfoServlet?module=kn&&status=q&&queryterm=group&&libtype=kn&&grouptype=1","right",null);
knwmanage.add(212,210,"技术","/krm/servlet/RecordGroupInfoServlet?module=kn&&status=q&&queryterm=group&&libtype=kn&&grouptype=2","right",null);
knwmanage.add(213,210,"管理","/krm/servlet/RecordGroupInfoServlet?module=kn&&status=q&&queryterm=group&&libtype=kn&&grouptype=3","right",null);
knwmanage.add(214,210,"销售","/krm/servlet/RecordGroupInfoServlet?module=kn&&status=q&&queryterm=group&&libtype=kn&&grouptype=4","right",null);
knwmanage.add(215,210,"资本","/krm/servlet/RecordGroupInfoServlet?module=kn&&status=q&&queryterm=group&&libtype=kn&&grouptype=5","right",null);
<%}if(q112>0){%>
knwmanage.add(220,0,"信息库","/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=lib&&libtype=in","right",null);
knwmanage.add(221,220,"市场","/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=group&&libtype=in&&grouptype=1","right",null);
knwmanage.add(222,220,"技术","/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=group&&libtype=in&&grouptype=2","right",null);
knwmanage.add(223,220,"管理","/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=group&&libtype=in&&grouptype=3","right",null);
knwmanage.add(224,220,"销售","/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=group&&libtype=in&&grouptype=4","right",null);
knwmanage.add(225,220,"资本","/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=group&&libtype=in&&grouptype=5","right",null);
<%}%>
knwmanage.setShowAll(false);
knwmanage.setup();
knwmanage.collapseAll();

⌨️ 快捷键说明

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