From c44cdd8db1e6691e2b2d6a915f37e956d2ed4b60 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 15 七月 2025 10:18:17 +0800
Subject: [PATCH] 盘点单导入功能优化
---
rsf-admin/src/i18n/en.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 7a1e395..6b73a9f 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -607,6 +607,21 @@
ntyStatus: "Notify",
exceStatus: 'bill status'
},
+ checkOrder: {
+ code: "Check Code",
+ poCode: "Po Code",
+ poId: "Po Id",
+ type: "Type",
+ wkType: "Work Type",
+ anfme: "Anfme",
+ workQty: 'Work Qty',
+ qty: "Qty",
+ logisNo: "Logis No",
+ arrTime: "arrived Time",
+ rleStatus: "閲婃斁鐘舵��",
+ ntyStatus: "涓婃姤鐘舵��",
+ exceStatus: '鍗曟嵁鐘舵��'
+ },
outStockItem: {
asnId: "ID",
asnCode: "Out Code",
@@ -842,6 +857,7 @@
groupQty: 'Group Qty',
qty: "qty",
orderNum: "orderNum",
+ progress:"progress"
},
waveItem: {
waveId: "waveId",
--
Gitblit v1.9.1