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 === 0) this.driverForm.masterDriverName = item.name;
// , , // , ,
if (i === params.length - 1) { // if (i === params.length - 1) {
if ( // if (
this.driverList.length > this.vehticleList.length && // this.driverList.length > this.vehticleList.length &&
item.vehicleVOList && // item.vehicleVOList &&
item.vehicleVOList.length > 0 // item.vehicleVOList.length > 0
) { // ) {
const id = item.vehicleVOList[0].id; // const id = item.vehicleVOList[0].id;
if (!this.vehicleIds.includes(id)) { // if (!this.vehicleIds.includes(id)) {
this.vehticleList.push(id); // this.vehticleList.push(id);
this.vehicleIds.push(id); // this.vehicleIds.push(id);
} // }
} // }
} // }
console.log('this.vehticleList :>> ', this.vehticleList); console.log('this.vehticleList :>> ', this.vehticleList);
break; break;
} }

Loading…
Cancel
Save