From 40be148bf5668d33595f3275f22d55714ff4dd54 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 21 五月 2025 13:06:25 +0800 Subject: [PATCH] 任务添加拣货按钮 --- rsf-admin/src/i18n/en.js | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index 5c0819b..53ea47c 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -202,10 +202,35 @@ deviceBind: 'Device Bind', tasks: 'Tasks', wave: 'Wave Manage', - + basStation: 'BasStation', + basContainer: 'BasContainer', }, table: { field: { + outBound: { + stockWithdrawal: 'StockWithdrawal', + withdrawal:'Withdrawal' + }, + basContainer: { + containerType:'containerType', + codeType: 'codeType', + areas: 'areas', + }, + basStation: { + stationName: 'stationName', + inAble: 'inAble', + outAble: 'outAble', + useStatus: 'useStatus', + status: 'status', + area: 'area', + isCrossZone: 'isCrossZone', + crossZoneArea: 'crossZoneArea', + isWcs: 'isWcs', + wcsData: 'wcsData', + containerType: 'containerType', + barcode: 'barcode', + autoTransfer: 'autoTransfer', + }, host: { }, @@ -603,6 +628,9 @@ poDetlCode: "poDetlCode", matnrId: "matnrId", maktx: "maktx", + platOrderCode: 'Customer Order Code', + platWorkCode: 'Work Code', + projectCode: 'Project Code', spec: "Spec", model: "Model", anfme: "anfme", @@ -826,6 +854,7 @@ taskCode: "TaskCode", taskStatus: "Status", taskType: "Type", + warehType: "Warehouse Type", orgLoc: "orgLoc", orgSite: "orgSite", targLoc: "targLoc", -- Gitblit v1.9.1