From ef944ce8aaabb423be714f4c7febebc3d47d1b6d Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期日, 04 五月 2025 07:50:40 +0800
Subject: [PATCH] #修改 1. 订单页面优化
---
rsf-admin/src/i18n/en.js | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 0f6f391..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,9 +576,12 @@
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",
@@ -1031,7 +1036,8 @@
},
request: {
error: {
- stock: "Insufficient inventory to deliver 锛侊紒"
+ stock: "Insufficient inventory to deliver 锛侊紒",
+ select_error_order: "Please Select Asn Orders",
}
}
--
Gitblit v1.9.1