From 3ca4594c0d176e84bd2e48e6854f766be8f016d6 Mon Sep 17 00:00:00 2001 From: zhoulei Date: Wed, 15 Dec 2021 15:29:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=89=80=E6=9C=89=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=A1=B5=E9=9D=A2=E5=8F=AF=E5=8F=82=E8=80=83?= =?UTF-8?q?=E7=9A=84=E9=A1=B5=E9=9D=A2=E5=AE=9E=E7=8E=B0;=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=8E=9F=E6=9D=90=E6=96=99dn=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E5=8D=95=E7=82=B9=E4=B8=8B=E6=8B=89=E9=97=AE=E9=A2=98;=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=87=8D=E5=86=99=E9=A1=B5=E9=9D=A2=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E9=80=BB=E8=BE=91=20=E4=BF=AE=E5=A4=8D=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E5=A4=9A=E7=BA=A7?= =?UTF-8?q?=E9=97=AE=E9=A2=98(=E5=85=B6=E5=AE=83=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8F=AF=E5=8F=82=E8=80=83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/J-Picker/jPicker.vue | 64 +++++---------- .../raw/ingoods/dnReceipt/Local-details.vue | 34 ++++---- .../raw/ingoods/dnReceipt/dnReceiving.vue | 80 ++++++++----------- 3 files changed, 68 insertions(+), 110 deletions(-) diff --git a/src/components/J-Picker/jPicker.vue b/src/components/J-Picker/jPicker.vue index 859c4d2..eb9eb2f 100644 --- a/src/components/J-Picker/jPicker.vue +++ b/src/components/J-Picker/jPicker.vue @@ -5,31 +5,21 @@ {{ listData[nSel][showKey] || listData[nSel] }} - {{ $t("message.workArea_Selelct") }} + {{ $t('message.workArea_Selelct') }} - + - + - {{ $t("message.product_Cancel") }} - + {{ $t('message.product_Cancel') }} - {{ $t("message.workArea_Confirm") }} - + {{ $t('message.workArea_Confirm') }} - + {{ item[showKey] || item }} @@ -59,7 +41,7 @@ -