From c312a110ee4823a4a1f912a05e9648edc56f96e7 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 06 六月 2025 15:48:42 +0800 Subject: [PATCH] DO 单生成出库单功能优化 --- rsf-admin/src/i18n/en.js | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 43 insertions(+), 3 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index a286aa8..8ff186a 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: { }, @@ -577,12 +602,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", @@ -701,7 +729,8 @@ fieldsIndex: "fieldsIndex", unit: "unit", anfme: "anfme", - qty: "qty", + workQty: 'Work Qty', + qty: "Qty", nromQty: "nromQty", printQty: "printQty", splrName: "splrName", @@ -746,6 +775,8 @@ deviceCode: "deviceCode", deviceSite: "deviceSite", flagInit: "flagInit", + wcsCode: "wcsCode", + channel: "channel", }, waitPakin: { code: "code", @@ -864,6 +895,7 @@ taskItem: { taskId: "taskId", orderId: "orderId", + wkType: 'Work Type', orderType: "orderType", orderItemId: "orderItemId", sourceCode: "sourceCode", @@ -962,11 +994,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", @@ -1092,6 +1127,8 @@ locInit: 'loc init', siteInit: 'site init', batch: 'batch', + pick: 'Pick', + check: 'Check', confirm: 'confirm', cancel: "cancel", query: "Query", @@ -1120,6 +1157,7 @@ asnCreate: "Create By Order", poCreate: "Create By PO", createTask: "createTask", + publicWorking: 'Public Working', recover: "recover", createWave: "Create Wave", order: 'Orders', @@ -1129,6 +1167,8 @@ 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