@ -428,7 +428,7 @@
// lastYearData.passengerCount * 100;
this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsMom = calcMom(obj.operatingShifts,yesterdayData.operatingShifts)
this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsYoy = calcMom(obj.operatingShifts,res.data.lastYearData.operatingShifts)
console.log('环比同比', this.form.bizBusDataDetailVOList[landNameIndex])
this.$forceUpdate();
})
},
//id查询详情
@ -6,7 +6,7 @@
<view class="list_item" v-for="(item,index) in listData" :key="index" @click="editItem(item)">
<view class="list_top">
<view class="unit_tags">报送时间</view>
<view class="unit_name">{{item.reportDate || ''}}<text style="margin-left:16rpx;">{{item.documentStatusValue || ''}}</text></view>
<view class="unit_name">{{item.reportDate || ''}}<text style="margin-left:16rpx;">{{item.statPeriodValue || ''}}</text></view>
</view>
@ -350,6 +350,7 @@
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
text-align: right;
margin-top:10rpx;
}
.item{