From 2b0e94aaf3aadc55db3069d69bc9f1b45455299d Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期六, 02 八月 2025 08:58:51 +0800 Subject: [PATCH] 调拔单功能优化 --- rsf-admin/src/i18n/en.js | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index 38765d7..4c30e8a 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', @@ -668,6 +668,37 @@ 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: { @@ -1249,6 +1280,7 @@ quality: "quality", complete: "complete", allComfirm: 'All Comfirm', + createTransfer: 'Create Transfer Order', verifyComfirm: 'Verify Comfirm', close: "close", asnCreate: "Create By Order", -- Gitblit v1.9.1