Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-api-boot-master
Commits
dc53642f
Commit
dc53642f
authored
Nov 15, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出货阶段订单修改、入仓修改、入仓补充按钮菜单权限
parent
3f902c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
20241115.sql
sql/v2.1/20241115.sql
+4
-0
No files found.
sql/v2.1/20241115.sql
0 → 100644
View file @
dc53642f
-- 出货阶段订单修改、入仓修改、入仓补充按钮菜单权限
INSERT
INTO
`system_menu`
(
`name`
,
`permission`
,
`menu_type`
,
`sort`
,
`parent_id`
,
`path`
,
`icon`
,
`component`
,
`status`
,
`creator`
,
`create_time`
,
`updater`
,
`update_time`
,
`deleted`
,
`is_show_in_menu_bar`
,
`name_en`
,
`keepalive`
,
`redirect`
,
`badge_field`
)
VALUES
(
'出货阶段入仓补充'
,
'ecw:order:shipment:warehouse_replenish'
,
3
,
1
,
1852
,
''
,
''
,
''
,
0
,
'119'
,
'2024-11-12 23:34:53'
,
'119'
,
'2024-11-12 23:34:53'
,
b
'0'
,
b
'1'
,
'出货阶段入仓补充'
,
b
'0'
,
NULL
,
NULL
);
INSERT
INTO
`system_menu`
(
`name`
,
`permission`
,
`menu_type`
,
`sort`
,
`parent_id`
,
`path`
,
`icon`
,
`component`
,
`status`
,
`creator`
,
`create_time`
,
`updater`
,
`update_time`
,
`deleted`
,
`is_show_in_menu_bar`
,
`name_en`
,
`keepalive`
,
`redirect`
,
`badge_field`
)
VALUES
(
'出货阶段入仓修改'
,
'ecw:order:shipment:warehouse_update'
,
3
,
1
,
1852
,
''
,
''
,
''
,
0
,
'119'
,
'2024-11-12 23:34:28'
,
'119'
,
'2024-11-12 23:34:28'
,
b
'0'
,
b
'1'
,
'出货阶段入仓修改'
,
b
'0'
,
NULL
,
NULL
);
INSERT
INTO
`system_menu`
(
`name`
,
`permission`
,
`menu_type`
,
`sort`
,
`parent_id`
,
`path`
,
`icon`
,
`component`
,
`status`
,
`creator`
,
`create_time`
,
`updater`
,
`update_time`
,
`deleted`
,
`is_show_in_menu_bar`
,
`name_en`
,
`keepalive`
,
`redirect`
,
`badge_field`
)
VALUES
(
'出货订单编辑'
,
'ecw:order:shipment:update'
,
3
,
0
,
1852
,
''
,
''
,
''
,
0
,
'119'
,
'2024-10-23 23:10:39'
,
'119'
,
'2024-10-23 23:10:39'
,
b
'0'
,
b
'1'
,
'ShipmentOrderEdit'
,
b
'0'
,
NULL
,
NULL
);
Write
Preview
Markdown
is supported
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