From 9e80ec63dc2704ab172ae47fb177c8c3d4d95153 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 08 八月 2025 16:16:38 +0800
Subject: [PATCH] 库存数量修复
---
rsf-admin/src/i18n/en.js | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 36d02b0..32dd056 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -214,6 +214,7 @@
locRevise: 'Loc Revise',
statisticReport: 'Statistical Report',
locDeadReport: 'Locs Dead Report',
+ stockStatistic: 'Stock Statistic',
},
table: {
field: {
@@ -825,6 +826,18 @@
startTime: "startTime",
endTime: "endTime",
},
+ stockStatistic: {
+ id: "id",
+ dayTime: "dayTime",
+ taskType: "taskType",
+ taskStatus: "taskStatus",
+ maktx: "maktx",
+ matnrCode: "matnrCode",
+ count: "count",
+ batch: "batch",
+ anfme: "anfme",
+ unit: "unit",
+ },
delivery: {
code: "code",
platId: "platId",
@@ -1032,7 +1045,6 @@
wkType: 'Work Type',
orderType: "orderType",
orderItemId: "orderItemId",
- sourceCode: "sourceCode",
matnrId: "matnrId",
maktx: "maktx",
matnrCode: "matnrCode",
--
Gitblit v1.9.1