| | |
| | | <text>计划量:{{ value.planMeasure ?value.planMeasure :'暂无'}}</text> |
| | | </view> |
| | | <view class="productName"> |
| | | <text>实际量:{{value.realityMeasure ? value.realityMeasure : '暂无'}}</text> |
| | | <text>实际量:{{value.productQuantity ? value.productQuantity : '暂无'}}</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | uni.showLoading({ |
| | | title: '加载中' |
| | | }); |
| | | this.$reqGet('getHistoryTaskCoalList', { startTime: this.first, endTime: this.last,bunkerIds:this.bunkerIds,userId:this.userId,productIds:uni.getStorageSync('productIds') }).then(res => { |
| | | this.$reqGet('getHistoryTaskCoalList', { startTime: this.first, endTime: this.last,bunkerIds:this.bunkerIds,productIds:uni.getStorageSync('productIds') }).then(res => { |
| | | console.log(res.data,'res.data'); |
| | | this.filterList = this.taskList = res.data.map(item=>{ |
| | | if(!item.carNum){ |