From 722f10d570f29cd6f6d9945bb0ee32844b4a802f Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 26 十一月 2025 13:11:35 +0800
Subject: [PATCH] 库位明细半箱信息显示
---
rsf-server/src/main/java/locItem.sql | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/rsf-server/src/main/java/locItem.sql b/rsf-server/src/main/java/locItem.sql
index d4ac114..3371ac4 100644
--- a/rsf-server/src/main/java/locItem.sql
+++ b/rsf-server/src/main/java/locItem.sql
@@ -2,10 +2,10 @@
-- 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',
@@ -20,6 +20,10 @@
wkType: "wkType",
matnrId: "matnrId",
maktx: "maktx",
+ platItemId: "platItemId",
+ platOrderCode: "platOrderCode",
+ platWorkCode: "platWorkCode",
+ projectCode: "projectCode",
matnrCode: "matnrCode",
trackCode: "trackCode",
unit: "unit",
@@ -28,6 +32,7 @@
workQty: "workQty",
batch: "batch",
splrBatch: "splrBatch",
+ splrId: "splrId",
spec: "spec",
model: "model",
fieldsIndex: "fieldsIndex",
--
Gitblit v1.9.1