|
|
|
@ -3796,7 +3796,7 @@ export default {
|
|
|
|
|
handlePrint(row) { |
|
|
|
|
console.log('this.deliverydata.type :>> ', this.deliverydata.type); |
|
|
|
|
const submitData = { |
|
|
|
|
ids: row.id, |
|
|
|
|
ids: row.deliveryId, |
|
|
|
|
type: this.deliverydata.type, |
|
|
|
|
}; |
|
|
|
|
printBatch(submitData); |
|
|
|
@ -4106,7 +4106,7 @@ export default {
|
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
console.log(this.reservationId); |
|
|
|
|
console.log(this.CheckStore, '要处理的值'); |
|
|
|
|
this.checkloading = true; //开启复核签收加载效果 |
|
|
|
|