隐藏内容修改
This commit is contained in:
@@ -67,12 +67,10 @@
|
||||
<th>所属仓库</th>
|
||||
<th>批次号</th>
|
||||
<th>需求零件数</th>
|
||||
|
||||
<!-- <th>批次箱数</th>
|
||||
<th>批次零件数</th> -->
|
||||
<th>库存箱数</th>
|
||||
<th>库存零件数</th>
|
||||
|
||||
<!-- <th>批次时间</th>
|
||||
<th>出库顺序</th> -->
|
||||
</tr>
|
||||
@@ -194,6 +192,10 @@ export default {
|
||||
})
|
||||
},
|
||||
handelConfirm() {
|
||||
// 持久化存储
|
||||
const query = { shipment_num: this.printKey }
|
||||
WmOutOrderApi.persistenceOrderplan(query)
|
||||
|
||||
this.$nextTick(() => {
|
||||
printJS({
|
||||
printable: 'printDom', // 标签元素id
|
||||
|
||||
Reference in New Issue
Block a user