From cbdf37567d53de40dfd51eba57aad3cf7095f4fe Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期二, 29 四月 2025 10:49:59 +0800 Subject: [PATCH] # --- rsf-admin/src/i18n/en.js | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index d81da4f..37cd4e3 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -70,6 +70,7 @@ loadMore: 'Load More Data', complete: 'Complete', deprecate: 'Deprecate', + stockError: 'Empty', inputPlaceholder: 'Use commas to separate', resend: 'RESEND', selected: 'selected', @@ -177,6 +178,8 @@ inStockPoces: 'In Stock Pocess', outStockPoces: 'Out Stock Pocess', deviceBind: 'Device Bind', + wave: 'Wave Manage', + }, table: { field: { @@ -720,6 +723,34 @@ qty: "qty", batch: "batch", }, + wave: { + code: "code", + type: "type", + exceStatus: "exceStatus", + anfme: "anfme", + qty: "qty", + orderNum: "orderNum", + }, + waveItem: { + waveId: "waveId", + waveCode: "waveCode", + matnrId: "matnrId", + matnrName: "matnrName", + matnrCode: "matnrCode", + batch: "batch", + splrBatch: "splrBatch", + orderCode: "orderCode", + orderItemId: "orderItemId", + unit: "unit", + trackCode: "trackCode", + fieldsIndex: "fieldsIndex", + anfme: "anfme", + workQty: "workQty", + qty: "Qty", + stockLocs: "Stock Locs", + stockQty: "Stock Qty", + + }, task: { taskCode: "TaskCode", taskStatus: "Status", -- Gitblit v1.9.1