|
|
|
|
@ -485,8 +485,8 @@ |
|
|
|
|
"exitVehicleCount": '', |
|
|
|
|
"exitVehicleCountMom": '', |
|
|
|
|
"exitVehicleCountYoy": '', |
|
|
|
|
"highwayId": "", |
|
|
|
|
"highwayName": item.managementUnitName, |
|
|
|
|
"highwayId": item.highWayLineCode, |
|
|
|
|
"highwayName": item.managementUnitName, |
|
|
|
|
"stationCode": item.stationCode, |
|
|
|
|
"submitPersonnelContact": this.userInfo.username + (this |
|
|
|
|
.userInfo.mobile ? ',' + this |
|
|
|
|
@ -520,7 +520,7 @@ |
|
|
|
|
"exitVehicleCount": '', |
|
|
|
|
"exitVehicleCountMom": '', |
|
|
|
|
"exitVehicleCountYoy": '', |
|
|
|
|
"highwayId": "", |
|
|
|
|
"highwayId": item.highWayLineCode, |
|
|
|
|
"highwayName": item.managementUnitName, |
|
|
|
|
"stationCode": item.stationCode, |
|
|
|
|
"submitPersonnelContact": this.userInfo.username + (this |
|
|
|
|
|