国际化
This commit is contained in:
@@ -27,13 +27,13 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">{{$t('filter.time')}}(分)</view>
|
||||
<view class="filter_label">{{$t('filter.time')}}({{$t('unit.minute')}})</view>
|
||||
<view class="filter_input_wraper">
|
||||
<input type="number" class="filter_input" v-model="val4">
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">类型</view>
|
||||
<view class="filter_label">{{$t('filter.type')}}</view>
|
||||
<view class="filter_input_wraper">
|
||||
<uni-data-select v-model="index" :placeholder="$t('uni.dataSelect.placeholder')" :emptyTips="$t('uni.dataSelect.emptyTips')" :localdata="options"></uni-data-select>
|
||||
</view>
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{$t('filter.box-no')}}</th>
|
||||
<th>木箱编码</th>
|
||||
<th>{{$t('filter.box-code')}}</th>
|
||||
<th>{{$t('grid.point-code')}}</th>
|
||||
<th>木箱规格</th>
|
||||
<th>{{$t('grid.wooden-box-specs')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">类型</view>
|
||||
<view class="filter_label">{{$t('filter.type')}}</view>
|
||||
<view class="filter_input_wraper">
|
||||
<uni-data-select v-model="index" :placeholder="$t('uni.dataSelect.placeholder')" :emptyTips="$t('uni.dataSelect.emptyTips')" :localdata="options"></uni-data-select>
|
||||
</view>
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">打印机</view>
|
||||
<view class="filter_label">{{$t('filter.printer')}}</view>
|
||||
<view class="filter_input_wraper">
|
||||
<uni-data-select v-model="index1" :placeholder="$t('uni.dataSelect.placeholder')" :emptyTips="$t('uni.dataSelect.emptyTips')" :localdata="options1" @change="selectChange1"></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">标签类型</view>
|
||||
<view class="filter_label">{{$t('filter.label-type')}}</view>
|
||||
<view class="filter_input_wraper">
|
||||
<uni-data-select v-model="index2" :placeholder="$t('uni.dataSelect.placeholder')" :emptyTips="$t('uni.dataSelect.emptyTips')" :localdata="options2" @change="selectChange2"></uni-data-select>
|
||||
</view>
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
<tr>
|
||||
<th>{{$t('grid.point-code')}}</th>
|
||||
<th>{{$t('grid.mother-roll-number')}}</th>
|
||||
<th>满轴位</th>
|
||||
<th>满轴位状态</th>
|
||||
<th>空轴位</th>
|
||||
<th>空轴位状态</th>
|
||||
<th>母卷来源</th>
|
||||
<th>母卷状态</th>
|
||||
<th>{{$t('grid.full-axis-position')}}</th>
|
||||
<th>{{$t('grid.full-axis-position-status')}}</th>
|
||||
<th>{{$t('grid.empty-axis-position')}}</th>
|
||||
<th>{{$t('grid.grid.empty-axis-position-status')}}</th>
|
||||
<th>{{$t('grid.mother-roll-source')}}</th>
|
||||
<th>{{$t('grid.mother-roll-status')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
<th class="th_2">{{$t('grid.order-number')}}</th>
|
||||
<th>{{$t('grid.customer-name')}}</th>
|
||||
<th>{{$t('grid.sub-roll-number')}}</th>
|
||||
<th>{{$t('grid.sub-roll')}}{{$t('grid.specifications')}}</th>
|
||||
<th>{{$t('grid.sub-roll')}}{{$t('grid.weight')}}</th>
|
||||
<th>{{$t('grid.subtube')}}{{$t('grid.weight')}}</th>
|
||||
<th>木箱料号</th>
|
||||
<th>{{$t('grid.sub-roll-spec')}}</th>
|
||||
<th>{{$t('grid.sub-roll-weight')}}</th>
|
||||
<th>{{$t('grid.subtube-weight')}}</th>
|
||||
<th>{{$t('filter.box-type')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -46,7 +46,7 @@
|
||||
</view>
|
||||
<view class="zd-row submitbar">
|
||||
<button class="zd-col-6 btn-submit btn-default letter-30" @tap="clearUp">{{$t('button.clear')}}</button>
|
||||
<button class="zd-col-15 btn-submit btn-success letter-30" :class="{'btn-info': !dataList.length}" @tap="toSure">组盘</button>
|
||||
<button class="zd-col-15 btn-submit btn-success letter-30" :class="{'btn-info': !dataList.length}" @tap="toSure">{{$t('button.group-disk')}}</button>
|
||||
</view>
|
||||
<view class="msg_wrapper" :class="show ? 'popshow' : 'pophide'">
|
||||
<view class="pop-line"></view>
|
||||
@@ -64,13 +64,13 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>木箱规格</th>
|
||||
<th>{{$t('grid.wooden-box-specs')}}</th>
|
||||
<th>{{$t('grid.material-name')}}</th>
|
||||
<th>木箱长度</th>
|
||||
<th>木箱宽度</th>
|
||||
<th>木箱高度</th>
|
||||
<th>木箱库存数</th>
|
||||
<th>最大装卷数</th>
|
||||
<th>{{$t('grid.wooden-box-length')}}</th>
|
||||
<th>{{$t('grid.wooden-box-width')}}</th>
|
||||
<th>{{$t('grid.wooden-box-height')}}</th>
|
||||
<th>{{$t('grid.wooden-box-quantity')}}</th>
|
||||
<th>{{$t('grid.maximum-rolls')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</view>
|
||||
<view class="filter_input_wraper filter_input_wraper_1">
|
||||
<view class="iconfont icon_unchecked" :class="{'icon_checked': isV === '1'}" @tap="isVirtual"></view>
|
||||
<view class="filter_input_wraper_inn_text">直接入库</view>
|
||||
<view class="filter_input_wraper_inn_text">{{$t('filter.direct-storage')}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -28,14 +28,14 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{$t('filter.box-no')}}</th>
|
||||
<th>子卷容量</th>
|
||||
<th>{{$t('grid.sub-roll-capacity')}}</th>
|
||||
<th>{{$t('grid.product-description')}}</th>
|
||||
<th>sap批次</th>
|
||||
<th>产品规格(幅宽)</th>
|
||||
<th>木箱重量</th>
|
||||
<th>木箱长</th>
|
||||
<th>木箱宽</th>
|
||||
<th>木箱高</th>
|
||||
<th>{{$t('grid.sap-batch')}}</th>
|
||||
<th>{{$t('grid.product-spec')}}</th>
|
||||
<th>{{$t('grid.wooden-box-weight')}}</th>
|
||||
<th>{{$t('grid.wooden-box-length')}}</th>
|
||||
<th>{{$t('grid.wooden-box-width')}}</th>
|
||||
<th>{{$t('grid.wooden-box-height')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user