|
@@ -370,7 +370,7 @@ export default {
|
|
|
handlePrint (objs, type) {
|
|
|
const _this = this
|
|
|
_this.spinningPrint = true
|
|
|
- const params = { checkWarehouseSn: this.$route.params.sn, ...objs }
|
|
|
+ const params = { checkWarehouseSn: this.$route.params.sn, superviseFlag: false, ...objs }
|
|
|
printFun(checkWarehouseDetailPrint, params, type, '盘点单', () => { _this.spinningPrint = false })
|
|
|
}
|
|
|
},
|