From 739497f903991ab3ec54fd314d5aa66f4a8dd6d9 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 26 六月 2025 13:37:23 +0800
Subject: [PATCH] 波次任务功能优化
---
rsf-admin/src/i18n/en.js | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 8ff186a..7a6a9ee 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -44,6 +44,7 @@
main: 'Main',
common: 'Common',
changePwd: 'Change Password',
+ insuffInventory: 'Insufficient inventory'
},
side: {
title: 'More Info'
@@ -78,6 +79,8 @@
result: 'Contacts import complete. Imported %{success} success, with %{error} errors',
},
loadMore: 'Load More Data',
+ updateSucc: 'Update Success',
+ updateFaild: 'Update Failed',
complete: 'Complete',
deprecate: 'Deprecate',
stockError: 'Empty',
@@ -204,6 +207,8 @@
wave: 'Wave Manage',
basStation: 'BasStation',
basContainer: 'BasContainer',
+ waveRule: 'Wave Rules',
+
},
table: {
field: {
@@ -647,7 +652,7 @@
disQty: 'Def Qty',
splrCode: "splrCode",
splrName: "splrName",
- isptResult: "Ispt Result",
+ isptStatus: "Ispt Status",
qrcode: "qrcode",
barcode: "barcode",
packName: "packName",
@@ -775,7 +780,6 @@
deviceCode: "deviceCode",
deviceSite: "deviceSite",
flagInit: "flagInit",
- wcsCode: "wcsCode",
channel: "channel",
},
waitPakin: {
@@ -833,6 +837,7 @@
type: "type",
exceStatus: "exceStatus",
anfme: "anfme",
+ groupQty: 'Group Qty',
qty: "qty",
orderNum: "orderNum",
},
@@ -843,6 +848,7 @@
matnrName: "matnrName",
matnrCode: "matnrCode",
batch: "batch",
+ exceStatus: 'Exce Status',
splrBatch: "splrBatch",
orderCode: "orderCode",
orderItemId: "orderItemId",
@@ -1011,7 +1017,6 @@
warehouseStock: {
locId: "Loc ID",
locCode: "Code",
- warehouse: 'Warehouse',
orderId: "Order Id",
type: "Type",
orderItemId: "Order Detail ID",
@@ -1041,6 +1046,11 @@
typeId: "typeId",
beSimilar: "beSimilar",
emptySimilar: "emptySimilar",
+ },
+ waveRule: {
+ code: "code",
+ type: "type",
+ name: "name",
},
}
},
@@ -1138,6 +1148,8 @@
selectSite: 'Select Site',
top: "top",
resort: "sort",
+ start: 'Start',
+ pause: 'Pause',
subzone: 'subzone',
bindmatnr: 'bind matnr',
bindloc: 'bind loc',
@@ -1152,15 +1164,19 @@
orderPrint: 'Orders Print',
quality: "quality",
complete: "complete",
+ allComfirm: 'All Comfirm',
verifyComfirm: 'Verify Comfirm',
close: "close",
asnCreate: "Create By Order",
poCreate: "Create By PO",
createTask: "createTask",
publicWorking: 'Public Working',
+ continuePub: 'Continue Public',
recover: "recover",
createWave: "Create Wave",
order: 'Orders',
+ modiftySite: 'Modify SiteNo',
+ selectWave: 'Select Wave Rule',
},
request: {
--
Gitblit v1.9.1