From aeb30d72af3efcaf2e92c449f3927a31c3348dc9 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 12 三月 2025 16:06:16 +0800 Subject: [PATCH] #新增 1. 新增ASN订单导入功能 --- rsf-admin/src/i18n/en.js | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index fcb6747..7b12baf 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -140,6 +140,8 @@ purchase: 'Purchase', purchaseItem: 'PurchaseItem', whMat: 'Warehouse Mat', + fields: 'Extend Fields', + fieldsItem: 'Extend Fields Items', }, table: { field: { @@ -254,7 +256,7 @@ shipperId: "shipperId", groupId: "groupId", rglarId: "RegularId", - erpCode: "erpCode", + platCode: "platCode", spec: "spec", model: "model", weight: "weight", @@ -435,7 +437,7 @@ }, purchase: { code: "code", - erpId: "erpId", + platId: "PlatId", type: "type", wkType: "wkType", source: "source", @@ -444,7 +446,7 @@ qty: "qty", workQty: "workQty", channel: "channel", - erpCode: "erpCode", + platCode: "platCode", project: "project", startTime: "startTime", endTime: "endTime", @@ -464,6 +466,19 @@ splrCode: "splrCode", splrBatch: "splrBatch", }, + fields: { + fields: "Fields", + fieldsAlise: "FieldsAlise", + unique: "Unique", + flagEnable: "FlagEnable", + }, + fieldsItem: { + uuid: "uuid", + fieldsId: "FieldsId", + value: "Value", + matnrId: "MatnrId", + shiperId: "Shipper", + }, } }, page: { -- Gitblit v1.9.1