From 014270352f8e19b51bbb4367ae2ff256050a30a2 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 22 四月 2025 14:03:42 +0800
Subject: [PATCH] #修改优化   1. 字典优化修改   2. 编码规则优化   3. 出库单编码生成为空问题修复

---
 rsf-server/src/main/java/stockItem.sql |   41 +++++++++++++++++------------------------
 1 files changed, 17 insertions(+), 24 deletions(-)

diff --git a/rsf-server/src/main/java/stockItem.sql b/rsf-server/src/main/java/stockItem.sql
index 8c1864a..306ee63 100644
--- a/rsf-server/src/main/java/stockItem.sql
+++ b/rsf-server/src/main/java/stockItem.sql
@@ -2,10 +2,10 @@
 -- mysql
 insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.stockItem', '0', '/manager/stockItem', 'stockItem', '0' , '0', '1' , '1');
 
-insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 搴撳瓨鏄庣粏琛�', '98', '1', 'manager:stockItem:list', '0', '1', '1');
-insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 搴撳瓨鏄庣粏琛�', '98', '1', 'manager:stockItem:save', '1', '1', '1');
-insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 搴撳瓨鏄庣粏琛�', '98', '1', 'manager:stockItem:update', '2', '1', '1');
-insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 搴撳瓨鏄庣粏琛�', '98', '1', 'manager:stockItem:remove', '3', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 缁煎悎鍗曟嵁鏄庣粏', '', '1', 'manager:stockItem:list', '0', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 缁煎悎鍗曟嵁鏄庣粏', '', '1', 'manager:stockItem:save', '1', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 缁煎悎鍗曟嵁鏄庣粏', '', '1', 'manager:stockItem:update', '2', '1', '1');
+insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 缁煎悎鍗曟嵁鏄庣粏', '', '1', 'manager:stockItem:remove', '3', '1', '1');
 
 -- locale menu name
 stockItem: 'StockItem',
@@ -13,32 +13,25 @@
 -- locale field
 stockItem: {
     stockId: "stockId",
+    stockCode: "stockCode",
+    sourceItemId: "sourceItemId",
     matnrId: "matnrId",
-    code: "code",
-    matnrk: "matnrk",
+    matnrCode: "matnrCode",
+    maktx: "maktx",
     anfme: "anfme",
+    stockUnit: "stockUnit",
     workQty: "workQty",
+    purQty: "purQty",
+    purUnit: "purUnit",
     qty: "qty",
-    weight: "weight",
-    unit: "unit",
-    shipperId: "shipperId",
-    splrId: "splrId",
-    brand: "brand",
+    splrCode: "splrCode",
     batch: "batch",
-    prodTime: "prodTime",
-    inspectId: "inspectId",
-    splrBtch: "splrBtch",
-    asnOrder: "asnOrder",
-    erpToken: "erpToken",
-    erpOrder: "erpOrder",
-    erpStkAdr: "erpStkAdr",
-    locId: "locId",
+    splrBatch: "splrBatch",
+    splrName: "splrName",
+    trackCode: "trackCode",
     barcode: "barcode",
-    purPrice: "purPrice",
-    lockReason: "lockReason",
-    lockStatus: "lockStatus",
-    locker: "locker",
-    lockedTime: "lockedTime",
+    prodTime: "prodTime",
+    packName: "packName",
 },
 
 -- ResourceContent

--
Gitblit v1.9.1