update
This commit is contained in:
parent
5a63f9a0b0
commit
236f33ac16
@ -548,7 +548,8 @@ export default {
|
|||||||
// shopTrade: this.shopTrade || '',
|
// shopTrade: this.shopTrade || '',
|
||||||
// showLevel: this.sorterType || '',
|
// showLevel: this.sorterType || '',
|
||||||
waringType: this.selectTab,
|
waringType: this.selectTab,
|
||||||
ServerpartId: this.allServerPartId || ''
|
ServerpartId: this.allServerPartId || '',
|
||||||
|
solidType: true
|
||||||
}
|
}
|
||||||
let req = {}
|
let req = {}
|
||||||
if (this.selectTab === 1) {
|
if (this.selectTab === 1) {
|
||||||
|
|||||||
@ -558,7 +558,8 @@ export default {
|
|||||||
Business_Type: this.businessType || '',
|
Business_Type: this.businessType || '',
|
||||||
// SettlementMode:'',
|
// SettlementMode:'',
|
||||||
BusinessState: this.businessStatus || '',
|
BusinessState: this.businessStatus || '',
|
||||||
WarningType: this.selectTab
|
WarningType: this.selectTab,
|
||||||
|
solidType: true
|
||||||
}
|
}
|
||||||
const data = await request.$webGet('EShangApiMain/BusinessProject/GetAccountWarningList', req)
|
const data = await request.$webGet('EShangApiMain/BusinessProject/GetAccountWarningList', req)
|
||||||
this.dataList = this.handleSortList(data.Result_Data.List)
|
this.dataList = this.handleSortList(data.Result_Data.List)
|
||||||
|
|||||||
@ -3403,7 +3403,8 @@
|
|||||||
<!-- <text class="funText">{{ isShowFestival==='spring'?'平安春运':isShowFestival==='qm'?'清明节':'' }}</text>-->
|
<!-- <text class="funText">{{ isShowFestival==='spring'?'平安春运':isShowFestival==='qm'?'清明节':'' }}</text>-->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="businessWarning" class="funItem" style="margin-top: 32rpx" @click="goToOperateWarning">
|
<view v-if="businessWarning" class="funItem" :style="{ marginTop: projectWarning ? '32rpx' : '' }"
|
||||||
|
@click="goToOperateWarning">
|
||||||
<view class="funItemContent">
|
<view class="funItemContent">
|
||||||
<view class="funIconBox">
|
<view class="funIconBox">
|
||||||
<image class="funIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/warning/operateWarning.svg" />
|
<image class="funIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/warning/operateWarning.svg" />
|
||||||
|
|||||||
@ -49,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="chartsItem" style="height:300px;margin-top: 32px">
|
<div class="chartsItem" style="height:300px;margin-top: 32px">
|
||||||
<p class="title">消费水平<text class="unit"></text></p>
|
<p class="title">消费水平<text class="unit"></text></p>
|
||||||
<span class="notice">
|
<span class="notice" style="color: #FF5722;">
|
||||||
{{ '注:低消费 < 30, 30 <=普通消费 <=60, 高消费> 60' }}
|
{{ '注:低消费 < 30, 30 <=普通消费 <=60, 高消费> 60' }}
|
||||||
</span>
|
</span>
|
||||||
<div>
|
<div>
|
||||||
@ -59,6 +59,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="chartsItem" style="height:340px;margin-top: 32px">
|
<div class="chartsItem" style="height:340px;margin-top: 32px">
|
||||||
<p class="title">品牌消费水平<text class="unit"></text></p>
|
<p class="title">品牌消费水平<text class="unit"></text></p>
|
||||||
|
<span class="notice" style="color: #FF5722;">
|
||||||
|
{{ '注:低消费 < 30, 30 <=普通消费 <=60, 高消费> 60' }}
|
||||||
|
</span>
|
||||||
<div v-if="bandLevelList && bandLevelList.length > 0">
|
<div v-if="bandLevelList && bandLevelList.length > 0">
|
||||||
<band-level :data="bandLevelList" />
|
<band-level :data="bandLevelList" />
|
||||||
<analyse :analyseInfo="{ analysisins_type: 1503, analysisins_format: 2000 }" />
|
<analyse :analyseInfo="{ analysisins_type: 1503, analysisins_format: 2000 }" />
|
||||||
|
|||||||
@ -53,6 +53,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="chartsItem" style="margin-top: 32px;height: 210px">
|
<div class="chartsItem" style="margin-top: 32px;height: 210px">
|
||||||
<p class="title">客群消费水平</p>
|
<p class="title">客群消费水平</p>
|
||||||
|
<span class="notice" style="color: #FF5722;">
|
||||||
|
{{ '注:低消费 < 30, 30 <=普通消费 <=60, 高消费> 60' }}
|
||||||
|
</span>
|
||||||
<div v-if="consumptionLevelList && consumptionLevelList.length > 0">
|
<div v-if="consumptionLevelList && consumptionLevelList.length > 0">
|
||||||
<consumption-level :data="consumptionLevelList" />
|
<consumption-level :data="consumptionLevelList" />
|
||||||
<analyse :analyseInfo="{ analysisins_type: 1205, analysisins_format: 2000 }" />
|
<analyse :analyseInfo="{ analysisins_type: 1205, analysisins_format: 2000 }" />
|
||||||
@ -635,6 +638,11 @@ export default {
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notice {
|
||||||
|
font-size: 12px;
|
||||||
|
color: #786B6C;
|
||||||
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
border-radius: 28rpx;
|
border-radius: 28rpx;
|
||||||
padding: 12rpx 16rpx;
|
padding: 12rpx 16rpx;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user