From c8fde8647b48e7c7d9b3beb6e8c39459f07c9eb2 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 08 五月 2025 14:55:46 +0800
Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop

---
 rsf-server/src/main/java/locItem.sql |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/rsf-server/src/main/java/locItem.sql b/rsf-server/src/main/java/locItem.sql
new file mode 100644
index 0000000..d4ac114
--- /dev/null
+++ b/rsf-server/src/main/java/locItem.sql
@@ -0,0 +1,40 @@
+-- save locItem record
+-- 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');
+
+-- locale menu name
+locItem: 'LocItem',
+
+-- locale field
+locItem: {
+    locId: "locId",
+    locCode: "locCode",
+    orderId: "orderId",
+    type: "type",
+    orderItemId: "orderItemId",
+    wkType: "wkType",
+    matnrId: "matnrId",
+    maktx: "maktx",
+    matnrCode: "matnrCode",
+    trackCode: "trackCode",
+    unit: "unit",
+    anfme: "anfme",
+    qty: "qty",
+    workQty: "workQty",
+    batch: "batch",
+    splrBatch: "splrBatch",
+    spec: "spec",
+    model: "model",
+    fieldsIndex: "fieldsIndex",
+},
+
+-- ResourceContent
+import locItem from './locItem';
+
+case 'locItem':
+    return locItem;

--
Gitblit v1.9.1