| | |
| | | -- mysql |
| | | insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.locItem', '0', '/manager/locItem', 'locItem', '0' , '0', '1' , '1'); |
| | | |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 库存信息', '', '1', 'manager:locItem:list', '0', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 库存信息', '', '1', 'manager:locItem:save', '1', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 库存信息', '', '1', 'manager:locItem:update', '2', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 库存信息', '', '1', 'manager:locItem:remove', '3', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 库存明细', '', '1', 'manager:locItem:list', '0', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 库存明细', '', '1', 'manager:locItem:save', '1', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 库存明细', '', '1', 'manager:locItem:update', '2', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 库存明细', '', '1', 'manager:locItem:remove', '3', '1', '1'); |
| | | |
| | | -- locale menu name |
| | | locItem: 'LocItem', |
| | |
| | | wkType: "wkType", |
| | | matnrId: "matnrId", |
| | | maktx: "maktx", |
| | | platItemId: "platItemId", |
| | | platOrderCode: "platOrderCode", |
| | | platWorkCode: "platWorkCode", |
| | | projectCode: "projectCode", |
| | | matnrCode: "matnrCode", |
| | | trackCode: "trackCode", |
| | | unit: "unit", |
| | |
| | | workQty: "workQty", |
| | | batch: "batch", |
| | | splrBatch: "splrBatch", |
| | | splrId: "splrId", |
| | | spec: "spec", |
| | | model: "model", |
| | | fieldsIndex: "fieldsIndex", |