修改高速报送接口传参

dev201310
jinna 2 years ago
parent 69111738b5
commit bd0a300b3b
  1. 6
      pages/highWay/runData/form.vue

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

Loading…
Cancel
Save