dev201310
张群 2 years ago
parent 00bb2402c7
commit cc056268d4
  1. 7
      pages/highWay/runData/form.vue
  2. 2
      pages/railway/railwayRunData/form.vue

@ -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 : ''),

@ -771,7 +771,7 @@
title: '提交中...',
mask: true
})
let _data = JSON.parse(JSON.stringify(this.form.bizRailwayDataSaveOrUpdateDTOList));
let _data = JSON.parse(JSON.stringify(this.form.bizRailwayRunDataSaveOrUpdateDTOList));
_data.map(item => {
item.statDate = this.form.statDate;
item.statPeriod = this.form.statPeriod;

Loading…
Cancel
Save