This commit is contained in:
2024-01-05 17:54:56 +08:00
parent 9cd075f6e3
commit 2a0d4a1099

View File

@@ -5,7 +5,8 @@
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">木箱</span>
<!-- <span class="filter_label">木箱</span> -->
<view class="filter_label">{{$t('filter.woodenbox')}}</view>
</view>
<view class="filter_input_wraper">
<search-box
@@ -16,13 +17,15 @@
</view>
</view>
<view class="filter_item">
<view class="filter_label">已盘点数</view>
<!-- <view class="filter_label">已盘点数</view> -->
<view class="filter_label">{{$t('filter.countednum')}}</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val2" disabled>
</view>
</view>
<view class="filter_item">
<view class="filter_label">未盘点数</view>
<!-- <view class="filter_label">未盘点数</view> -->
<view class="filter_label">{{$t('filter.uncountednum')}}</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val3" disabled>
</view>
@@ -33,12 +36,10 @@
<table>
<thead>
<tr>
<th>选择</th>
<!-- <th>选择</th>
<th>箱号</th>
<th>状态</th>
<th>净重</th>
<!-- <th>数量</th>
<th>盘点数量</th> -->
<th>盘点库区</th>
<th>盘点货位</th>
<th>物料编码</th>
@@ -48,7 +49,21 @@
<th>盘点结果</th>
<th>盘点人</th>
<th>盘点时间</th>
<th>单据号</th>
<th>单据号</th> -->
<th>{{$t('grid.select')}}</th>
<th>{{$t('grid.storagevehicle-code')}}</th>
<th>{{$t('grid.status')}}</th>
<th>{{$t('grid.weight')}}</th>
<th>{{$t('grid.check-area')}}</th>
<th>{{$t('grid.check-point')}}</th>
<th>{{$t('grid.material-code')}}</th>
<th>{{$t('grid.material-name')}}</th>
<th>{{$t('grid.mark')}}</th>
<th>{{$t('grid.rolls-num')}}</th>
<th>{{$t('grid.check-result')}}</th>
<th>{{$t('grid.check-man')}}</th>
<th>{{$t('grid.check-time')}}</th>
<th>{{$t('grid.bill-code')}}</th>
</tr>
</thead>
<tbody>
@@ -78,9 +93,9 @@
<view class="submit-bar">
<!-- <button class="submit-button" :class="{'btn-disabled': !dataList.length}" :disabled="disabled1" @tap="_saveCheck">保存</button> -->
<!-- <button class="submit-button" :class="{'btn-disabled': !dataList.length}" :disabled="disabled1" @tap="_confirmCheck">确认</button> -->
<button class="submit-button" :class="{'btn-disabled': !dataList.length}" :disabled="disabled1" @tap="_checkexception">异常</button>
<button class="submit-button" :class="{'btn-disabled': !dataList.length}" :disabled="disabled1" @tap="_checknormal">正常</button>
<button class="submit-button" @tap="_checkQueryDtl(checkCode, val1)">查询</button>
<button class="submit-button" :class="{'btn-disabled': !dataList.length}" :disabled="disabled1" @tap="_checkexception">{{$t('button.abnormal')}}</button>
<button class="submit-button" :class="{'btn-disabled': !dataList.length}" :disabled="disabled1" @tap="_checknormal">{{$t('button.normal')}}</button>
<button class="submit-button" @tap="_checkQueryDtl(checkCode, val1)">{{$t('button.search')}}</button>
</view>
<view v-show="modelShow" class="msg_wrapper">
<view class="msg_box">