From 156c505cad3b133efe712559ea14e0aa1b196160 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 06 六月 2025 10:09:54 +0800
Subject: [PATCH] 库存出库添加库位搜索 出库单添加下发执行功能
---
rsf-admin/src/i18n/en.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index f163c6a..8eb19e8 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -607,7 +607,9 @@
poDetlCode: "DO Detl Code",
matnrId: "matnrId",
maktx: "maktx",
+ workQty: 'Work Qty',
anfme: "anfme",
+ platOrderCode: 'Customer Code',
stockUnit: "stockUnit",
purQty: "purQty",
purUnit: "purUnit",
@@ -726,7 +728,8 @@
fieldsIndex: "fieldsIndex",
unit: "unit",
anfme: "anfme",
- qty: "qty",
+ workQty: 'Work Qty',
+ qty: "Qty",
nromQty: "nromQty",
printQty: "printQty",
splrName: "splrName",
--
Gitblit v1.9.1