This commit is contained in:
2026-01-15 10:58:05 +08:00
parent cbc8587b59
commit 543bdad17a
15 changed files with 35 additions and 14 deletions

View File

@@ -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>