Browse Source

暂时不带值

dev-xx
qb 11 months ago
parent
commit
d1863516e1
  1. 26
      src/views/distribution/turndelivery/deliveryMarket.vue

26
src/views/distribution/turndelivery/deliveryMarket.vue

@ -1555,19 +1555,19 @@ export default {
if (i === 0) this.driverForm.masterDriverName = item.name;
// , ,
if (i === params.length - 1) {
if (
this.driverList.length > this.vehticleList.length &&
item.vehicleVOList &&
item.vehicleVOList.length > 0
) {
const id = item.vehicleVOList[0].id;
if (!this.vehicleIds.includes(id)) {
this.vehticleList.push(id);
this.vehicleIds.push(id);
}
}
}
// if (i === params.length - 1) {
// if (
// this.driverList.length > this.vehticleList.length &&
// item.vehicleVOList &&
// item.vehicleVOList.length > 0
// ) {
// const id = item.vehicleVOList[0].id;
// if (!this.vehicleIds.includes(id)) {
// this.vehticleList.push(id);
// this.vehicleIds.push(id);
// }
// }
// }
console.log('this.vehticleList :>> ', this.vehticleList);
break;
}

Loading…
Cancel
Save