cosmoim-852 fix 多语言整理

master
FEC7\houzeyun 3 years ago
parent 4559baec27
commit 6d89773517

@ -84,10 +84,10 @@ export default {
po_Records: 'Рекорды', po_Records: 'Рекорды',
po_SelectAll: 'Выбрать все', po_SelectAll: 'Выбрать все',
po_noSelectAll: 'Убрать выделение со всего', po_noSelectAll: 'Убрать выделение со всего',
po_Submit: 'Представлять на рассмотрение', po_Submit: 'представ',
po_Continue: 'Продолжать', po_Continue: 'Продолжать',
po_Return: 'Вернуть', po_Return: 'Вернуть',
po_MaterielNo: 'код МАТ', po_MaterielNo: 'код',
Materiel: 'MAT', Materiel: 'MAT',
po_MaterielDes: 'описание МАТ', po_MaterielDes: 'описание МАТ',
returned: 'Количество возвратов', returned: 'Количество возвратов',
@ -130,7 +130,7 @@ export default {
Pi_PickingQuery: 'Забрать запрос', Pi_PickingQuery: 'Забрать запрос',
Pi_OrderNo: '№ заказа', Pi_OrderNo: '№ заказа',
Pi_factory: 'Фабрика', Pi_factory: 'Фабрика',
Pi_materielNo: 'код МАТ', Pi_materielNo: 'код',
Pi_order: 'Запрос заказа', Pi_order: 'Запрос заказа',
Query: 'Запрос', Query: 'Запрос',
time: 'Сначала выберите время', time: 'Сначала выберите время',

@ -75,7 +75,7 @@
<view class="bottom-bar"> <view class="bottom-bar">
<u-row class="button-bar"> <u-row class="button-bar">
<u-col :span="4"> <u-col :span="4">
<u-button type="primary" @click="bill">{{ $t('message.CommissionedDetails') }}</u-button> <u-button type="primary" @click="bill">{{ $t('message.detailed') }}</u-button>
</u-col> </u-col>
<u-col :span="4"> <u-col :span="4">
<u-button type="primary" @click="onSubmit">{{ $t('message.product_Upload') }}</u-button> <u-button type="primary" @click="onSubmit">{{ $t('message.product_Upload') }}</u-button>

@ -75,13 +75,13 @@
<view class="bottom-bar"> <view class="bottom-bar">
<u-row class="button-bar"> <u-row class="button-bar">
<u-col :span="4"> <u-col :span="4">
<u-button type="primary" @click="bill">{{ $t('message.CommissionedDetails') }}</u-button> <u-button type="primary" @click="bill">{{ $t('message.detailed') }}</u-button>
</u-col> </u-col>
<!-- <u-col :span="3"> <!-- <u-col :span="3">
<u-button type="primary" @click="close">{{ $t('message.Closed') }}</u-button> <u-button type="primary" @click="close">{{ $t('message.Closed') }}</u-button>
</u-col> --> </u-col> -->
<u-col :span="4"> <u-col :span="4">
<u-button type="primary" @click="onSubmit">{{ $t('message.product_Upload') }}</u-button> <u-button type="primary" @click="onSubmit">{{ $t('message.po_Submit') }}</u-button>
</u-col> </u-col>
<u-col :span="4"> <u-col :span="4">
<u-button type="error" @click="uni.navigateBack()">{{ $t('message.po_Return') }}</u-button> <u-button type="error" @click="uni.navigateBack()">{{ $t('message.po_Return') }}</u-button>

@ -82,10 +82,10 @@
<view class="bottom-bar"> <view class="bottom-bar">
<u-row class="button-bar"> <u-row class="button-bar">
<u-col :span="4"> <u-col :span="4">
<u-button type="primary" @click="bill">{{ $t('message.CommissionedDetails') }}</u-button> <u-button type="primary" @click="bill">{{ $t('message.detailed') }}</u-button>
</u-col> </u-col>
<u-col :span="4"> <u-col :span="4">
<u-button type="primary" @click="onSubmit">{{ $t('message.product_Upload') }}</u-button> <u-button type="primary" @click="onSubmit">{{ $t('message.po_Submit') }}</u-button>
</u-col> </u-col>
<u-col :span="4"> <u-col :span="4">
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button> <u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>

@ -106,11 +106,11 @@
<div class="container"> <div class="container">
<u-row> <u-row>
<u-col :span="4"> <u-col :span="4">
<u-button type="primary" class="appoint" @click="bill">{{ $t('message.Feeding_ReplenishmentDetails') }}</u-button> <u-button type="primary" class="appoint" @click="bill">{{ $t('message.detailed') }}</u-button>
</u-col> </u-col>
<u-col :span="4"> <u-col :span="4">
<u-button type="success" @click="onSubmit"> <u-button type="success" @click="onSubmit">
{{ $t('message.product_Upload') }} {{ $t('message.po_Submit') }}
</u-button> </u-button>
</u-col> </u-col>
<u-col :span="4"> <u-col :span="4">

@ -23,7 +23,7 @@
<jPicker sureColor="#ff0000" style="width: 260rpx" @bindpicker="materialChoice" showKey="value" valKey="value" :val="wl.value" class="search" :options="MaterialList" /> <jPicker sureColor="#ff0000" style="width: 260rpx" @bindpicker="materialChoice" showKey="value" valKey="value" :val="wl.value" class="search" :options="MaterialList" />
</u-form-item> </u-form-item>
<!-- 物料描述 --> <!-- 物料描述 -->
<u-form-item :label="$t('message.po_MaterielDes')"> <u-form-item :label="$t('message.CommissionedMaterielDesc')">
<u-input :disabled="true" v-model="Some.productDescZh" placeholder="" style="overflow: hidden" /> <u-input :disabled="true" v-model="Some.productDescZh" placeholder="" style="overflow: hidden" />
</u-form-item> </u-form-item>
<!-- 原库位 --> <!-- 原库位 -->

Loading…
Cancel
Save