From d51f64c1f0105d4b18aa8344c11e47827730a40c Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 08 八月 2025 10:42:39 +0800 Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop --- 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