Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
79ecd87f
Commit
79ecd87f
authored
Aug 29, 2020
by
季圣华
Browse files
优化sql
parent
e6a346ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/jsh_erp.sql
View file @
79ecd87f
...
@@ -379,7 +379,6 @@ INSERT INTO `jsh_function` VALUES ('242', '060301', '销售订单', '0603', '/pa
...
@@ -379,7 +379,6 @@ INSERT INTO `jsh_function` VALUES ('242', '060301', '销售订单', '0603', '/pa
INSERT
INTO
`jsh_function`
VALUES
(
'243'
,
'000108'
,
'机构管理'
,
'0001'
,
'/pages/manage/organization.html'
,
''
,
'0139'
,
''
,
'电脑版'
,
''
,
'icon-notebook'
,
'0'
);
INSERT
INTO
`jsh_function`
VALUES
(
'243'
,
'000108'
,
'机构管理'
,
'0001'
,
'/pages/manage/organization.html'
,
''
,
'0139'
,
''
,
'电脑版'
,
''
,
'icon-notebook'
,
'0'
);
INSERT
INTO
`jsh_function`
VALUES
(
'244'
,
'030112'
,
'库存预警'
,
'0301'
,
'/pages/reports/stock_warning_report.html'
,
'
\0
'
,
'0670'
,
''
,
'电脑版'
,
''
,
'icon-notebook'
,
'0'
);
INSERT
INTO
`jsh_function`
VALUES
(
'244'
,
'030112'
,
'库存预警'
,
'0301'
,
'/pages/reports/stock_warning_report.html'
,
'
\0
'
,
'0670'
,
''
,
'电脑版'
,
''
,
'icon-notebook'
,
'0'
);
INSERT
INTO
`jsh_function`
VALUES
(
'245'
,
'000107'
,
'插件管理'
,
'0001'
,
'/pages/manage/plugin.html'
,
'
\0
'
,
'0170'
,
''
,
'电脑版'
,
''
,
'icon-notebook'
,
'0'
);
INSERT
INTO
`jsh_function`
VALUES
(
'245'
,
'000107'
,
'插件管理'
,
'0001'
,
'/pages/manage/plugin.html'
,
'
\0
'
,
'0170'
,
''
,
'电脑版'
,
''
,
'icon-notebook'
,
'0'
);
INSERT
INTO
`jsh_function`
VALUES
(
'246'
,
'030113'
,
'负库存统计[插件]'
,
'0301'
,
'/plugins/minusStockStatistics/index.html'
,
'
\0
'
,
'0675'
,
''
,
'电脑版'
,
''
,
'icon-notebook'
,
'0'
);
-- ----------------------------
-- ----------------------------
-- Table structure for jsh_in_out_item
-- Table structure for jsh_in_out_item
...
@@ -710,7 +709,9 @@ CREATE TABLE `jsh_role` (
...
@@ -710,7 +709,9 @@ CREATE TABLE `jsh_role` (
-- ----------------------------
-- ----------------------------
-- Records of jsh_role
-- Records of jsh_role
-- ----------------------------
-- ----------------------------
INSERT
INTO
`jsh_role`
VALUES
(
'16'
,
'测试角色123'
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_role`
VALUES
(
'4'
,
'管理员'
,
null
,
null
,
null
,
null
,
'0'
);
INSERT
INTO
`jsh_role`
VALUES
(
'10'
,
'租户'
,
null
,
null
,
null
,
null
,
'0'
);
INSERT
INTO
`jsh_role`
VALUES
(
'16'
,
'测试角色'
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_role`
VALUES
(
'17'
,
'角色666'
,
null
,
null
,
null
,
'63'
,
'0'
);
INSERT
INTO
`jsh_role`
VALUES
(
'17'
,
'角色666'
,
null
,
null
,
null
,
'63'
,
'0'
);
-- ----------------------------
-- ----------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment