first commit
Esse commit está contido em:
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Fadfox">
|
||||
<section name="ExportComponent">
|
||||
<item value="resource-org.zhiqim.plan.resource" key="dirToJars"/>
|
||||
<item value="logs" key="excludeDirs"/>
|
||||
<item value="" key="excludePackages"/>
|
||||
<item value="" key="excludeResourceDirs"/>
|
||||
<item value="true" key="isExportAndZipProject"/>
|
||||
<item value="true" key="isIncludeJavaFile"/>
|
||||
<item value="zhiqim_plan" key="jarName"/>
|
||||
<item value="D:/_gitcan/ZhiqimPM/ZhiqimPlan/document/metainfo" key="metaInfoPath"/>
|
||||
<item value="zhiqim_planV1.5.0" key="projectSourceName"/>
|
||||
<item value="D:/_github/zhiqim-com/download/ZhiqimPM/V1.5.0" key="releasePath"/>
|
||||
</section>
|
||||
</section>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Fadfox">
|
||||
<section name="ExportProject">
|
||||
<item value="" key="excludeDirs"/>
|
||||
<item value="" key="excludePackages"/>
|
||||
<item value="git" key="excludeResourceDirs"/>
|
||||
<item value="true" key="isDivided"/>
|
||||
<item value="true" key="isExportAndZipProject"/>
|
||||
<item value="true" key="isGenExe"/>
|
||||
<item value="true" key="isGenZip"/>
|
||||
<item value="true" key="isIncludeJavaFile"/>
|
||||
<item value="fadfox_plan" key="jarName"/>
|
||||
<item value="" key="metaInfoPath"/>
|
||||
<item value="" key="projectConfPath"/>
|
||||
<item value="fadfox_plan_src" key="projectSourceName"/>
|
||||
<item value="fadfox_plan1.0" key="releaseName"/>
|
||||
<item value="D:/" key="releasePath"/>
|
||||
</section>
|
||||
</section>
|
||||
@@ -0,0 +1,113 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zhiqim-dbo>
|
||||
|
||||
<config version="1.2.0" dbType="mysql" folder="../src" initDataWidth="820">
|
||||
<![CDATA[
|
||||
/*
|
||||
* 版权所有 (C) 2015 知启蒙(ZHIQIM) 保留所有权利。[欢迎加盟知启蒙,一起邂逅框架梦]
|
||||
*
|
||||
* https://www.zhiqim.com/gitcan/zhiqim/zhiqim_plan.htm
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
]]>
|
||||
</config>
|
||||
|
||||
<package name="org.zhiqim.manager.dbo" type="false" desc="项目管理表">
|
||||
|
||||
<table name="ZMR_OPERATOR" desc="操作员表" key="OPERATOR_CODE" type="InnoDB">
|
||||
<field column="OPERATOR_CODE" type="string" length="32" notNull="true" desc="操作员编码"/>
|
||||
<field column="OPERATOR_PASS" type="string" length="64,char" notNull="true" desc="操作员密码"/>
|
||||
<field column="OPERATOR_PASS_SALT" type="string" length="64,char" notNull="true" desc="操作员密码盐值"/>
|
||||
<field column="OPERATOR_STATUS" type="byte" length="" notNull="true" desc="操作员状态:0正常,1停用"/>
|
||||
<field column="OPERATOR_TYPE" type="byte" length="" notNull="true" desc="操作员类型:0:超级管理员,1:管理员,2:操作员"/>
|
||||
<field column="OPERATOR_NAME" type="string" length="64" notNull="true" desc="操作员名称"/>
|
||||
<field column="OPERATOR_AVATAR" type="long" length="" notNull="false" desc="操作员头像编号"/>
|
||||
<field column="OPERATOR_DEPT" type="string" length="850" notNull="false" desc="操作员所属部门,多个用逗号隔开,当前支持关联50个部门"/>
|
||||
<field column="OPERATOR_DEPT_ALL" type="string" length="1700" notNull="false" desc="操作员对应的所有部门,多个用逗号隔开,当前支持关联100个部门"/>
|
||||
<field column="OPERATOR_MOBILE" type="string" length="21" notNull="false" desc="操作员手机号"/>
|
||||
<field column="OPERATOR_EMAIL" type="string" length="64" notNull="false" desc="操作员邮箱"/>
|
||||
<field column="OPERATOR_SKIN" type="string" length="20" notNull="false" desc="操作员主题肤色"/>
|
||||
<field column="OPERATOR_IP" type="string" length="18" notNull="false" desc="操作员工作IP"/>
|
||||
<field column="OPERATOR_URL" type="string" length="50" notNull="false" desc="操作员登录后首页"/>
|
||||
<field column="OPERATOR_PARAM" type="string" length="1024" notNull="false" desc="操作员参数,用于项目自定义设置"/>
|
||||
<field column="OPERATOR_CREATED" type="string" length="19,char" notNull="true" desc="操作员创建时间,格式:yyyy-MM-dd hh:mm:ss"/>
|
||||
<field column="OPERATOR_MODIFIED" type="string" length="19,char" notNull="true" desc="操作员修改时间,格式:yyyy-MM-dd hh:mm:ss"/>
|
||||
</table>
|
||||
|
||||
</package>
|
||||
<package name="org.zhiqim.project.dbo" type="false" desc="项目管理表">
|
||||
|
||||
<table name="ZPM_PROJECT" desc="项目工程表" key="PROJECT_ID" type="InnoDB">
|
||||
<field column="PROJECT_ID" type="long" length="" notNull="true" desc="项目编号"/>
|
||||
<field column="PROJECT_NAME" type="string" length="64" notNull="true" desc="项目名称"/>
|
||||
<field column="PROJECT_STATUS" type="byte" length="" notNull="true" desc="项目状态,0:正常,1:停用"/>
|
||||
<field column="PROJECT_SEQ" type="int" length="" notNull="true" desc="项目排序数"/>
|
||||
<field column="PROJECT_MANAGER" type="string" length="32" notNull="true" desc="项目组长"/>
|
||||
<field column="PROJECT_BEGIN_DATE" type="string" length="10,char" notNull="true" desc="项目开始时间"/>
|
||||
<field column="PROJECT_END_DATE" type="string" length="10,char" notNull="true" desc="项目结束时间"/>
|
||||
<field column="PROJECT_CREATED" type="string" length="19,char" notNull="true" desc="项目创建时间"/>
|
||||
<field column="PROJECT_MODIFIED" type="string" length="19,char" notNull="true" desc="项目修改时间"/>
|
||||
<field column="PROJECT_DESC" type="string" length="512" notNull="false" desc="项目描述"/>
|
||||
</table>
|
||||
|
||||
</package>
|
||||
<package name="org.zhiqim.plan.dbo" type="true" desc="系统表">
|
||||
|
||||
<table name="ZPM_PROJECT_PLAN" desc="项目计划表" key="PLAN_ID" type="InnoDB">
|
||||
<field column="PROJECT_ID" type="long" length="" notNull="true" desc="项目编号"/>
|
||||
<field column="PLAN_ID" type="long" length="" notNull="true" desc="计划编号"/>
|
||||
<field column="PLAN_DATE" type="int" length="" notNull="true" desc="计划日期,格式yyyyMMdd,如20171101"/>
|
||||
<field column="PLAN_STATUS" type="byte" length="" notNull="true" desc="计划状态,0:正常,1:新增,2:延误,3:取消"/>
|
||||
<field column="PLAN_SEQ" type="byte" length="" notNull="true" desc="计划序号,从1开始,周内排序"/>
|
||||
<field column="PLAN_PROGRESS" type="byte" length="" notNull="true" desc="计划进度,0-100"/>
|
||||
<field column="PLAN_MODIFIED" type="datetime" length="" notNull="true" desc="计划更新时间"/>
|
||||
<field column="PLAN_CONTENT" type="string" length="128" notNull="false" desc="计划内容"/>
|
||||
<field column="PLAN_MANAGER" type="string" length="32" notNull="false" desc="计划负责人,多个用逗号隔开"/>
|
||||
<field column="PLAN_BEGIN_DATE" type="string" length="10,char" notNull="false" desc="计划开始日期"/>
|
||||
<field column="PLAN_END_DATE" type="string" length="10,char" notNull="false" desc="计划结束日期"/>
|
||||
<field column="ACTUAL_BEGIN_DATE" type="string" length="10,char" notNull="false" desc="实际开始日期"/>
|
||||
<field column="ACTUAL_END_DATE" type="string" length="10,char" notNull="false" desc="实际结束日期"/>
|
||||
</table>
|
||||
|
||||
<table name="ZPM_PROJECT_SUMMARY" desc="项目总结表" key="SUMMARY_ID" type="InnoDB">
|
||||
<field column="PROJECT_ID" type="long" length="" notNull="true" desc="项目编号"/>
|
||||
<field column="SUMMARY_ID" type="long" length="" notNull="true" desc="总结编号"/>
|
||||
<field column="SUMMARY_TYPE" type="byte" length="" notNull="true" desc="总结类型,1:周目标,2:周总结,3:月总结"/>
|
||||
<field column="SUMMARY_DATE" type="int" length="" notNull="true" desc="总结日期,格式yyyyMMdd,如20171101"/>
|
||||
<field column="SUMMARY_MODIFIED" type="datetime" length="" notNull="true" desc="总结最后更新时间"/>
|
||||
<field column="SUMMARY_CONTENT" type="string" length="1000" notNull="false" desc="总结内容,最长1000字"/>
|
||||
</table>
|
||||
|
||||
<table name="ZPM_PERSON_PLAN" desc="个人计划表" key="PLAN_ID" type="InnoDB">
|
||||
<field column="OPERATOR_CODE" type="string" length="32" notNull="true" desc="操作员编号"/>
|
||||
<field column="PLAN_ID" type="long" length="" notNull="true" desc="计划编号"/>
|
||||
<field column="PLAN_DATE" type="int" length="" notNull="true" desc="计划日期,格式yyyyMMdd,如20171101"/>
|
||||
<field column="PLAN_STATUS" type="byte" length="" notNull="true" desc="计划状态,0:正常,1:新增,2:延误,3:取消"/>
|
||||
<field column="PLAN_SEQ" type="byte" length="" notNull="true" desc="计划序号,从1开始,周内排序"/>
|
||||
<field column="PLAN_MODIFIED" type="datetime" length="" notNull="true" desc="计划最后更新时间"/>
|
||||
<field column="PLAN_CONTENT" type="string" length="256" notNull="false" desc="计划内容"/>
|
||||
</table>
|
||||
|
||||
<table name="ZPM_PERSON_SUMMARY" desc="个人总结表" key="SUMMARY_ID" type="InnoDB">
|
||||
<field column="OPERATOR_CODE" type="string" length="32" notNull="true" desc="操作员编号"/>
|
||||
<field column="SUMMARY_ID" type="long" length="" notNull="true" desc="总结编号"/>
|
||||
<field column="SUMMARY_TYPE" type="byte" length="" notNull="true" desc="总结类型,1:日总结,2:周总结,3:月总结"/>
|
||||
<field column="SUMMARY_DATE" type="int" length="" notNull="true" desc="总结日期,格式yyyyMMdd,如20171101"/>
|
||||
<field column="SUMMARY_MODIFIED" type="datetime" length="" notNull="true" desc="总结最后更新时间"/>
|
||||
<field column="SUMMARY_CONTENT" type="string" length="1000" notNull="false" desc="总结内容,最长1000字"/>
|
||||
</table>
|
||||
|
||||
</package>
|
||||
|
||||
</zhiqim-dbo>
|
||||
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<zhiqim-menu>
|
||||
|
||||
<menu parent="ROOT" code="MENU" name="系统功能根菜单" abbr="" level="0" status="0" type="0" icon="" url="" desc=""/>
|
||||
<menu parent="MENU" code="MENU_010" name="系统配置" abbr="系统" level="1" status="0" type="1" icon="z-config" url="" desc=""/>
|
||||
<menu parent="MENU_010" code="MENU_010_010" name="系统基础设置" abbr="" level="2" status="0" type="1" icon="z-setting" url="/${zhiqim_manager}/menu.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_010" name="增加系统菜单" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/menuAdd.htm,/${zhiqim_manager}/menuInsert.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_020" name="修改系统菜单" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/menuModify.htm,/${zhiqim_manager}/menuUpdate.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_030" name="删除系统菜单" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/menuDelete.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_100" name="系统头像管理" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/avatar.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_110" name="增加系统头像" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/avatarAdd.htm,/${zhiqim_manager}/avatarInsert.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_120" name="修改系统头像" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/avatarModify.htm,/${zhiqim_manager}/avatarUpdate.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_130" name="删除系统头像" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/avatarDelete.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_200" name="系统配置管理" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/config.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_300" name="系统参数设置" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/param.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_310" name="首页主题设置" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/themeIndex.htm" desc=""/>
|
||||
<menu parent="MENU_010_010" code="MENU_010_010_320" name="主页主题设置" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/themeMain.htm" desc=""/>
|
||||
<menu parent="MENU_010" code="MENU_010_050" name="部门角色管理" abbr="" level="2" status="0" type="1" icon="z-apps" url="/${zhiqim_manager}/dept.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_010" name="增加部门" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/deptAdd.htm,/${zhiqim_manager}/deptInsert.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_020" name="修改部门" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/deptModify.htm,/${zhiqim_manager}/deptUpdate.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_030" name="删除部门" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/deptDelete.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_040" name="部门成员" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/deptOperator.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_050" name="部门权限" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/deptRule.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_100" name="角色管理" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/role.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_110" name="增加角色" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/roleAdd.htm,/${zhiqim_manager}/roleInsert.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_120" name="修改角色" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/roleModify.htm,/${zhiqim_manager}/roleUpdate.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_130" name="删除角色" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/roleDelete.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_140" name="角色成员" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/roleOperator.htm" desc=""/>
|
||||
<menu parent="MENU_010_050" code="MENU_010_050_150" name="角色权限" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/roleRule.htm" desc=""/>
|
||||
<menu parent="MENU_010" code="MENU_010_110" name="操作员管理" abbr="" level="2" status="0" type="1" icon="z-customer" url="/${zhiqim_manager}/operator.htm" desc=""/>
|
||||
<menu parent="MENU_010_110" code="MENU_010_110_010" name="增加操作员" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/operatorAdd.htm,/${zhiqim_manager}/operatorInsert.htm" desc=""/>
|
||||
<menu parent="MENU_010_110" code="MENU_010_110_020" name="修改操作员" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/operatorModify.htm,/${zhiqim_manager}/operatorUpdate.htm" desc=""/>
|
||||
<menu parent="MENU_010_110" code="MENU_010_110_030" name="删除操作员" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/operatorDelete.htm" desc=""/>
|
||||
<menu parent="MENU_010_110" code="MENU_010_110_040" name="查看操作员权限" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/operatorRuleView.htm" desc=""/>
|
||||
<menu parent="MENU_010_110" code="MENU_010_110_050" name="设置操作员独立权限 " abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/operatorRule.htm" desc=""/>
|
||||
<menu parent="MENU_010_110" code="MENU_010_110_060" name="设置操作员部门" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/operatorDept.htm" desc=""/>
|
||||
<menu parent="MENU_010_110" code="MENU_010_110_070" name="设置操作员角色" abbr="" level="3" status="0" type="2" icon="" url="/${zhiqim_manager}/operatorRole.htm" desc=""/>
|
||||
<menu parent="MENU_010" code="MENU_010_150" name="操作日志查询" abbr="" level="2" status="0" type="1" icon="z-text" url="/${zhiqim_manager}/operateLog.htm" desc=""/>
|
||||
<menu parent="MENU_010_150" code="MENU_010_150_100" name="操作员在线列表" abbr="" level="3" status="0" type="1" icon="" url="/${zhiqim_manager}/operatorOnline.htm" desc=""/>
|
||||
<menu parent="MENU" code="MENU_020" name="项目管理" abbr="项目" level="1" status="0" type="1" icon="z-box" url="" desc=""/>
|
||||
<menu parent="MENU_020" code="MENU_020_010" name="项目信息管理" abbr="" level="2" status="0" type="1" icon="z-text" url="/zhiqim_project/project.htm" desc=""/>
|
||||
<menu parent="MENU_020" code="MENU_020_020" name="项目成员管理" abbr="" level="2" status="0" type="1" icon="z-port" url="/zhiqim_project/member.htm" desc=""/>
|
||||
<menu parent="MENU_020_010" code="MENU_020_010_010" name="增加项目" abbr="" level="3" status="0" type="2" icon="" url="/zhiqim_project/projectAdd.htm,/zhiqim_project/projectInsert.htm" desc=""/>
|
||||
<menu parent="MENU_020_010" code="MENU_020_010_020" name="修改项目" abbr="" level="3" status="0" type="2" icon="" url="/zhiqim_project/projectModify.htm,/zhiqim_project/projectUpdate.htm" desc=""/>
|
||||
<menu parent="MENU_020_010" code="MENU_020_010_030" name="删除项目" abbr="" level="3" status="0" type="2" icon="" url="/zhiqim_project/projectDelete.htm" desc=""/>
|
||||
<menu parent="MENU_020_010" code="MENU_020_010_040" name="转让项目" abbr="" level="3" status="0" type="2" icon="" url="/zhiqim_project/projectTransferSelector.htm" desc=""/>
|
||||
<menu parent="MENU_020_060" code="MENU_020_060_010" name="设置工作日休息日" abbr="" level="3" status="0" type="2" icon="" url="/zhiqim_calendar/setting.htm" desc=""/>
|
||||
<menu parent="MENU_020" code="MENU_020_060" name="项目日历管理" abbr="" level="2" status="0" type="1" icon="z-text" url="/zhiqim_calendar/calendar.htm" desc=""/>
|
||||
<menu parent="MENU_020" code="MENU_020_070" name="项目计划总结" abbr="" level="2" status="0" type="1" icon="z-histogram" url="/zhiqim_plan/projectMonth.htm" desc=""/>
|
||||
<menu parent="MENU" code="MENU_030" name="我的动态" abbr="动态" level="1" status="0" type="1" icon="z-list" url="" desc=""/>
|
||||
<menu parent="MENU_030" code="MENU_030_010" name="我的汇报设置" abbr="" level="2" status="0" type="1" icon="z-text" url="/zhiqim_project/personSetting.htm" desc=""/>
|
||||
<menu parent="MENU_030" code="MENU_030_020" name="我的项目动态" abbr="" level="2" status="0" type="1" icon="z-text" url="/zhiqim_project/personReport.htm" desc=""/>
|
||||
<menu parent="MENU_030" code="MENU_030_040" name="我的计划总结" abbr="" level="2" status="0" type="1" icon="z-customer" url="/zhiqim_plan/personMonth.htm" desc=""/>
|
||||
|
||||
</zhiqim-menu>
|
||||
@@ -0,0 +1,61 @@
|
||||
-- ---------------------------------------------------
|
||||
-- 知启蒙项目计划组件管理菜单
|
||||
-- ---------------------------------------------------
|
||||
|
||||
|
||||
truncate table ZMR_MENU;
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('ROOT', 'MENU', '系统功能根菜单', '', 0, 0, 0, '', '', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU', 'MENU_010', '系统配置', '系统', 1, 0, 1, 'z-config', '', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010', 'MENU_010_010', '系统基础设置', '', 2, 0, 1, 'z-setting', '/zhiqim_manager/menu.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_010', '增加系统菜单', '', 3, 0, 2, '', '/zhiqim_manager/menuAdd.htm,/zhiqim_manager/menuInsert.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_020', '修改系统菜单', '', 3, 0, 2, '', '/zhiqim_manager/menuModify.htm,/zhiqim_manager/menuUpdate.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_030', '删除系统菜单', '', 3, 0, 2, '', '/zhiqim_manager/menuDelete.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_100', '系统头像管理', '', 3, 0, 2, '', '/zhiqim_manager/avatar.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_110', '增加系统头像', '', 3, 0, 2, '', '/zhiqim_manager/avatarAdd.htm,/zhiqim_manager/avatarInsert.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_120', '修改系统头像', '', 3, 0, 2, '', '/zhiqim_manager/avatarModify.htm,/zhiqim_manager/avatarUpdate.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_130', '删除系统头像', '', 3, 0, 2, '', '/zhiqim_manager/avatarDelete.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_200', '系统配置管理', '', 3, 0, 2, '', '/zhiqim_manager/config.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_300', '系统参数设置', '', 3, 0, 2, '', '/zhiqim_manager/param.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_310', '首页主题设置', '', 3, 0, 2, '', '/zhiqim_manager/themeIndex.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_010', 'MENU_010_010_320', '主页主题设置', '', 3, 0, 2, '', '/zhiqim_manager/themeMain.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010', 'MENU_010_050', '部门角色管理', '', 2, 0, 1, 'z-apps', '/zhiqim_manager/dept.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_010', '增加部门', '', 3, 0, 2, '', '/zhiqim_manager/deptAdd.htm,/zhiqim_manager/deptInsert.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_020', '修改部门', '', 3, 0, 2, '', '/zhiqim_manager/deptModify.htm,/zhiqim_manager/deptUpdate.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_030', '删除部门', '', 3, 0, 2, '', '/zhiqim_manager/deptDelete.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_040', '部门成员', '', 3, 0, 2, '', '/zhiqim_manager/deptOperator.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_050', '部门权限', '', 3, 0, 2, '', '/zhiqim_manager/deptRule.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_100', '角色管理', '', 3, 0, 2, '', '/zhiqim_manager/role.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_110', '增加角色', '', 3, 0, 2, '', '/zhiqim_manager/roleAdd.htm,/zhiqim_manager/roleInsert.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_120', '修改角色', '', 3, 0, 2, '', '/zhiqim_manager/roleModify.htm,/zhiqim_manager/roleUpdate.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_130', '删除角色', '', 3, 0, 2, '', '/zhiqim_manager/roleDelete.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_140', '角色成员', '', 3, 0, 2, '', '/zhiqim_manager/roleOperator.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_050', 'MENU_010_050_150', '角色权限', '', 3, 0, 2, '', '/zhiqim_manager/roleRule.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010', 'MENU_010_110', '操作员管理', '', 2, 0, 1, 'z-customer', '/zhiqim_manager/operator.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_110', 'MENU_010_110_010', '增加操作员', '', 3, 0, 2, '', '/zhiqim_manager/operatorAdd.htm,/zhiqim_manager/operatorInsert.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_110', 'MENU_010_110_020', '修改操作员', '', 3, 0, 2, '', '/zhiqim_manager/operatorModify.htm,/zhiqim_manager/operatorUpdate.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_110', 'MENU_010_110_030', '删除操作员', '', 3, 0, 2, '', '/zhiqim_manager/operatorDelete.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_110', 'MENU_010_110_040', '查看操作员权限', '', 3, 0, 2, '', '/zhiqim_manager/operatorRuleView.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_110', 'MENU_010_110_050', '设置操作员独立权限 ', '', 3, 0, 2, '', '/zhiqim_manager/operatorRule.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_110', 'MENU_010_110_060', '设置操作员部门', '', 3, 0, 2, '', '/zhiqim_manager/operatorDept.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_110', 'MENU_010_110_070', '设置操作员角色', '', 3, 0, 2, '', '/zhiqim_manager/operatorRole.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010', 'MENU_010_150', '操作日志查询', '', 2, 0, 1, 'z-text', '/zhiqim_manager/operateLog.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_010_150', 'MENU_010_150_100', '操作员在线列表', '', 3, 0, 1, '', '/zhiqim_manager/operatorOnline.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU', 'MENU_020', '项目管理', '项目', 1, 0, 1, 'z-box', '', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_020', 'MENU_020_010', '项目信息管理', '', 2, 0, 1, 'z-text', '/zhiqim_project/project.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_020', 'MENU_020_020', '项目成员管理', '', 2, 0, 1, 'z-port', '/zhiqim_project/member.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_020_010', 'MENU_020_010_010', '增加项目', '', 3, 0, 2, '', '/zhiqim_project/projectAdd.htm,/zhiqim_project/projectInsert.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_020_010', 'MENU_020_010_020', '修改项目', '', 3, 0, 2, '', '/zhiqim_project/projectModify.htm,/zhiqim_project/projectUpdate.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_020_010', 'MENU_020_010_030', '删除项目', '', 3, 0, 2, '', '/zhiqim_project/projectDelete.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_020_010', 'MENU_020_010_040', '转让项目', '', 3, 0, 2, '', '/zhiqim_project/projectTransferSelector.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_020_060', 'MENU_020_060_010', '设置工作日休息日', '', 3, 0, 2, '', '/zhiqim_calendar/setting.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_020', 'MENU_020_060', '项目日历管理', '', 2, 0, 1, 'z-text', '/zhiqim_calendar/calendar.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_020', 'MENU_020_070', '项目计划总结', '', 2, 0, 1, 'z-histogram', '/zhiqim_plan/projectMonth.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU', 'MENU_030', '我的动态', '动态', 1, 0, 1, 'z-list', '', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_030', 'MENU_030_010', '我的汇报设置', '', 2, 0, 1, 'z-text', '/zhiqim_project/personSetting.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_030', 'MENU_030_020', '我的项目动态', '', 2, 0, 1, 'z-text', '/zhiqim_project/personReport.htm', '');
|
||||
insert into ZMR_MENU (PARENT_CODE, MENU_CODE, MENU_NAME, MENU_NAME_ABBR, MENU_LEVEL, MENU_STATUS, MENU_TYPE, MENU_ICON, MENU_URL, MENU_DESC) values ('MENU_030', 'MENU_030_040', '我的计划总结', '', 2, 0, 1, 'z-customer', '/zhiqim_plan/personMonth.htm', '');
|
||||
commit;
|
||||
|
||||
-- ---------------------------------------------------
|
||||
-- 知启蒙项目计划组件管理菜单创建完成
|
||||
-- ---------------------------------------------------
|
||||
Referência em uma Nova Issue
Bloquear um usuário