| | |
| | | <u-badge :isDot="true" |
| | | type="error" |
| | | v-if="dotShow"></u-badge> |
| | | <u-icon name="chat" |
| | | <u-icon name="chat" |
| | | color="#fff" |
| | | size="50"></u-icon> |
| | | </view> |
| | |
| | | // if (res.code === 0) { |
| | | // if(res.data.length){ |
| | | // this.getDetailData(); |
| | | |
| | | |
| | | // } |
| | | // } else { |
| | | // this.$u.toast('加载失败') |
| | |
| | | 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', { bunkerId:uni.getStorageSync('bunkerId')}).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 |
| | |
| | | |
| | | .search-bar { |
| | | height: vww(20); |
| | | width: 96%; |
| | | width: calc(100% - 200rpx); |
| | | position: absolute; |
| | | top: vww(96); |
| | | right: vww(32); |
| | | right: 100rpx; |
| | | z-index: 1; |
| | | |
| | | .icon-body { |