cosmoim-852 fix 修改获取菜单方式

master
hou 3 years ago
parent d499208d92
commit a55e49fff7

@ -510,5 +510,9 @@ export default {
source: '源容器',
barcodeSource: '请扫描源容器条码',
ContainerBarcode: '容器条码',
LocalReceiving: '本地DN收货',
OverseasShipping: '海外DN收货',
OverseasPO: '海外PO收货',
management: '备件管理',
},
};

@ -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',
},
};

@ -407,5 +407,9 @@ export default {
AppendMateriel4: 'Пожалуйста, выберите правильное местоположение',
AppendMateriel5: 'Сначала выберите материал',
demandQuantity: 'Общее количество больше количества спроса',
LocalReceiving: 'Местный сбор',
OverseasShipping: 'Получать товар за границей',
OverseasPO: 'По забирает товар из-за границы',
management: 'Управление запчастями',
},
};

@ -21,7 +21,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>
<!-- <u-col :span="12">

@ -18,7 +18,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>
<!-- <u-col :span="12">

@ -18,7 +18,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>
<!-- <u-col :span="12">

@ -18,7 +18,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>
<!-- <u-col :span="12">

@ -18,7 +18,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>
<!-- <u-col :span="12">

@ -18,7 +18,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>
<!-- <u-col :span="12">

@ -21,8 +21,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ $t('message.' + item.engResourceName) }}</text> -->
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>
<!-- <u-col :span="12">

@ -4,7 +4,7 @@
<view class="left">
<u-icon class="icon" name="arrow-left" @click="uni.navigateBack()" />
</view>
<view class="title">{{ $t('message.RowWarehouse') }}</view>
<view class="title">{{ $t('message.management') }}</view>
<view class="right"></view>
</view>
<view class="container">
@ -18,7 +18,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>
<!-- <u-col :span="12">

@ -18,7 +18,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>

@ -18,7 +18,8 @@
"
>
<u-icon size="80" :name="item.iconClass"></u-icon>
<text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text>
<!-- <text class="name"> {{ session.lang == 'en' ? index + 1 + ' ' + item.engResourceName : index + 1 + ' ' + item.resourceName }}</text> -->
<text class="name"> {{ index + 1 + ' ' + $t('message.' + item.engResourceName) }}</text>
</u-button>
</u-col>
<!-- <u-col :span="12">

Loading…
Cancel
Save