From a6991a33e18f69264f93a63459a4b64ea799295a Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 05 八月 2025 13:02:24 +0800 Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop --- rsf-admin/src/i18n/en.js | 63 ++++++++++++++++++++++++++++++- 1 files changed, 61 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index e81adc6..f97fa0a 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -189,7 +189,7 @@ taskLog: 'TaskLog', orderItem: 'OrderItem', order: 'Order', - locItem: 'LocItem', + locPreview: 'LocItem', stock: 'Stock Manage', histories: 'Histories', wareWork: 'Warehouse Working', @@ -210,7 +210,8 @@ basContainer: 'BasContainer', waveRule: 'Wave Rules', checkDiff: 'Check Diff', - + transfer: 'Transfer', + locRevise: 'Loc Revise', }, table: { field: { @@ -654,6 +655,52 @@ 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", + }, + + transferOrder: { + code: 'Order No', + poCode: 'transfer No', + type: 'Type', + wkType: 'Work Type', + anfme: 'Anfme', + workQty: 'Work Qty', + qty: 'Qty', + }, + checkDiffItem: { checkId: "checkId", orderCode: "orderCode", @@ -854,6 +901,16 @@ flagDefect: "Defective", anfme: "anfme", ioStatus: "ioStatus", + }, + locRevise: { + code: "code", + type: "type", + anfme: "anfme", + reviseQty: "Revise Qty", + exceStatus: "Exce Status", + orgAreaId: "Area Id", + orgAreaName: "Area Name", + exceTime: "Exce Time" }, waitPakinItem: { pakinId: "pakinId", @@ -1233,6 +1290,8 @@ quality: "quality", complete: "complete", allComfirm: 'All Comfirm', + createTransfer: 'Create Transfer Order', + createLocRevise: 'Create Stock Revise Order', verifyComfirm: 'Verify Comfirm', close: "close", asnCreate: "Create By Order", -- Gitblit v1.9.1