From a55e49fff7111d16ee0e81f7cc5c1c64e27d7c39 Mon Sep 17 00:00:00 2001
From: hou <1601990943@qq.com>
Date: Thu, 14 Jul 2022 11:48:22 +0800
Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E4=BF=AE=E6=94=B9=E8=8E=B7?=
=?UTF-8?q?=E5=8F=96=E8=8F=9C=E5=8D=95=E6=96=B9=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/i18n/lang/cn.ts | 4 ++++
src/i18n/lang/en.ts | 6 ++++++
src/i18n/lang/ru.ts | 4 ++++
src/pages/product/index.vue | 3 ++-
src/pages/product/outbound/index.vue | 3 ++-
src/pages/product/warehouse/index.vue | 3 ++-
src/pages/raw/Semi-finished/index.vue | 3 ++-
src/pages/raw/commission/index.vue | 3 ++-
src/pages/raw/handover/index.vue | 3 ++-
src/pages/raw/index.vue | 4 ++--
src/pages/raw/ingoods/SpareInbound/index.vue | 5 +++--
src/pages/raw/ingoods/index.vue | 3 ++-
src/pages/raw/warehouse/index.vue | 3 ++-
13 files changed, 35 insertions(+), 12 deletions(-)
diff --git a/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts
index abc9020..6e5a0ab 100644
--- a/src/i18n/lang/cn.ts
+++ b/src/i18n/lang/cn.ts
@@ -510,5 +510,9 @@ export default {
source: '源容器',
barcodeSource: '请扫描源容器条码',
ContainerBarcode: '容器条码',
+ LocalReceiving: '本地DN收货',
+ OverseasShipping: '海外DN收货',
+ OverseasPO: '海外PO收货',
+ management: '备件管理',
},
};
diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts
index d47058b..3069752 100644
--- a/src/i18n/lang/en.ts
+++ b/src/i18n/lang/en.ts
@@ -448,6 +448,7 @@ export default {
product_MaterilTotalNumber: 'Total',
product_BarCode: 'Barcode',
product_PickingDetails: 'Pick up detail',
+ Picking: 'Picking',
product_Bookkeeping: 'Bookkeeping',
product_Tip4: 'Order No cannot be blank',
product_Tip5: 'The bar code is not standard',
@@ -517,5 +518,10 @@ export default {
source: 'Source',
barcodeSource: 'Scan the barcode of the source container',
ContainerBarcode: 'Container barcode',
+ //ss
+ LocalReceiving: 'DN Receive',
+ OverseasShipping: 'Import DN',
+ OverseasPO: 'Import PO Receive',
+ management: 'Spare management',
},
};
diff --git a/src/i18n/lang/ru.ts b/src/i18n/lang/ru.ts
index b409b6e..f4075cc 100644
--- a/src/i18n/lang/ru.ts
+++ b/src/i18n/lang/ru.ts
@@ -407,5 +407,9 @@ export default {
AppendMateriel4: 'Пожалуйста, выберите правильное местоположение',
AppendMateriel5: 'Сначала выберите материал',
demandQuantity: 'Общее количество больше количества спроса',
+ LocalReceiving: 'Местный сбор',
+ OverseasShipping: 'Получать товар за границей',
+ OverseasPO: 'По забирает товар из-за границы',
+ management: 'Управление запчастями',
},
};
diff --git a/src/pages/product/index.vue b/src/pages/product/index.vue
index a32f1a9..8fb0534 100644
--- a/src/pages/product/index.vue
+++ b/src/pages/product/index.vue
@@ -21,7 +21,8 @@
"
>
- {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}
+
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}
+
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}
diff --git a/src/pages/raw/warehouse/index.vue b/src/pages/raw/warehouse/index.vue
index a373897..3453383 100644
--- a/src/pages/raw/warehouse/index.vue
+++ b/src/pages/raw/warehouse/index.vue
@@ -18,7 +18,8 @@
"
>
- {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}
+
+ {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}