|
|
|
|
@ -486,7 +486,8 @@ |
|
|
|
|
"exitVehicleCountMom": '', |
|
|
|
|
"exitVehicleCountYoy": '', |
|
|
|
|
"highwayId": "", |
|
|
|
|
"highwayName": item.managementUnitName, |
|
|
|
|
"highwayName": item.managementUnitName, |
|
|
|
|
"stationCode": item.stationCode, |
|
|
|
|
"submitPersonnelContact": this.userInfo.username + (this |
|
|
|
|
.userInfo.mobile ? ',' + this |
|
|
|
|
.userInfo.mobile : ''), |
|
|
|
|
@ -508,6 +509,7 @@ |
|
|
|
|
}); |
|
|
|
|
if (idx > -1) { |
|
|
|
|
item.isFinish = checkNotEmpty(arr[idx].entranceVehicleCount) && checkNotEmpty(arr[idx].exitVehicleCount) ? true : false; |
|
|
|
|
arr[idx].stationCode = item.stationCode; |
|
|
|
|
this.form.highwaySubDataList.push(arr[idx]); |
|
|
|
|
} else { |
|
|
|
|
item.isFinish = false; |
|
|
|
|
@ -520,7 +522,8 @@ |
|
|
|
|
"exitVehicleCountMom": '', |
|
|
|
|
"exitVehicleCountYoy": '', |
|
|
|
|
"highwayId": "", |
|
|
|
|
"highwayName": item.managementUnitName, |
|
|
|
|
"highwayName": item.managementUnitName, |
|
|
|
|
"stationCode": item.stationCode, |
|
|
|
|
"submitPersonnelContact": this.userInfo.username + (this |
|
|
|
|
.userInfo.mobile ? ',' + this |
|
|
|
|
.userInfo.mobile : ''), |
|
|
|
|
|