From 2d5ffc17e5d76a468493b21c45df1ca547b10da3 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 30 四月 2025 13:40:17 +0800 Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop --- rsf-admin/src/i18n/en.js | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 46 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index 6207c83..d569c3d 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -56,6 +56,7 @@ expand: 'Expand', expandAll: 'Expand All', collapse: 'Collapse', + newAddMats: 'New Mats', collapseAll: 'Collapse All', scope: 'Assign', import: { @@ -70,7 +71,7 @@ loadMore: 'Load More Data', complete: 'Complete', deprecate: 'Deprecate', - stockError: 'Insuff stock ', + stockError: 'Empty', inputPlaceholder: 'Use commas to separate', resend: 'RESEND', selected: 'selected', @@ -352,6 +353,8 @@ fieldsIndex: "fieldsIndex", barcode: "barcode", anfme: "anfme", + workQty: 'Work Qty', + qty: 'Available', batch: "batch", unit: "unit", stockUnit: "stockUnit", @@ -532,6 +535,40 @@ ntyStatus: "Notify", exceStatus: 'bill status' }, + outStock: { + code: "Code", + poCode: "poCode", + poId: "doId", + type: "Type", + wkType: "wkType", + anfme: "anfme", + qty: "qty", + logisNo: "logisNo", + arrTime: "Arrived", + rleStatus: "Release", + ntyStatus: "Notify", + exceStatus: 'bill status' + }, + outStockItem: { + asnId: "ID", + asnCode: "DO Code", + poDetlId: "poDetlId", + poDetlCode: "DO Detl Code", + matnrId: "matnrId", + maktx: "maktx", + anfme: "anfme", + stockUnit: "stockUnit", + purQty: "purQty", + purUnit: "purUnit", + qty: "qty", + splrCode: "splrCode", + splrName: "splrName", + qrcode: "qrcode", + barcode: "barcode", + packName: "packName", + ntyStatus: "ntyStatus", + platItemId: 'platItemId' + }, asnOrderItem: { asnId: "asnId", asnCode: "asnCode", @@ -543,6 +580,7 @@ stockUnit: "stockUnit", purQty: "purQty", purUnit: "purUnit", + unit: 'Unit', qty: "qty", splrCode: "splrCode", splrName: "splrName", @@ -993,6 +1031,13 @@ order: 'Orders', }, + request: { + error: { + stock: "Insufficient inventory to deliver 锛侊紒" + } + + } + }; export default customEnglishMessages; -- Gitblit v1.9.1