From 9cf4ac9c3f8301f5697f6d12ac4bf32855f0b044 Mon Sep 17 00:00:00 2001 From: yangyang Date: 星期一, 17 三月 2025 07:54:10 +0800 Subject: [PATCH] #新增 添加质检单管理 --- rsf-admin/src/i18n/en.js | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 41 insertions(+), 3 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index 5dd4825..4596053 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -142,6 +142,7 @@ whMat: 'Warehouse Mat', fields: 'Extend Fields', fieldsItem: 'Extend Fields Items', + warehouseAreasItem: 'WarehouseAreasItem', }, table: { field: { @@ -303,6 +304,25 @@ flagLabelMange: "flagLabelMange", flagMix: "flagMix", }, + warehouseAreasItem: { + areaId: "areaId", + areaName: "areaName", + matnrId: "matnrId", + matnrName: "matnrName", + matnrCode: "matnrCode", + fieldsIndex: "fieldsIndex", + barcode: "barcode", + anfme: "anfme", + batch: "batch", + unit: "unit", + stockUnit: "stockUnit", + brand: "brand", + shipperId: "shipperId", + splrId: "splrId", + weight: "weight", + prodTime: "prodTime", + splrBtch: "splrBtch", + }, loc: { warehouseId: "Warehouse", areaId: "Area", @@ -346,8 +366,26 @@ projectName: "ProjectName", }, qlyInspect: { - code: "Code", - name: "Name", + code: "code", + wkType: "wkType", + safeQty: "safeQty", + dlyQty: "dlyQty", + rcptQty: "rcptQty", + isptQty: "isptQty", + }, + qlyIsptItem: { + ispectId: "ispectId", + matnrCode: "matnrCode", + maktx: "maktx", + label: "label", + splrName: "splrName", + splrBatch: "splrBatch", + stockBatch: "stockBatch", + rcptQty: "rcptQty", + dlyQty: "dlyQty", + disQty: "disQty", + safeQty: "safeQty", + picPath: "picPath", }, dictType: { code: "Code", @@ -422,7 +460,7 @@ poDetlId: "poDetlId", poDetlCode: "poDetlCode", matnrId: "matnrId", - matnk: "matnk", + maktx: "maktx", anfme: "anfme", stockUnit: "stockUnit", purQty: "purQty", -- Gitblit v1.9.1