From 6a4497d2fcd015f73856ce0f75e2c2832362c88f Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期日, 04 五月 2025 16:54:33 +0800 Subject: [PATCH] 5.4问题修复 --- rsf-admin/src/i18n/en.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index c5127a8..04b334c 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -353,6 +353,8 @@ fieldsIndex: "fieldsIndex", barcode: "barcode", anfme: "anfme", + workQty: 'Work Qty', + qty: 'Available', batch: "batch", unit: "unit", stockUnit: "stockUnit", @@ -574,10 +576,14 @@ poDetlCode: "poDetlCode", matnrId: "matnrId", maktx: "maktx", + spec: "Spec", + model: "Model", anfme: "anfme", stockUnit: "stockUnit", purQty: "purQty", + isptResult: "Ispt Result", purUnit: "purUnit", + unit: 'Unit', qty: "qty", splrCode: "splrCode", splrName: "splrName", @@ -1028,6 +1034,14 @@ order: 'Orders', }, + request: { + error: { + stock: "Insufficient inventory to deliver 锛侊紒", + select_error_order: "Please Select Asn Orders", + } + + } + }; export default customEnglishMessages; -- Gitblit v1.9.1