#
Junjie
2024-07-09 3234f42957aa99a4e733580f40e3999b6eed1cd6
1
2
3
4
5
6
7
8
-- save locDetl record
-- mysql
insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '库存明细管理', '0', '/asrs/locDetl', '/asrs/locDetl', '0' , '0', '1' , '1');
 
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '查询库存明细', '', '1', 'asrs:locDetl:list', '0', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '添加库存明细', '', '1', 'asrs:locDetl:save', '1', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '修改库存明细', '', '1', 'asrs:locDetl:update', '2', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '删除库存明细', '', '1', 'asrs:locDetl:remove', '3', '1', '1');