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) }}