From f05b085d7735537b04edadf2168dba4cde3228b4 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Sat, 3 Aug 2024 17:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A5=E5=90=8D=E7=A7=B0=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=AD=90=E8=A1=A8=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en-US.ts | 1 + src/locales/zh-CN.ts | 1 + .../purchasereceipt/purchasereceiptJobMain/index.vue | 2 +- .../purchasereceipt/purchasereceiptRecordMain/index.vue | 2 +- .../purchasereceipt/purchasereceiptRequestMain/index.vue | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 42ca67aba..938bcb939 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -726,6 +726,7 @@ export default { 从货主代码:'Code from the shipper', 到货主代码:'Shipper code', 查看其他包装规格:'See other packaging formats', + 查看子包装:'See sub packaging formats', 包装规格:'Packing specifications', 单据打印:'Document printing', 明细列表:'Itemized list', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 5a5be6409..103a1a95f 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -726,6 +726,7 @@ export default { 从货主代码:'从货主代码', 到货主代码:'到货主代码', 查看其他包装规格:'查看其他包装规格', + 查看子包装:'查看子包装', 包装规格:'包装规格', 单据打印:'单据打印', 明细列表:'明细列表', diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue index 82c5ebc84..163060777 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue @@ -331,7 +331,7 @@ const openDetail = (row: any, titleName: any, titleValue: any) => { // 详情 table 操作扩展 按钮 const buttondataTable = ref([{ - label: '查看其他包装规格', + label: '查看子包装', name: 'viewParentPickingNumber', hide: false, type: 'primary', diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue index 2906ac00e..5cc9df20b 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue @@ -261,7 +261,7 @@ const openDetail = (row: any, titleName: any, titleValue: any) => { // 详情 table 操作扩展 按钮 const buttondataTable = ref([{ - label: t('ts.查看其他包装规格'), + label: t('ts.查看子包装'), name: 'viewParentPickingNumber', hide: false, type: 'primary', diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue index d1b7813d6..d34af2d33 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue @@ -610,7 +610,7 @@ const openDetail = (row: any, titleName: any, titleValue: any) => { // 详情 table 操作扩展 按钮 const buttondataTable = ref([{ - label: '查看其他包装规格', + label: '查看子包装', name: 'viewParentPickingNumber', hide: false, type: 'primary',