| | |
| | | console.log('LoadUnloadRef'); |
| | | this.$nextTick(() => { |
| | | console.log(this.count,'count') |
| | | if(this.count <=1){ |
| | | this.$refs.LoadUnloadRef.init(); |
| | | } |
| | | |
| | | }); |
| | | break; |
| | | case 7: |
| | |
| | | }); |
| | | }, |
| | | getDetailData(){ |
| | | this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds')}).then(res => { |
| | | this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds'),productIds:uni.getStorageSync('productIds')}).then(res => { |
| | | if (res.code === 0) { |
| | | this.detailData = res.data.map(item=>{ |
| | | this.detailData = res.data.map(item=>{ |
| | | item.tmTaskCoalList.map(el=>{ |
| | | el.flag = el.isPretendDischar ? false : true |
| | | return el |