From 2dc1df45ce9c384bea9796cd6a66ca6b6f678bf3 Mon Sep 17 00:00:00 2001 From: pjb <123456> Date: 星期五, 14 三月 2025 15:20:46 +0800 Subject: [PATCH] 电子标签显示捡货数量 --- zy-asrs-wms/src/main/resources/sql/menu/wave.sql | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/zy-asrs-wms/src/main/resources/sql/menu/wave.sql b/zy-asrs-wms/src/main/resources/sql/menu/wave.sql index b2c5225..7f8b176 100644 --- a/zy-asrs-wms/src/main/resources/sql/menu/wave.sql +++ b/zy-asrs-wms/src/main/resources/sql/menu/wave.sql @@ -1,9 +1,9 @@ --- save wave record --- mysql -insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '娉㈡绠$悊绠$悊', '0', '/asrs/wave', '/asrs/wave', '0' , '0', '1' , '1'); - -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鏌ヨ娉㈡绠$悊', '', '1', 'asrs:wave:list', '0', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '娣诲姞娉㈡绠$悊', '', '1', 'asrs:wave:save', '1', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '淇敼娉㈡绠$悊', '', '1', 'asrs:wave:update', '2', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鍒犻櫎娉㈡绠$悊', '', '1', 'asrs:wave:remove', '3', '1', '1'); - +-- save wave record +-- mysql +insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `host_id`, `status`) values ( '娉㈡绠$悊绠$悊', '0', '/asrs/wave', '/asrs/wave', '0' , '0', '1' , '1'); + +insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鏌ヨ娉㈡绠$悊', '', '1', 'asrs:wave:list', '0', '1', '1'); +insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '娣诲姞娉㈡绠$悊', '', '1', 'asrs:wave:save', '1', '1', '1'); +insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '淇敼娉㈡绠$悊', '', '1', 'asrs:wave:update', '2', '1', '1'); +insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `host_id`, `status`) values ( '鍒犻櫎娉㈡绠$悊', '', '1', 'asrs:wave:remove', '3', '1', '1'); + -- Gitblit v1.9.1