From f02540a23e86cd1a59d316efebfa271e147a8e61 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 08 八月 2025 10:40:01 +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 bb04d47..09e744f 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -212,6 +212,7 @@
         checkDiff: 'Check Diff',
         transfer: 'Transfer',
         locRevise: 'Loc Revise',
+        stockStatistic: 'Stock Statistic',
     },
     table: {
         field: {
@@ -823,6 +824,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 +1043,6 @@
                 wkType: 'Work Type',
                 orderType: "orderType",
                 orderItemId: "orderItemId",
-                sourceCode: "sourceCode",
                 matnrId: "matnrId",
                 maktx: "maktx",
                 matnrCode: "matnrCode",

--
Gitblit v1.9.1