盘点管理盘点明细
This commit is contained in:
@@ -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: [],
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
pkId: '',
|
||||
pkObj: {},
|
||||
options: [],
|
||||
index: '',
|
||||
index: '1', // 1默认兰州仓库
|
||||
disabled1: false
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user