Browse Source

配送打印详情ID修复

pre-production
汤建军 1 year ago
parent
commit
7a3aff6a6c
  1. 4
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

4
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -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);
@ -4106,7 +4106,7 @@ export default {
type: 'warning', type: 'warning',
}) })
return return
} }
console.log(this.reservationId); console.log(this.reservationId);
console.log(this.CheckStore, '要处理的值'); console.log(this.CheckStore, '要处理的值');
this.checkloading = true; // this.checkloading = true; //

Loading…
Cancel
Save