盘点管理盘点明细

This commit is contained in:
2023-02-10 13:33:48 +08:00
parent 81a6a3281e
commit f71c954f94
2 changed files with 17 additions and 1 deletions

View File

@@ -15,6 +15,18 @@
/>
</view>
</view>
<view class="filter_item">
<view class="filter_label">已盘点数</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_input_wraper">
<input type="text" class="filter_input" v-model="val3" disabled>
</view>
</view>
</view>
<view class="zd_wrapper grid-wraper">
<view class="slide_new">
@@ -32,6 +44,7 @@
<th>物料编码</th>
<th>物料名称</th>
<th>备注</th>
<th>卷数</th>
<th>盘点结果</th>
<th>盘点人</th>
<th>盘点时间</th>
@@ -51,6 +64,7 @@
<td>{{el.material_code}}</td>
<td>{{el.material_name}}</td>
<td><input type="text" class="sin_input" v-model="el.remark"></td>
<td>{{el.quanlity_in_box}}</td>
<td>{{el.check_result}}</td>
<td>{{el.check_optname}}</td>
<td>{{el.check_time}}</td>
@@ -84,6 +98,8 @@
return {
value: '1',
val1: '',
val2: '',
val3: '',
checkCode: '',
dataList: [],
checkArr: [],

View File

@@ -72,7 +72,7 @@
pkId: '',
pkObj: {},
options: [],
index: '',
index: '1', // 1默认兰州仓库
disabled1: false
};
},