From df732a62d18e0684579cec0733a010280e88e455 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 25 七月 2025 09:53:13 +0800 Subject: [PATCH] no message --- rsf-admin/src/i18n/en.js | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index beda28d..bd7b5ab 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -210,6 +210,7 @@ basContainer: 'BasContainer', waveRule: 'Wave Rules', checkDiff: 'Check Diff', + transfer: 'Transfer', }, table: { @@ -654,6 +655,42 @@ checkQty: "Check Qty", exceStatus: "Exce Status", }, + transfer: { + code: "code", + type: "type", + source: "source", + exceStatus: "exceStatus", + orgWareId: "orgWareId", + orgWareName: "orgWareName", + tarWareId: "tarWareId", + tarWareName: "tarWareName", + orgAreaId: "orgAreaId", + orgAreaName: "orgAreaName", + tarAreaId: "tarAreaId", + tarAreaName: "tarAreaName", + }, + + transferItem: { + transferId: "transferId", + transferCode: "transferCode", + matnrId: "matnrId", + maktx: "maktx", + matnrCode: "matnrCode", + unit: "unit", + anfme: "anfme", + qty: "qty", + workQty: "workQty", + batch: "batch", + splrId: "splrId", + spec: "spec", + model: "model", + fieldsIndex: "fieldsIndex", + platItemId: "platItemId", + platOrderCode: "platOrderCode", + platWorkCode: "platWorkCode", + projectCode: "projectCode", + }, + checkDiffItem: { checkId: "checkId", orderCode: "orderCode", @@ -665,6 +702,7 @@ batch: "batch", anfme: "anfme", checkQty: "checkQty", + diffQty: 'Diff Qty', exceStatus: "exceStatus", reason: "reason", }, @@ -978,6 +1016,7 @@ batch: "batch", spec: "spec", model: "model", + sourceCode: "sourceCode", }, stock: { code: "Code", @@ -1205,6 +1244,7 @@ check: 'Check', confirm: 'confirm', cancel: "cancel", + delete: 'Delete', query: "Query", bulkExport: "Bulk Export", continue: 'Continue Receipt', -- Gitblit v1.9.1