From 81298fe25b8b89e55998efc6ffdc9868b4702926 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 11 三月 2025 12:31:33 +0800 Subject: [PATCH] #新增 1. 获取收货区接口 2. 字段优化 --- rsf-admin/src/i18n/en.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index fcb6747..de2d385 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -254,7 +254,7 @@ shipperId: "shipperId", groupId: "groupId", rglarId: "RegularId", - erpCode: "erpCode", + platCode: "platCode", spec: "spec", model: "model", weight: "weight", @@ -435,7 +435,7 @@ }, purchase: { code: "code", - erpId: "erpId", + platId: "PlatId", type: "type", wkType: "wkType", source: "source", @@ -444,7 +444,7 @@ qty: "qty", workQty: "workQty", channel: "channel", - erpCode: "erpCode", + platCode: "platCode", project: "project", startTime: "startTime", endTime: "endTime", -- Gitblit v1.9.1