From e5ee435eeb798a21131862b3c2666e606a3ac5c3 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 26 Jan 2022 14:41:20 +0800 Subject: [PATCH] =?UTF-8?q?po=E9=80=80=E8=B4=A7=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/en.ts | 8 ++++---- src/pages/raw/handover/feeding/Location.vue | 4 ++-- src/pages/raw/ingoods/dnReturnGoods/Location.vue | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index 9922c36..5cb29e8 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -69,14 +69,14 @@ export default { //po收货 po_ReceivingGoods: 'PO receive', po_ReturnGoods: 'DN return', - returned: 'Quantity to be returned', - returneds: 'Quantity to be returned', + returned: 'Return Quantity', + returneds: 'Return Quantity', quantity: 'Cumulative return quantity', - materials:'Please return all materials', + materials: 'Please return all materials', po_OddNumbers: 'PO No', po_Supplier: 'Supplier', po_OrderType: 'Order type', - po_Location: 'Loc', + po_Location: 'Inventory', po_PleaseScan: 'Please scan PO', po_PleaseScanMATcode: 'Please scan MAT barcode', PleaseScan: 'Please scan', diff --git a/src/pages/raw/handover/feeding/Location.vue b/src/pages/raw/handover/feeding/Location.vue index 431a9af..b8f8f0f 100644 --- a/src/pages/raw/handover/feeding/Location.vue +++ b/src/pages/raw/handover/feeding/Location.vue @@ -479,7 +479,7 @@ export default class RawReceiptDetail extends BasePage { height: 100%; display: flex; view { - width: 140rpx; + width: 145rpx; line-height: 100rpx; } .search{ @@ -496,7 +496,7 @@ export default class RawReceiptDetail extends BasePage { height: 100%; display: flex; .material-right-title { - width: 140rpx; + width: 145rpx; height: 100%; line-height: 100rpx; } diff --git a/src/pages/raw/ingoods/dnReturnGoods/Location.vue b/src/pages/raw/ingoods/dnReturnGoods/Location.vue index 2d6bf7b..2c739bd 100644 --- a/src/pages/raw/ingoods/dnReturnGoods/Location.vue +++ b/src/pages/raw/ingoods/dnReturnGoods/Location.vue @@ -35,7 +35,7 @@ - {{ $t('message.returneds') }}: + {{ $t('message.returneds') }}: {{ some.poAmount }} @@ -391,7 +391,7 @@ export default class RawReceiptDetail extends BasePage { height: 100%; display: flex; view { - width: 100rpx; + width: 145rpx; line-height: 100rpx; } .search{ @@ -408,7 +408,7 @@ export default class RawReceiptDetail extends BasePage { height: 100%; display: flex; .material-right-title { - width: 120rpx; + width: 160rpx; height: 100%; line-height: 100rpx; }