From f2e83368a78e7a1ec17bded1677bb1d7efb5a962 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 21 五月 2025 17:09:29 +0800 Subject: [PATCH] #出库作业 --- rsf-admin/src/i18n/en.js | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index 5c0819b..b429a7a 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", @@ -1088,6 +1117,7 @@ locInit: 'loc init', siteInit: 'site init', batch: 'batch', + pick: 'Pick', confirm: 'confirm', cancel: "cancel", query: "Query", -- Gitblit v1.9.1