From 1e42773a05285543be5f18b352a8b5884c02273c Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 11 六月 2025 17:16:14 +0800 Subject: [PATCH] 库口修改问题修复 下发执行单据明细添加多选显示功能 库存信息删除按钮显示问题修复 库存信息删除分页信息 --- rsf-admin/src/i18n/en.js | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 55 insertions(+), 3 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index 5c0819b..e114fd3 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' @@ -202,10 +203,37 @@ deviceBind: 'Device Bind', tasks: 'Tasks', wave: 'Wave Manage', + basStation: 'BasStation', + basContainer: 'BasContainer', + waveRule: 'Wave Rules', }, 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: { }, @@ -577,12 +605,15 @@ }, outStockItem: { asnId: "ID", - asnCode: "DO Code", + asnCode: "Out Code", + poCode: 'DO Code', poDetlId: "poDetlId", poDetlCode: "DO Detl Code", matnrId: "matnrId", maktx: "maktx", + workQty: 'Work Qty', anfme: "anfme", + platOrderCode: 'Customer Code', stockUnit: "stockUnit", purQty: "purQty", purUnit: "purUnit", @@ -603,6 +634,9 @@ poDetlCode: "poDetlCode", matnrId: "matnrId", maktx: "maktx", + platOrderCode: 'Customer Order Code', + platWorkCode: 'Work Code', + projectCode: 'Project Code', spec: "Spec", model: "Model", anfme: "anfme", @@ -698,7 +732,8 @@ fieldsIndex: "fieldsIndex", unit: "unit", anfme: "anfme", - qty: "qty", + workQty: 'Work Qty', + qty: "Qty", nromQty: "nromQty", printQty: "printQty", splrName: "splrName", @@ -743,6 +778,8 @@ deviceCode: "deviceCode", deviceSite: "deviceSite", flagInit: "flagInit", + wcsCode: "wcsCode", + channel: "channel", }, waitPakin: { code: "code", @@ -826,6 +863,7 @@ taskCode: "TaskCode", taskStatus: "Status", taskType: "Type", + warehType: "Warehouse Type", orgLoc: "orgLoc", orgSite: "orgSite", targLoc: "targLoc", @@ -860,6 +898,7 @@ taskItem: { taskId: "taskId", orderId: "orderId", + wkType: 'Work Type', orderType: "orderType", orderItemId: "orderItemId", sourceCode: "sourceCode", @@ -958,11 +997,14 @@ wkType: "wkType", aggType: "Agg Type", matnrId: "matnrId", + wareArea: 'Warehouse Areas', maktx: "maktx", matnrCode: "matnrCode", trackCode: "trackCode", unit: "unit", anfme: "anfme", + qty: 'Qty', + workQty: 'Work Qty', batch: "batch", splrBatch: "splrBatch", spec: "spec", @@ -1002,6 +1044,11 @@ typeId: "typeId", beSimilar: "beSimilar", emptySimilar: "emptySimilar", + }, + waveRule: { + code: "code", + type: "type", + name: "name", }, } }, @@ -1088,6 +1135,8 @@ locInit: 'loc init', siteInit: 'site init', batch: 'batch', + pick: 'Pick', + check: 'Check', confirm: 'confirm', cancel: "cancel", query: "Query", @@ -1116,15 +1165,18 @@ asnCreate: "Create By Order", poCreate: "Create By PO", createTask: "createTask", + publicWorking: 'Public Working', recover: "recover", createWave: "Create Wave", order: 'Orders', - + modiftySite: 'Modify SiteNo', }, request: { error: { stock: "Insufficient inventory to deliver 锛侊紒", select_error_order: "Please Select Asn Orders", + out_stock_qty: "The outbound quantity cannot be greater than the inventory quantity", + } } -- Gitblit v1.9.1