From e9dda95b4c7b842034cc8737209c0621a50a9cc5 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 30 四月 2025 14:22:29 +0800 Subject: [PATCH] #报检 --- rsf-admin/src/i18n/en.js | 91 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 90 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index 0f29dff..0f6f391 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -56,6 +56,7 @@ expand: 'Expand', expandAll: 'Expand All', collapse: 'Collapse', + newAddMats: 'New Mats', collapseAll: 'Collapse All', scope: 'Assign', import: { @@ -70,6 +71,8 @@ loadMore: 'Load More Data', complete: 'Complete', deprecate: 'Deprecate', + stockError: 'Empty', + inputPlaceholder: 'Use commas to separate', resend: 'RESEND', selected: 'selected', batch: 'batch' @@ -175,6 +178,9 @@ outStockItem: 'Out Stock Item', inStockPoces: 'In Stock Pocess', outStockPoces: 'Out Stock Pocess', + deviceBind: 'Device Bind', + wave: 'Wave Manage', + }, table: { field: { @@ -527,6 +533,40 @@ ntyStatus: "Notify", exceStatus: 'bill status' }, + outStock: { + code: "Code", + poCode: "poCode", + poId: "doId", + type: "Type", + wkType: "wkType", + anfme: "anfme", + qty: "qty", + logisNo: "logisNo", + arrTime: "Arrived", + rleStatus: "Release", + ntyStatus: "Notify", + exceStatus: 'bill status' + }, + outStockItem: { + asnId: "ID", + asnCode: "DO Code", + poDetlId: "poDetlId", + poDetlCode: "DO Detl Code", + matnrId: "matnrId", + maktx: "maktx", + anfme: "anfme", + stockUnit: "stockUnit", + purQty: "purQty", + purUnit: "purUnit", + qty: "qty", + splrCode: "splrCode", + splrName: "splrName", + qrcode: "qrcode", + barcode: "barcode", + packName: "packName", + ntyStatus: "ntyStatus", + platItemId: 'platItemId' + }, asnOrderItem: { asnId: "asnId", asnCode: "asnCode", @@ -538,6 +578,7 @@ stockUnit: "stockUnit", purQty: "purQty", purUnit: "purUnit", + unit: 'Unit', qty: "qty", splrCode: "splrCode", splrName: "splrName", @@ -616,6 +657,7 @@ }, deliveryItem: { deliveryId: "deliveryId", + deliveryCode: "Delivery Code", platItemId: "platItemId", matnrCode: "matnrCode", matnrName: "matnrName", @@ -667,7 +709,6 @@ deviceCode: "deviceCode", deviceSite: "deviceSite", flagInit: "flagInit", - sites: "sites", }, waitPakin: { code: "code", @@ -717,6 +758,34 @@ fieldsIndex: "fieldsIndex", 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", @@ -833,6 +902,18 @@ model: "model", fieldsIndex: "fieldsIndex", }, + deviceBind: { + currentRow: "currentRow", + startRow: "startRow", + endRow: "endRow", + deviceQty: "deviceQty", + startDeviceNo: "startDeviceNo", + endDeviceNo: "endDeviceNo", + staList: "staList", + typeId: "typeId", + beSimilar: "beSimilar", + emptySimilar: "emptySimilar", + }, } }, page: { @@ -944,9 +1025,17 @@ asnCreate: "Create By Order", createTask: "createTask", recover: "recover", + createWave: "Create Wave", order: 'Orders', }, + request: { + error: { + stock: "Insufficient inventory to deliver 锛侊紒" + } + + } + }; export default customEnglishMessages; -- Gitblit v1.9.1