en
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<tr>
|
||||
<th>{{$t('grid.select')}}</th>
|
||||
<th>{{$t('filter.box-no')}}</th>
|
||||
<th>木箱料号</th>
|
||||
<th>{{$t('filter.box-type')}}</th>
|
||||
<th>{{$t('filter.wooden-box-description')}}</th>
|
||||
<th>{{$t('filter.max-sub-num')}}</th>
|
||||
<th>{{$t('grid.wooden-box-length')}}</th>
|
||||
@@ -69,7 +69,7 @@
|
||||
</view>
|
||||
<view class="zd-row submitbar">
|
||||
<button class="zd-col-6 btn-submit btn-default" @tap="clearUp">{{$t('button.clear')}}</button>
|
||||
<button class="zd-col-15 btn-submit btn-success" :class="{'btn-info': !checkArr.length}" :disabled="disabled" @tap="_twoBoxOut">出库确认</button>
|
||||
<button class="zd-col-15 btn-submit btn-success" :class="{'btn-info': !checkArr.length}" :disabled="disabled" @tap="_twoBoxOut">{{$t('button.outstore-confirm')}}</button>
|
||||
</view>
|
||||
<up-top ref="UT" :scrollTop="top"></up-top>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user