From 284cec8871453c0b7ee978d2a8e6e2cdd378e9d9 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 08 八月 2025 16:06:49 +0800
Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop

---
 rsf-admin/src/i18n/en.js |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index bb04d47..32dd056 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -212,6 +212,9 @@
         checkDiff: 'Check Diff',
         transfer: 'Transfer',
         locRevise: 'Loc Revise',
+        statisticReport: 'Statistical Report',
+        locDeadReport: 'Locs Dead Report',
+        stockStatistic: 'Stock Statistic',
     },
     table: {
         field: {
@@ -823,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",
@@ -1030,7 +1045,6 @@
                 wkType: 'Work Type',
                 orderType: "orderType",
                 orderItemId: "orderItemId",
-                sourceCode: "sourceCode",
                 matnrId: "matnrId",
                 maktx: "maktx",
                 matnrCode: "matnrCode",
@@ -1135,6 +1149,7 @@
                 anfme: "anfme",
                 outQty: 'Revise Qty',
                 qty: 'Qty',
+                deadTime: 'Dead (Days锛�',
                 workQty: 'Work Qty',
                 reviseQty: 'Revise Qty',
                 batch: "batch",

--
Gitblit v1.9.1