|
|
|
@ -504,8 +504,7 @@ |
|
|
|
this.form.highwaySubDataList = []; |
|
|
|
this.form.highwaySubDataList = []; |
|
|
|
this.highwaySubDataList.map(item => { |
|
|
|
this.highwaySubDataList.map(item => { |
|
|
|
let idx = arr.findIndex(item2 => { |
|
|
|
let idx = arr.findIndex(item2 => { |
|
|
|
return item.highWayLineCode && item2.highwayName == item.managementUnitName && item2.tollStationName == item |
|
|
|
return item2.tollStationName == item.stationName && item2.highwayName == item.managementUnitName; |
|
|
|
.stationName; |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
if (idx > -1) { |
|
|
|
if (idx > -1) { |
|
|
|
item.isFinish = checkNotEmpty(arr[idx].entranceVehicleCount) && checkNotEmpty(arr[idx].exitVehicleCount) ? true : false; |
|
|
|
item.isFinish = checkNotEmpty(arr[idx].entranceVehicleCount) && checkNotEmpty(arr[idx].exitVehicleCount) ? true : false; |
|
|
|
|