|
|
@ -3796,7 +3796,7 @@ export default { |
|
|
|
handlePrint(row) { |
|
|
|
handlePrint(row) { |
|
|
|
console.log('this.deliverydata.type :>> ', this.deliverydata.type); |
|
|
|
console.log('this.deliverydata.type :>> ', this.deliverydata.type); |
|
|
|
const submitData = { |
|
|
|
const submitData = { |
|
|
|
ids: row.id, |
|
|
|
ids: row.deliveryId, |
|
|
|
type: this.deliverydata.type, |
|
|
|
type: this.deliverydata.type, |
|
|
|
}; |
|
|
|
}; |
|
|
|
printBatch(submitData); |
|
|
|
printBatch(submitData); |
|
|
|