部分页面国际化
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<view class="zd_wrapper">
|
||||
<view class="filter_item">
|
||||
<view class="filter_label_wraper">
|
||||
<span class="filter_label">木箱号</span>
|
||||
<span class="filter_label">{{$t('filter.box-no')}}</span>
|
||||
</view>
|
||||
<view class="filter_input_wraper">
|
||||
<search-box v-model="val1" @handleChange="handleChange"/>
|
||||
@@ -23,13 +23,13 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="fontcol2">木箱号</th>
|
||||
<th>点位编码</th>
|
||||
<th class="fontcol2">{{$t('filter.box-no')}}</th>
|
||||
<th>{{$t('grid.point-code')}}</th>
|
||||
<th>点位名称</th>
|
||||
<th>重量</th>
|
||||
<th>产品编码</th>
|
||||
<th>{{$t('grid.weight')}}</th>
|
||||
<th>{{$t('grid.product-code')}}</th>
|
||||
<th>产品名称</th>
|
||||
<th>订单号</th>
|
||||
<th>{{$t('grid.order-number')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -48,9 +48,9 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row submitbar">
|
||||
<button class="zd-col-5 btn-submit btn-default letter-30" @tap="clearUp">清空</button>
|
||||
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': dataList.length === 0}" :disabled="disabled" @tap="_twoPdaOutConfirm">确认</button>
|
||||
<button class="zd-col-8 btn-submit btn-success letter-30" @tap="_twoPdaIvtDtlQuery(val1)">查询</button>
|
||||
<button class="zd-col-5 btn-submit btn-default letter-30" @tap="clearUp">{{$t('button.clear')}}</button>
|
||||
<button class="zd-col-8 btn-submit btn-success letter-30" :class="{'btn-info': dataList.length === 0}" :disabled="disabled" @tap="_twoPdaOutConfirm">{{$t('button.confirm')}}</button>
|
||||
<button class="zd-col-8 btn-submit btn-success letter-30" @tap="_twoPdaIvtDtlQuery(val1)">{{$t('button.search')}}</button>
|
||||
</view>
|
||||
<view class="msg_wrapper" :class="show ? 'popshow' : 'pophide'">
|
||||
<view class="pop-line"></view>
|
||||
@@ -60,14 +60,14 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>木箱号</th>
|
||||
<th>子卷号</th>
|
||||
<th>{{$t('filter.box-no')}}</th>
|
||||
<th>{{$t('grid.sub-roll-number')}}</th>
|
||||
<th>sap批次</th>
|
||||
<th>净重</th>
|
||||
<th>状态</th>
|
||||
<th>订单号</th>
|
||||
<th>{{$t('grid.order-number')}}</th>
|
||||
<th>客户编码</th>
|
||||
<th>客户名称</th>
|
||||
<th>{{$t('grid.customer-name')}}</th>
|
||||
<th>幅宽</th>
|
||||
<th>厚度</th>
|
||||
<th>长度</th>
|
||||
|
||||
Reference in New Issue
Block a user