update
@ -463,6 +463,31 @@ function handleReduceAMonth(nowTime,newTime){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getMoney(money){
|
||||||
|
if (!money || isNaN(money)) return "0.00";
|
||||||
|
let num = parseFloat(money + '') + '';
|
||||||
|
num = parseInt(money * 100 + '') / 100 + ''
|
||||||
|
|
||||||
|
let reg = /(-?\d+)(\d{4})/;
|
||||||
|
while (reg.test(num)) {
|
||||||
|
num = num.replace(reg, "$1,$2");
|
||||||
|
}
|
||||||
|
|
||||||
|
let idx = num.indexOf('.')
|
||||||
|
if (idx === -1) {
|
||||||
|
num = num + '.00'
|
||||||
|
}
|
||||||
|
|
||||||
|
if (idx > 0) {
|
||||||
|
let num_per = num.substring(0, idx) + '.'
|
||||||
|
let num_next = num.substring(idx + 1).padEnd(2, '0')
|
||||||
|
num = num_per + num_next
|
||||||
|
}
|
||||||
|
|
||||||
|
return num;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -483,6 +508,7 @@ export default {
|
|||||||
// calculateDistance,
|
// calculateDistance,
|
||||||
// bMapToQQMap,
|
// bMapToQQMap,
|
||||||
playVideo,
|
playVideo,
|
||||||
|
getMoney,
|
||||||
getThisMonthDateList,
|
getThisMonthDateList,
|
||||||
handleReduceAMonth
|
handleReduceAMonth
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,9 @@
|
|||||||
<commercial-type :have="4"/>
|
<commercial-type :have="4"/>
|
||||||
</div>
|
</div>
|
||||||
<header-top :bgUrl="bgUrl" :menu="menu" :bgColor="bgColor" :title="title" :analyseInfo="analyseInfo" :topBg="topBg" :page="page" :backType="backType"
|
<header-top :bgUrl="bgUrl" :menu="menu" :bgColor="bgColor" :title="title" :analyseInfo="analyseInfo" :topBg="topBg" :page="page" :backType="backType"
|
||||||
:serverpartName="serviceInfo.SERVERPART_NAME" :spregionTypeName="serviceInfo.SPREGIONTYPE_NAME" :serviceInfo="serviceInfo"/>
|
:serverpartName="serviceInfo.SERVERPART_NAME" :spregionTypeName="serviceInfo.SPREGIONTYPE_NAME" :serviceInfo="serviceInfo"
|
||||||
|
:topLeftBg="topLeftBg" :topLeftColor="topLeftColor" :iconObj="iconObj" :haveIconObj="haveIconObj" :detailBoxBg="detailBoxBg"
|
||||||
|
:haveFun="haveFun"/>
|
||||||
|
|
||||||
<div class="charts">
|
<div class="charts">
|
||||||
<div class="chartsItem">
|
<div class="chartsItem">
|
||||||
@ -15,7 +17,7 @@
|
|||||||
<picker mode="date" fields="month" :value="single" :end="endData" @change="bindDateChange" >
|
<picker mode="date" fields="month" :value="single" :end="endData" @change="bindDateChange" >
|
||||||
<view class="time">
|
<view class="time">
|
||||||
<view class="uni-input" style="background: transparent;padding: 0;height:100%">{{ single }}</view>
|
<view class="uni-input" style="background: transparent;padding: 0;height:100%">{{ single }}</view>
|
||||||
<image class="icon" src="/static/images/index/arrow_bottom.svg"></image>
|
<image class="icon" src="https://eshangtech.com/ShopICO/ahyd-BID/index/arrow_bottom.svg"></image>
|
||||||
</view>
|
</view>
|
||||||
</picker>
|
</picker>
|
||||||
</div>
|
</div>
|
||||||
@ -82,6 +84,22 @@ export default {
|
|||||||
bgColor: '180deg, #459FFF 0%, #473AFF 100%',
|
bgColor: '180deg, #459FFF 0%, #473AFF 100%',
|
||||||
bgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/formatPortraitBIBg.svg',//背景图片路径
|
bgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/formatPortraitBIBg.svg',//背景图片路径
|
||||||
page:'/pages/commercialBI/formatPortrait',
|
page:'/pages/commercialBI/formatPortrait',
|
||||||
|
|
||||||
|
detailBoxBg:'linear-gradient(136deg, #F7F3FF 0%, #FFFFFF 100%);',
|
||||||
|
topLeftBg:'linear-gradient(180deg, rgba(69, 159, 255, 0.2) 0%, rgba(71, 58, 255, 0.2) 100%)',// 类别背景
|
||||||
|
topLeftColor:'#473DFF',// 类别文字颜色
|
||||||
|
iconObj:{
|
||||||
|
car:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/carFormat.svg',
|
||||||
|
charge:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/chargeFormat.svg',
|
||||||
|
bady:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/badyFormat.svg',
|
||||||
|
guestRoom:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/guestFormat.svg'
|
||||||
|
},
|
||||||
|
haveIconObj:{
|
||||||
|
have:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/haveFormat.svg',
|
||||||
|
noHave:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/noHaveFormat.svg'
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
time: '',//跳转携带的时间
|
time: '',//跳转携带的时间
|
||||||
menu: {},//手机配置信息
|
menu: {},//手机配置信息
|
||||||
fillDegreeList:[],//业态充盈度
|
fillDegreeList:[],//业态充盈度
|
||||||
@ -102,6 +120,7 @@ export default {
|
|||||||
single:'',//显示时间
|
single:'',//显示时间
|
||||||
thisMonth:'',//几月
|
thisMonth:'',//几月
|
||||||
endData:'', // 结束时间
|
endData:'', // 结束时间
|
||||||
|
haveFun:{}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
@ -145,6 +164,8 @@ export default {
|
|||||||
// this.getConsumLevelList()
|
// this.getConsumLevelList()
|
||||||
//品牌指数列表
|
//品牌指数列表
|
||||||
this.getBrandInfoList()
|
this.getBrandInfoList()
|
||||||
|
// 服务区基本信息
|
||||||
|
this.getServiceInfo()
|
||||||
},
|
},
|
||||||
onUnload() {
|
onUnload() {
|
||||||
this.$util.addUserBehavior()
|
this.$util.addUserBehavior()
|
||||||
@ -187,6 +208,21 @@ export default {
|
|||||||
this.getFillDegreeList()
|
this.getFillDegreeList()
|
||||||
//品牌指数列表
|
//品牌指数列表
|
||||||
this.getBrandInfoList()
|
this.getBrandInfoList()
|
||||||
|
// 服务区基本信息
|
||||||
|
this.getServiceInfo()
|
||||||
|
},
|
||||||
|
//获取服务区基本信息
|
||||||
|
async getServiceInfo(){
|
||||||
|
let req = {
|
||||||
|
ServerpartId:this.serviceInfo.Serverpart_ID
|
||||||
|
}
|
||||||
|
const total = await request.$webGet('CommercialApi/BaseInfo/GetServerpartInfo',req)
|
||||||
|
this.haveFun = {
|
||||||
|
car:total.Result_Data.HASPILOTLOUNGE,
|
||||||
|
charge:total.Result_Data.HASCHARGE ,
|
||||||
|
bady:total.Result_Data.HASMOTHER ,
|
||||||
|
gusetHome:total.Result_Data.HASGUESTROOM
|
||||||
|
}
|
||||||
},
|
},
|
||||||
async changeLabel(item){
|
async changeLabel(item){
|
||||||
console.log('item',item)
|
console.log('item',item)
|
||||||
|
|||||||
@ -211,6 +211,7 @@ export default {
|
|||||||
bgColor: '180deg, #996CFF 0%, #5D43F8 100%',
|
bgColor: '180deg, #996CFF 0%, #5D43F8 100%',
|
||||||
bgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/managePortraitBg.svg',//背景图片路径
|
bgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/managePortraitBg.svg',//背景图片路径
|
||||||
page:'/pages/commercialBI/managePortrait',
|
page:'/pages/commercialBI/managePortrait',
|
||||||
|
|
||||||
detailBoxBg:'linear-gradient(136deg, #F3EFFE 0%, #FFFFFF 100%);',
|
detailBoxBg:'linear-gradient(136deg, #F3EFFE 0%, #FFFFFF 100%);',
|
||||||
topLeftBg:'linear-gradient(180deg, rgba(153, 108, 255, 0.2) 0%, rgba(93, 67, 248, 0.2) 100%)',// 类别背景
|
topLeftBg:'linear-gradient(180deg, rgba(153, 108, 255, 0.2) 0%, rgba(93, 67, 248, 0.2) 100%)',// 类别背景
|
||||||
topLeftColor:'#6347F9',// 类别文字颜色
|
topLeftColor:'#6347F9',// 类别文字颜色
|
||||||
|
|||||||
@ -27,10 +27,10 @@
|
|||||||
|
|
||||||
<!-- ,height:loadMore?'200px':'38px'-->
|
<!-- ,height:loadMore?'200px':'38px'-->
|
||||||
<div class="storeDetail" :style="{ top: menu.bottom + 13 + 'px',left:0 + 'px'}">
|
<div class="storeDetail" :style="{ top: menu.bottom + 13 + 'px',left:0 + 'px'}">
|
||||||
<swiper class="detailBox" previous-margin="40rpx" next-margin="20rpx" :style="{height: loadMore?`1290rpx`:`770rpx`}" @change="handleChangeSelect" :current="selectDetail">
|
<swiper class="detailBox" previous-margin="40rpx" next-margin="20rpx" :style="{height: loadMore?`1280rpx`:`760rpx`}" @change="handleChangeSelect" :current="selectDetail">
|
||||||
<block v-for="(item,index) in swiperList" :key="index">
|
<block v-for="(item,index) in swiperList" :key="index">
|
||||||
<swiper-item :item-id="index" :data-item-id="index" :class="selectMonth === index+1 || selectMonth === ((index+1)%12===0?12:(index+1)%12)?'detailItemBox':'noSelectItemBox'">
|
<swiper-item :item-id="index" :data-item-id="index" :class="selectMonth === index+1 || selectMonth === ((index+1)%12===0?12:(index+1)%12)?'detailItemBox':'noSelectItemBox'">
|
||||||
<view class="box" :style="{height: loadMore?selectMonth===index+1 || selectMonth === ((index+1)%12===0?12:(index+1)%12)?`1290rpx`:'770rpx':selectMonth===index+1|| selectMonth === ((index+1)%12===0?12:(index+1)%12)?`770rpx`:'456rpx',background:(1<=(index+1) || 1<=((index + 1)%12===0?12:(index + 1)%12)) && ((index+1)<=3 || ((index+1)%12===0?12:(index+1)%12)<=3)?'#FEB39F':(4<=(index+1) || 4<=((index+1)%12===0?12:(index+1)%12)) && ((index+1)<=6 || ((index+1)%12===0?12:(index+1)%12)<=6)?'#8AC9EA':(7<=(index+1) || 7<=((index+1)%12===0?12:(index+1)%12)) && ((index+1)<=9 || ((index+1)%12===0?12:(index+1)%12)<=9)?'#93B2EF':'#DDB795'}">
|
<view class="box" :style="{height: loadMore?selectMonth===index+1 || selectMonth === ((index+1)%12===0?12:(index+1)%12)?`1280rpx`:'760rpx':selectMonth===index+1|| selectMonth === ((index+1)%12===0?12:(index+1)%12)?`760rpx`:'456rpx',background:(1<=(index+1) || 1<=((index + 1)%12===0?12:(index + 1)%12)) && ((index+1)<=3 || ((index+1)%12===0?12:(index+1)%12)<=3)?'#FEB39F':(4<=(index+1) || 4<=((index+1)%12===0?12:(index+1)%12)) && ((index+1)<=6 || ((index+1)%12===0?12:(index+1)%12)<=6)?'#8AC9EA':(7<=(index+1) || 7<=((index+1)%12===0?12:(index+1)%12)) && ((index+1)<=9 || ((index+1)%12===0?12:(index+1)%12)<=9)?'#93B2EF':'#DDB795'}">
|
||||||
<view class="top" :style="{background:(1<=(index+1) || 1<=((index + 1)%12===0?12:(index + 1)%12)) && ((index+1)<=3 || ((index+1)%12===0?12:(index+1)%12)<=3)?'linear-gradient(135deg, #FFE5CA 0%, #FFFFFF 29%, #FFFFFF 69%, #FFDCD5 100%)':(4<=(index+1) || 4<=((index+1)%12===0?12:(index+1)%12)) && ((index+1)<=6 || ((index+1)%12===0?12:(index+1)%12)<=6)?'linear-gradient(135deg, #D4F7FF 0%, #FFFFFF 29%, #FFFFFF 69%, #CEECFF 100%)':(7<=(index+1) || 7<=((index+1)%12===0?12:(index+1)%12)) && ((index+1)<=9 || ((index+1)%12===0?12:(index+1)%12)<=9)?'linear-gradient(135deg, #D5E8FF 0%, #FFFFFF 29%, #FFFFFF 69%, #D3E0FF 100%)':'linear-gradient(135deg, #FEEBD1 0%, #FFFFFF 29%, #FFFFFF 69%, #FFE7D4 100%)'}">
|
<view class="top" :style="{background:(1<=(index+1) || 1<=((index + 1)%12===0?12:(index + 1)%12)) && ((index+1)<=3 || ((index+1)%12===0?12:(index+1)%12)<=3)?'linear-gradient(135deg, #FFE5CA 0%, #FFFFFF 29%, #FFFFFF 69%, #FFDCD5 100%)':(4<=(index+1) || 4<=((index+1)%12===0?12:(index+1)%12)) && ((index+1)<=6 || ((index+1)%12===0?12:(index+1)%12)<=6)?'linear-gradient(135deg, #D4F7FF 0%, #FFFFFF 29%, #FFFFFF 69%, #CEECFF 100%)':(7<=(index+1) || 7<=((index+1)%12===0?12:(index+1)%12)) && ((index+1)<=9 || ((index+1)%12===0?12:(index+1)%12)<=9)?'linear-gradient(135deg, #D5E8FF 0%, #FFFFFF 29%, #FFFFFF 69%, #D3E0FF 100%)':'linear-gradient(135deg, #FEEBD1 0%, #FFFFFF 29%, #FFFFFF 69%, #FFE7D4 100%)'}">
|
||||||
<view style="display: inline-block" @click="goToRevenueStatic">
|
<view style="display: inline-block" @click="goToRevenueStatic">
|
||||||
<view class="statistics">
|
<view class="statistics">
|
||||||
@ -122,6 +122,12 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="goBusiness">
|
||||||
|
<view class="bussinessRight" @click="handleGoProject">
|
||||||
|
<span class="bussinessText">商家欠款</span>
|
||||||
|
<image class="staticIcon" :src="1<=selectMonth && selectMonth<=3?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex/1stStaticMore.svg':4<=selectMonth && selectMonth<=6?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex/2stStaticMore.svg':7<=selectMonth && selectMonth<=9?'https://eshangtech.com/ShopICO/ahyd-BID/newIndex/3stStaticMore.svg':'https://eshangtech.com/ShopICO/ahyd-BID/newIndex/4stStaticMore.svg'"/>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="revenueBox" v-show="selectMonth!==index+1 && selectMonth !== ((index+1)%12===0?12:(index+1)%12)">
|
<view class="revenueBox" v-show="selectMonth!==index+1 && selectMonth !== ((index+1)%12===0?12:(index+1)%12)">
|
||||||
@ -1250,7 +1256,7 @@ export default {
|
|||||||
this.$util.toNextRoute('navigateTo', `/pages/commercialBI/specialCase`)
|
this.$util.toNextRoute('navigateTo', `/pages/commercialBI/specialCase`)
|
||||||
},
|
},
|
||||||
handleGoProject(){
|
handleGoProject(){
|
||||||
this.$util.toNextRoute('navigateTo', `/pages/projectProfitSharing/index`)
|
this.$util.toNextRoute('navigateTo', `/pages/projectProfitSharing/index?noShowTab=${true}&type=${2}`)
|
||||||
},
|
},
|
||||||
//门店上传后面感叹号的点击事件
|
//门店上传后面感叹号的点击事件
|
||||||
handleStoreUpload(){
|
handleStoreUpload(){
|
||||||
@ -2304,7 +2310,7 @@ $iphoneHeight: env(safe-area-inset-bottom);
|
|||||||
background: rgba(254, 192, 168,0.8);
|
background: rgba(254, 192, 168,0.8);
|
||||||
.top{
|
.top{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 700rpx;
|
height: 690rpx;
|
||||||
background: linear-gradient(135deg, #FFE5CA 0%, #FFFFFF 29%, #FFFFFF 69%, #FFDCD5 100%);
|
background: linear-gradient(135deg, #FFE5CA 0%, #FFFFFF 29%, #FFFFFF 69%, #FFDCD5 100%);
|
||||||
border-bottom-right-radius: 32rpx;
|
border-bottom-right-radius: 32rpx;
|
||||||
border-bottom-left-radius: 32rpx;
|
border-bottom-left-radius: 32rpx;
|
||||||
@ -2423,7 +2429,7 @@ $iphoneHeight: env(safe-area-inset-bottom);
|
|||||||
.newBox{
|
.newBox{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 32rpx 16rpx;
|
padding: 32rpx 16rpx 0;
|
||||||
//background: linear-gradient(135deg, #FFE3BA 0%, #FFF5E5 40%, #FFF1DB 78%, #FFDABC 100%); border-radius: 16rpx;
|
//background: linear-gradient(135deg, #FFE3BA 0%, #FFF5E5 40%, #FFF1DB 78%, #FFDABC 100%); border-radius: 16rpx;
|
||||||
margin-top: 32rpx;
|
margin-top: 32rpx;
|
||||||
.progress{
|
.progress{
|
||||||
@ -2598,6 +2604,28 @@ $iphoneHeight: env(safe-area-inset-bottom);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.goBusiness{
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
.bussinessRight{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
.bussinessText{
|
||||||
|
font-size: 28rpx;
|
||||||
|
font-family: PingFangSC-Semibold, PingFang SC;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #A69E9F;
|
||||||
|
line-height: 40rpx;
|
||||||
|
margin: 0 4px;
|
||||||
|
}
|
||||||
|
.staticIcon{
|
||||||
|
width: 32rpx;
|
||||||
|
height: 32rpx;
|
||||||
|
opacity: 0.25;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<image class="backArrow" src="https://eshangtech.com/ShopICO/ahyd-BID/examine/leftArrowWhite.svg" @click="handleBack"/>
|
<image class="backArrow" src="https://eshangtech.com/ShopICO/ahyd-BID/examine/leftArrowWhite.svg" @click="handleBack"/>
|
||||||
<div class="timeSelect">
|
<div class="timeSelect">
|
||||||
<img class="selectIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newCommercial/selectDateIcon.svg"/>
|
<img class="selectIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newCommercial/selectDateIcon.svg"/>
|
||||||
<picker mode="date" :value="searchText" :end="lastDay" @change="changeAllProvinceSearch" >
|
<picker mode="date" fields="month" :value="searchText" :end="lastDay" @change="handleChangeTime" >
|
||||||
<view class="time">
|
<view class="time">
|
||||||
<view class="text">{{ searchText }}</view>
|
<view class="text">{{ searchText }}</view>
|
||||||
<image class="icon" src="https://eshangtech.com/ShopICO/ahyd-BID/newCommercial/arrow_bottom.svg"></image>
|
<image class="icon" src="https://eshangtech.com/ShopICO/ahyd-BID/newCommercial/arrow_bottom.svg"></image>
|
||||||
@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="picker" :style="{top:(menu.bottom + 24)+'px'}" @click="handleGoSelectService">
|
<div class="picker" :style="{top:(menu.bottom + 24)+'px'}" @click="handleGoSelectService" v-if="false">
|
||||||
<div class="selectService" >
|
<div class="selectService" >
|
||||||
<image class="img" src="https://eshangtech.com/ShopICO/ahyd-BID/commercial/fixed.svg"></image>
|
<image class="img" src="https://eshangtech.com/ShopICO/ahyd-BID/commercial/fixed.svg"></image>
|
||||||
<view class="select">
|
<view class="select">
|
||||||
@ -28,7 +28,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<view class="pageContent">
|
<view class="pageContent">
|
||||||
<view class="tabBox">
|
<view class="tabBox" v-if="showTab">
|
||||||
<view :class="selectTab===1?'tab selectTab':'tab'" @click="handleChangeSelectTab(1)">驿达应收</view>
|
<view :class="selectTab===1?'tab selectTab':'tab'" @click="handleChangeSelectTab(1)">驿达应收</view>
|
||||||
<view :class="selectTab===2?'tab selectTab':'tab'" @click="handleChangeSelectTab(2)">商家欠款</view>
|
<view :class="selectTab===2?'tab selectTab':'tab'" @click="handleChangeSelectTab(2)">商家欠款</view>
|
||||||
</view>
|
</view>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="listBox">
|
<view class="listBox" style="width: 100%;height: calc(100vh - 420rpx);overflow-y: scroll">
|
||||||
<view v-if="showList && showList.length>0">
|
<view v-if="showList && showList.length>0">
|
||||||
<div class="listItem" v-for="(item,index) in showList" :key="index" @click="handleNoneChild(item)">
|
<div class="listItem" v-for="(item,index) in showList" :key="index" @click="handleNoneChild(item)">
|
||||||
<div class="listBox" :style="{borderBottom:item.showChild?'1px solid #D9DBE0':'0px solid #D9DBE0'}">
|
<div class="listBox" :style="{borderBottom:item.showChild?'1px solid #D9DBE0':'0px solid #D9DBE0'}">
|
||||||
@ -77,7 +77,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="childList" v-if="item.showChild && item.children && item.children.length>0">
|
<div class="childList" v-if="item.showChild && item.children && item.children.length>0">
|
||||||
<div class="childItem" @click.stop="handleShowSecondChildren(item,subItem)" v-for="(subItem,subIndex) in item.children" :key="subIndex">
|
<div class="childItem" @click.stop="handleShowSecondChildren(item,subItem,subIndex)" v-for="(subItem,subIndex) in item.children" :key="subIndex">
|
||||||
<div class="secondItemBox" :style="{borderBottom:subItem.showChild?'1px solid #D9DBE0':'0px solid #D9DBE0'}">
|
<div class="secondItemBox" :style="{borderBottom:subItem.showChild?'1px solid #D9DBE0':'0px solid #D9DBE0'}">
|
||||||
<div class="childTop">
|
<div class="childTop">
|
||||||
<div class="topLeft">
|
<div class="topLeft">
|
||||||
@ -173,19 +173,30 @@ export default {
|
|||||||
return {
|
return {
|
||||||
searchText:'',// 搜索的时间
|
searchText:'',// 搜索的时间
|
||||||
menu:{}, //手机参数,
|
menu:{}, //手机参数,
|
||||||
|
lastDay:'',
|
||||||
statusBarHeight:'',
|
statusBarHeight:'',
|
||||||
serviceInfo:{},// 当前服务区信息
|
serviceInfo:{},// 当前服务区信息
|
||||||
selectTab: 1,
|
selectTab: 1,
|
||||||
showList: [],// 显示的列表
|
showList: [],// 显示的列表
|
||||||
|
realList:[],// 请求到真实的列表
|
||||||
otherData:{},// 接口返回的其他信息
|
otherData:{},// 接口返回的其他信息
|
||||||
settlement:{},// 结算模式的枚举
|
settlement:{},// 结算模式的枚举
|
||||||
compactType:{},// 合同类型的枚举
|
compactType:{},// 合同类型的枚举
|
||||||
searchField:0,// 排序字段
|
searchField:0,// 排序字段
|
||||||
fieldList:[{label:'驿达到账',value:0},{label:'驿达入账',value:1},{label:'驿达差额',value:2}],
|
fieldList:[{label:'驿达到账',value:0},{label:'驿达入账',value:1},{label:'驿达差额',value:2}],
|
||||||
descType:'ascend',// 排序状态
|
descType:'ascend',// 排序状态
|
||||||
|
showTab:true,// 是否显示选项卡
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(){
|
onLoad(query){
|
||||||
|
console.log('query',query)
|
||||||
|
console.log('query.noShowTab',typeof (query.noShowTab))
|
||||||
|
if (query.noShowTab==='true'){
|
||||||
|
this.showTab = false
|
||||||
|
}
|
||||||
|
if (query.type){
|
||||||
|
this.selectTab = Number(query.type)
|
||||||
|
}
|
||||||
let systemInfo = uni.getSystemInfoSync()
|
let systemInfo = uni.getSystemInfoSync()
|
||||||
this.statusBarHeight = Number(systemInfo.statusBarHeight)
|
this.statusBarHeight = Number(systemInfo.statusBarHeight)
|
||||||
this.menu = uni.getMenuButtonBoundingClientRect()
|
this.menu = uni.getMenuButtonBoundingClientRect()
|
||||||
@ -194,21 +205,47 @@ export default {
|
|||||||
},
|
},
|
||||||
onShow(){
|
onShow(){
|
||||||
this.fieldList = this.selectTab===1?[{label:'驿达到账',value:0},{label:'驿达入账',value:1},{label:'驿达差额',value:2}]:[{label:'商家到账',value:0},{label:'商家入账',value:1},{label:'商家应缴',value:2}]
|
this.fieldList = this.selectTab===1?[{label:'驿达到账',value:0},{label:'驿达入账',value:1},{label:'驿达差额',value:2}]:[{label:'商家到账',value:0},{label:'商家入账',value:1},{label:'商家应缴',value:2}]
|
||||||
this.searchText = uni.getStorageSync('lastDay')
|
let lastDay = uni.getStorageSync('lastDay')
|
||||||
|
const date = new Date(lastDay)
|
||||||
|
const y = date.getFullYear()
|
||||||
|
let m = date.getMonth() + 1
|
||||||
|
if (m<10){
|
||||||
|
m = '0'+m
|
||||||
|
}
|
||||||
|
this.searchText = `${y}-${m}`
|
||||||
|
this.lastDay = uni.getStorageSync('lastDay')
|
||||||
this.serviceInfo = uni.getStorageSync('currentService')
|
this.serviceInfo = uni.getStorageSync('currentService')
|
||||||
this.handleGetPageData()
|
this.handleGetPageData()
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
|
handleChangeTime(e){
|
||||||
|
console.log('e',e)
|
||||||
|
const date = new Date(e.detail.value)
|
||||||
|
const y = date.getFullYear()
|
||||||
|
let m = date.getMonth() + 1
|
||||||
|
if (m<10){
|
||||||
|
m = '0'+m
|
||||||
|
}
|
||||||
|
this.searchText = `${y}-${m}`
|
||||||
|
this.handleGetPageData()
|
||||||
|
},
|
||||||
async handleGetPageData(){
|
async handleGetPageData(){
|
||||||
// Finance/GetProjectSummary 是驿达应收
|
// Finance/GetProjectSummary 是驿达应收
|
||||||
// Finance/GetProjectMerchantSummary 是商家欠款
|
// Finance/GetProjectMerchantSummary 是商家欠款
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: '正在加载...'
|
title: '正在加载...'
|
||||||
})
|
})
|
||||||
|
const date = new Date(this.searchText)
|
||||||
|
const y = date.getFullYear()
|
||||||
|
let m = date.getMonth() + 1
|
||||||
|
if (m<10){
|
||||||
|
m = '0'+m
|
||||||
|
}
|
||||||
const req = {
|
const req = {
|
||||||
StartDate: this.searchText,
|
// StartDate: `${y}-${m}-01`,
|
||||||
EndDate: this.searchText,
|
StartDate: this.lastDay,
|
||||||
ServerpartId:this.serviceInfo.Serverpart_ID,
|
EndDate: this.lastDay,
|
||||||
|
// ServerpartId:this.serviceInfo.Serverpart_ID,
|
||||||
CompactType:'340001'
|
CompactType:'340001'
|
||||||
}
|
}
|
||||||
if (this.selectTab===1){
|
if (this.selectTab===1){
|
||||||
@ -218,16 +255,42 @@ export default {
|
|||||||
console.log('showList',this.showList)
|
console.log('showList',this.showList)
|
||||||
console.log('otherData',this.otherData)
|
console.log('otherData',this.otherData)
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
|
this.$forceUpdate()
|
||||||
}else{
|
}else{
|
||||||
const data = await request.$webGet('EShangApiMain/Finance/GetProjectMerchantSummary',req)
|
const data = await request.$webGet('EShangApiMain/Finance/GetProjectMerchantSummary',req)
|
||||||
let list = wrapTreeNode(data.Result_Data.List)
|
let list = wrapTreeNode(data.Result_Data.List)
|
||||||
|
// this.realList = list
|
||||||
this.showList = list
|
this.showList = list
|
||||||
this.otherData = data.Result_Data.OtherData
|
this.otherData = data.Result_Data.OtherData
|
||||||
console.log('showList',this.showList)
|
console.log('showList',this.showList)
|
||||||
console.log('otherData',this.otherData)
|
console.log('otherData',this.otherData)
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
|
this.$forceUpdate()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// // 排序方法
|
||||||
|
// handleDescList(list){
|
||||||
|
// let descList = JSON.parse(JSON.stringify(list))
|
||||||
|
// console.log('descList',descList)
|
||||||
|
// if (this.searchField===0){
|
||||||
|
// //按照到账排序
|
||||||
|
// if (this.descType === 'ascend'){
|
||||||
|
// for (let i=0;i<=descList.length-1;i++){
|
||||||
|
// for (let j=0;j<=descList.length - i - 1;j++){
|
||||||
|
// if (descList[j] && descList[j + 1] && descList[j].ROYALTY_PRICE && descList[j+1].ROYALTY_PRICE){
|
||||||
|
// if (descList[j].ROYALTY_PRICE < descList[j+1].ROYALTY_PRICE){
|
||||||
|
// let temp = descList[j]
|
||||||
|
// descList[j] = descList[j + 1]
|
||||||
|
// descList[j + 1] = temp
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }else{
|
||||||
|
//
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// },
|
||||||
//跳转到地图
|
//跳转到地图
|
||||||
handleGoSelectService() {
|
handleGoSelectService() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
@ -263,11 +326,11 @@ export default {
|
|||||||
console.log('this.showList',this.showList)
|
console.log('this.showList',this.showList)
|
||||||
},
|
},
|
||||||
// 显示第二层子集
|
// 显示第二层子集
|
||||||
handleShowSecondChildren(obj,subObj){
|
handleShowSecondChildren(obj,subObj,index){
|
||||||
this.showList.forEach(item=>{
|
this.showList.forEach(item=>{
|
||||||
if (item.SPREGIONTYPE_NAME === obj.SPREGIONTYPE_NAME){
|
if (item.SPREGIONTYPE_NAME === obj.SPREGIONTYPE_NAME){
|
||||||
item.children.forEach(subItem=>{
|
item.children.forEach((subItem,subIndex)=>{
|
||||||
if (subItem.SPREGIONTYPE_NAME === subObj.SPREGIONTYPE_NAME){
|
if (subItem.SPREGIONTYPE_NAME === subObj.SPREGIONTYPE_NAME && index ===subIndex){
|
||||||
subItem.showChild = !subItem.showChild
|
subItem.showChild = !subItem.showChild
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -465,6 +528,7 @@ export default {
|
|||||||
.listBox{
|
.listBox{
|
||||||
padding-top: 24rpx;
|
padding-top: 24rpx;
|
||||||
.listItem{
|
.listItem{
|
||||||
|
width:calc(100% - 16rpx);
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
border: 1px solid #D9DBE0;
|
border: 1px solid #D9DBE0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|||||||
@ -219,7 +219,7 @@ export default {
|
|||||||
let m = date.getMonth()+1
|
let m = date.getMonth()+1
|
||||||
this.thisYear = y
|
this.thisYear = y
|
||||||
this.startDate = `${y}-07`
|
this.startDate = `${y}-07`
|
||||||
this.endData = `${y}-10`
|
this.endData = `${y}-11`
|
||||||
this.single = `${y}-${ Number(query.month)}`
|
this.single = `${y}-${ Number(query.month)}`
|
||||||
|
|
||||||
if (query.month){
|
if (query.month){
|
||||||
|
|||||||
@ -141,7 +141,7 @@ export default {
|
|||||||
let m = date.getMonth()+1
|
let m = date.getMonth()+1
|
||||||
this.thisYear = y
|
this.thisYear = y
|
||||||
this.startDate = `${y}-07`
|
this.startDate = `${y}-07`
|
||||||
this.endData = `${y}-10`
|
this.endData = `${y}-11`
|
||||||
this.single = `${y}-${Number(query.month)}`
|
this.single = `${y}-${Number(query.month)}`
|
||||||
|
|
||||||
if (query.month){
|
if (query.month){
|
||||||
@ -217,7 +217,7 @@ export default {
|
|||||||
const req = {
|
const req = {
|
||||||
Month:`${y}${m}`
|
Month:`${y}${m}`
|
||||||
}
|
}
|
||||||
const data = await request.$webGetTest('EShangApiMain/Budget/GetbudgetProjectReportInDynamic',req)
|
const data = await request.$webGet('EShangApiMain/Budget/GetbudgetProjectReportInDynamic',req)
|
||||||
console.log('data',data)
|
console.log('data',data)
|
||||||
this.pageData = data.Result_Data
|
this.pageData = data.Result_Data
|
||||||
this.pageList = this.selectTab===1?data.Result_Data.supportList:data.Result_Data.otherList
|
this.pageList = this.selectTab===1?data.Result_Data.supportList:data.Result_Data.otherList
|
||||||
|
|||||||
@ -38,9 +38,9 @@
|
|||||||
<text class="detailPageTitle">{{ `${thisMonth}月累计收支比例` }}</text>
|
<text class="detailPageTitle">{{ `${thisMonth}月累计收支比例` }}</text>
|
||||||
<view class="notice" @click="handleShowNotice('showCost')">?
|
<view class="notice" @click="handleShowNotice('showCost')">?
|
||||||
<view class="noticeBox" :style="{left:'10%'}" v-if="showCost" @click.stop="handleShowNotice('showCost')">
|
<view class="noticeBox" :style="{left:'10%'}" v-if="showCost" @click.stop="handleShowNotice('showCost')">
|
||||||
<view>成本比:本月成本 / 本月收入</view>
|
<view>成本同比:本月成本 / 本月收入</view>
|
||||||
<view>本月收入:营业收入 + 营业外收入</view>
|
<view>本月收入:营业收入 + 营业外收入</view>
|
||||||
<view>支出比:累积支出 / 支出预计</view>
|
<!-- <view>支出比:累积支出 / 支出预计</view>-->
|
||||||
<view>本月支出=管理费用 + 销售费用 + 财务费用 + 营业外支出 + 税金及附加</view>
|
<view>本月支出=管理费用 + 销售费用 + 财务费用 + 营业外支出 + 税金及附加</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -147,8 +147,8 @@
|
|||||||
|
|
||||||
<view>利润总额完成率=本年累计/年度预算<br/>{{ `(${currentResult.profitThisYear?$util.fmoney(currentResult.profitThisYear,2):'-'} / ${currentResult.profitBudgetThisYear?$util.fmoney(currentResult.profitBudgetThisYear,2):'-'})` }}</view>
|
<view>利润总额完成率=本年累计/年度预算<br/>{{ `(${currentResult.profitThisYear?$util.fmoney(currentResult.profitThisYear,2):'-'} / ${currentResult.profitBudgetThisYear?$util.fmoney(currentResult.profitBudgetThisYear,2):'-'})` }}</view>
|
||||||
<view>净利润完成度=本年净利润/净利润预算<br/>{{ `(${currentResult.thisYearNetProfit?$util.fmoney(currentResult.thisYearNetProfit,2):'-'} / ${currentResult.thisYearNetProfitBudget?$util.fmoney(currentResult.thisYearNetProfitBudget,2):'-'})` }}</view>
|
<view>净利润完成度=本年净利润/净利润预算<br/>{{ `(${currentResult.thisYearNetProfit?$util.fmoney(currentResult.thisYearNetProfit,2):'-'} / ${currentResult.thisYearNetProfitBudget?$util.fmoney(currentResult.thisYearNetProfitBudget,2):'-'})` }}</view>
|
||||||
<view>净利润预算=年度预算-年度预计所得税费用{{`(${currentResult.profitBudgetThisYear?$util.fmoney(currentResult.profitBudgetThisYear,2):'-'} - ${(currentResult.profitBudgetThisYearReal - currentResult.thisYearNetProfitBudgetReal).toFixed(2)})`}}</view>
|
<view>净利润预算=年度预算-年度预计所得税费用{{`(${currentResult.profitBudgetThisYear?$util.fmoney(currentResult.profitBudgetThisYear,2):'-'} - ${'-'})`}}</view>
|
||||||
<view>本年净利润=本年累计-本年累计所得税{{`(${currentResult.profitThisYear?$util.fmoney(currentResult.profitThisYear,2):'-'} - ${(currentResult.profitThisYearReal - currentResult.thisYearNetProfitReal).toFixed(2)})`}}</view>
|
<view>本年净利润=本年累计-本年累计所得税{{`(${currentResult.profitThisYear?$util.fmoney(currentResult.profitThisYear,2):'-'} - ${'-'})`}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -532,34 +532,48 @@
|
|||||||
|
|
||||||
<view class="expenditureRateBox" @click="handleShowOutNotice">
|
<view class="expenditureRateBox" @click="handleShowOutNotice">
|
||||||
<view v-if="showOutNoitive" class="noticeRate">
|
<view v-if="showOutNoitive" class="noticeRate">
|
||||||
<view class="noticeView">营业成本:<span>{{currentResult.outList[0].thisYear}}</span>万元,<span>{{`${outFirst.toFixed(2)}%`}}</span></view>
|
<view class="noticeView" v-for="(item,index) in currentResult.outList" :key="index">
|
||||||
<view class="noticeView">销售费用:<span>{{currentResult.outList[1].thisYear}}</span>万元,<span>{{`${outSecond.toFixed(2)}%`}}</span></view>
|
{{item.name.split('小计')[0]}}:<span>{{item.thisYear?$util.fmoney(item.thisYear):'-'}}</span>万元,<span>{{((item.thisYear / outAll)*100).toFixed(2)}}%</span>
|
||||||
<view class="noticeView">管理费用:<span>{{currentResult.outList[2].thisYear}}</span>万元,<span>{{`${outThird.toFixed(2)}%`}}</span></view>
|
</view>
|
||||||
<view class="noticeView">财务费用:<span>{{currentResult.outList[3].thisYear}}</span>万元,<span>{{`${outFourth.toFixed(2)}%`}}</span></view>
|
<!-- <view class="noticeView">营业成本:<span>{{currentResult.outList[0].thisYear}}</span>万元,<span>{{`${outFirst.toFixed(2)}%`}}</span></view>-->
|
||||||
|
<!-- <view class="noticeView">销售费用:<span>{{currentResult.outList[1].thisYear}}</span>万元,<span>{{`${outSecond.toFixed(2)}%`}}</span></view>-->
|
||||||
|
<!-- <view class="noticeView">管理费用:<span>{{currentResult.outList[2].thisYear}}</span>万元,<span>{{`${outThird.toFixed(2)}%`}}</span></view>-->
|
||||||
|
<!-- <view class="noticeView">财务费用:<span>{{currentResult.outList[3].thisYear}}</span>万元,<span>{{`${outFourth.toFixed(2)}%`}}</span></view>-->
|
||||||
</view>
|
</view>
|
||||||
<view class="expenditureRate">
|
<view class="expenditureRate">
|
||||||
<view class="first" :style="{left:0,width: outFirst+'%',background:'#1679FF'}"></view>
|
<view class="item" v-for="(item,index) in currentResult.outList" :key="index" :style="{
|
||||||
<view class="second" :style="{left:outFirst+'%',width: outSecond+'%',background: 'lightgreen'}"></view>
|
left:index===0?0:index===1?`${outFirst}%`:index===2?`${outFirst+outSecond}%`:index===3?`${outFirst + outSecond + outThird}%`:'',
|
||||||
<view class="third" :style="{left:(outFirst + outSecond)+'%',width: outThird+'%',background:'#D6E7FD'}"></view>
|
width:index===0?outFirst+'%':index===1?outSecond+'%':index===2?outThird+'%':index===3?outFourth+'%':'',
|
||||||
<view class="fourth" :style="{left:(outFirst + outSecond + outThird)+'%',width: outFourth+'%',background:'grey'}"></view>
|
background:index===0?'#1679FF':index===1?'lightgreen':index===2?'#D6E7FD':index===3?'grey':''
|
||||||
|
}"></view>
|
||||||
|
<!-- <view class="first" :style="{left:0,width: outFirst+'%',background:'#1679FF'}"></view>-->
|
||||||
|
<!-- <view class="second" :style="{left:outFirst+'%',width: outSecond+'%',background: 'lightgreen'}"></view>-->
|
||||||
|
<!-- <view class="third" :style="{left:(outFirst + outSecond)+'%',width: outThird+'%',background:'#D6E7FD'}"></view>-->
|
||||||
|
<!-- <view class="fourth" :style="{left:(outFirst + outSecond + outThird)+'%',width: outFourth+'%',background:'grey'}"></view>-->
|
||||||
</view>
|
</view>
|
||||||
<view class="rateType">
|
<view class="rateType">
|
||||||
<view class="rateItem">
|
<view class="rateItem" v-for="(item,index) in currentResult.outList" :key="index">
|
||||||
<view class="rateColor" style="background: #1679FF"></view>
|
<view class="rateColor" :style="{background: index===0?'#1679FF':index===1?'lightgreen':index===2?'#D6E7FD':index===3?'grey':''}"></view>
|
||||||
<span class="rateText">营业成本</span>
|
<span class="rateText">{{item.name.split('小计')[0]}}</span>
|
||||||
</view>
|
|
||||||
<view class="rateItem">
|
|
||||||
<view class="rateColor" style="background: lightgreen"></view>
|
|
||||||
<span class="rateText">销售费用</span>
|
|
||||||
</view>
|
|
||||||
<view class="rateItem">
|
|
||||||
<view class="rateColor" style="background: #D6E7FD"></view>
|
|
||||||
<span class="rateText">管理费用</span>
|
|
||||||
</view>
|
|
||||||
<view class="rateItem">
|
|
||||||
<view class="rateColor" style="background: grey"></view>
|
|
||||||
<span class="rateText">财务费用</span>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- <view class="rateItem">-->
|
||||||
|
<!-- <view class="rateColor" style="background: #1679FF"></view>-->
|
||||||
|
<!-- <span class="rateText">营业成本</span>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="rateItem">-->
|
||||||
|
<!-- <view class="rateColor" style="background: lightgreen"></view>-->
|
||||||
|
<!-- <span class="rateText">销售费用</span>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="rateItem">-->
|
||||||
|
<!-- <view class="rateColor" style="background: #D6E7FD"></view>-->
|
||||||
|
<!-- <span class="rateText">管理费用</span>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="rateItem">-->
|
||||||
|
<!-- <view class="rateColor" style="background: grey"></view>-->
|
||||||
|
<!-- <span class="rateText">财务费用</span>-->
|
||||||
|
<!-- </view>-->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -1384,7 +1398,7 @@ export default {
|
|||||||
Month:`${y}${m}`
|
Month:`${y}${m}`
|
||||||
}
|
}
|
||||||
// const data = await request.$webGet('EShangApiMain/Budget/GetbudgetProjectReport',req)
|
// const data = await request.$webGet('EShangApiMain/Budget/GetbudgetProjectReport',req)
|
||||||
const data = await request.$webGetTest('EShangApiMain/Budget/GetbudgetProjectReportDynamic',req)
|
const data = await request.$webGet('EShangApiMain/Budget/GetbudgetProjectReportDynamic',req)
|
||||||
this.currentResult = data.Result_Data
|
this.currentResult = data.Result_Data
|
||||||
let sum = 0
|
let sum = 0
|
||||||
console.log('this.currentResult',this.currentResult)
|
console.log('this.currentResult',this.currentResult)
|
||||||
@ -1393,10 +1407,21 @@ export default {
|
|||||||
sum+=Number(item.thisYear)
|
sum+=Number(item.thisYear)
|
||||||
})
|
})
|
||||||
this.outAll = sum
|
this.outAll = sum
|
||||||
this.outFirst = (Number(this.currentResult.outList[0].thisYear)/sum)*100
|
this.currentResult.outList.forEach((item,index)=>{
|
||||||
this.outSecond = (Number(this.currentResult.outList[1].thisYear)/sum)*100
|
if(index===0){
|
||||||
this.outThird = (Number(this.currentResult.outList[2].thisYear)/sum)*100
|
this.outFirst = (Number(item.thisYear)/sum)*100
|
||||||
this.outFourth = (Number(this.currentResult.outList[3].thisYear)/sum)*100
|
}else if(index===1){
|
||||||
|
this.outSecond = (Number(item.thisYear)/sum)*100
|
||||||
|
}else if(index===2){
|
||||||
|
this.outThird = (Number(item.thisYear)/sum)*100
|
||||||
|
}else if (index===3){
|
||||||
|
this.outFourth = (Number(item.thisYear)/sum)*100
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
// this.outSecond = (Number(this.currentResult.outList[1].thisYear)/sum)*100
|
||||||
|
// this.outThird = (Number(this.currentResult.outList[2].thisYear)/sum)*100
|
||||||
|
// this.outFourth = (Number(this.currentResult.outList[3].thisYear)/sum)*100
|
||||||
}
|
}
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
},
|
},
|
||||||
@ -2839,7 +2864,7 @@ export default {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #F9DCC2;
|
background: #F9DCC2;
|
||||||
position: relative;
|
position: relative;
|
||||||
.first,.second,.third,.fourth{
|
.first,.second,.third,.fourth,.item{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@ -29,16 +29,50 @@
|
|||||||
<view class="sumBox">
|
<view class="sumBox">
|
||||||
<view class="left">
|
<view class="left">
|
||||||
<image class="sumLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/sumLogo.svg"/>
|
<image class="sumLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/sumLogo.svg"/>
|
||||||
<view class="headerTitle">驿达营收</view>
|
<view class="headerTitle">驿达入账收入</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="sumText">
|
<view class="sumText">
|
||||||
<view class="sumMoney">{{pageDataObj.OwnerRevenue?$util.fmoney(pageDataObj.OwnerRevenue/10000,2):'0.00'}}</view>
|
<!-- <view class="sumMoney">{{pageDataObj.OwnerRevenue?$util.fmoney(pageDataObj.OwnerRevenue/10000,2):'0.00'}}</view>-->
|
||||||
|
<view class="sumMoney">{{OwnerListSum.EntrySum?$util.fmoney(OwnerListSum.EntrySum,2):'0.00'}}</view>
|
||||||
<view class="sumUnit">总计<span class="unit">/万元</span></view>
|
<view class="sumUnit">总计<span class="unit">/万元</span></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="revenueAmount">
|
<view class="revenueAmount">
|
||||||
<view class="amountItem">
|
<view class="amountItem" >
|
||||||
|
<view class="itemTop">
|
||||||
|
<view class="itemTopLeft">
|
||||||
|
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/amountEntry.svg"/>
|
||||||
|
<view class="itemTitle">入账合计</view>
|
||||||
|
<view class="itemUnit">/万元</view>
|
||||||
|
</view>
|
||||||
|
<view class="itemTopRight">{{OwnerListSum.EntrySum?$util.fmoney(OwnerListSum.EntrySum,2):'0.00'}}</view>
|
||||||
|
</view>
|
||||||
|
<view class="itemBottom" v-if="pageDataObj.OwnerList && pageDataObj.OwnerList.EntryList && pageDataObj.OwnerList.EntryList.length>0">
|
||||||
|
<view class="itemBottomItem" v-for="(item,index) in pageDataObj.OwnerList.EntryList" :key="index">
|
||||||
|
<view class="bottomItemTitle">{{ item.name }}</view>
|
||||||
|
<view class="bottomItemValue">{{item.value?$util.fmoney(item.value/10000,2):'0.00'}}</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- <view class="itemBottomItem">-->
|
||||||
|
<!-- <view class="bottomItemTitle">业主自营</view>-->
|
||||||
|
<!-- <view class="bottomItemValue">3178</view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="itemBottomItem">-->
|
||||||
|
<!-- <view class="bottomItemTitle">自营提成</view>-->
|
||||||
|
<!-- <view class="bottomItemValue">241.84</view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="itemBottomItem">-->
|
||||||
|
<!-- <view class="bottomItemTitle">合租经营</view>-->
|
||||||
|
<!-- <view class="bottomItemValue">2586.45</view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="itemBottomItem">-->
|
||||||
|
<!-- <view class="bottomItemTitle">固定租金</view>-->
|
||||||
|
<!-- <view class="bottomItemValue">1120.56</view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="amountItem" style="margin-top: 56rpx">
|
||||||
<view class="itemTop">
|
<view class="itemTop">
|
||||||
<view class="itemTopLeft">
|
<view class="itemTopLeft">
|
||||||
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/amountReceived.svg"/>
|
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/amountReceived.svg"/>
|
||||||
@ -54,39 +88,6 @@
|
|||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
|
||||||
<!-- <view class="bottomItemTitle">业主自营</view>-->
|
|
||||||
<!-- <view class="bottomItemValue">3178</view>-->
|
|
||||||
<!-- </view>-->
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
|
||||||
<!-- <view class="bottomItemTitle">自营提成</view>-->
|
|
||||||
<!-- <view class="bottomItemValue">241.84</view>-->
|
|
||||||
<!-- </view>-->
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
|
||||||
<!-- <view class="bottomItemTitle">合租经营</view>-->
|
|
||||||
<!-- <view class="bottomItemValue">2586.45</view>-->
|
|
||||||
<!-- </view>-->
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
|
||||||
<!-- <view class="bottomItemTitle">固定租金</view>-->
|
|
||||||
<!-- <view class="bottomItemValue">1120.56</view>-->
|
|
||||||
<!-- </view>-->
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="amountItem" style="margin-top: 56rpx">
|
|
||||||
<view class="itemTop">
|
|
||||||
<view class="itemTopLeft">
|
|
||||||
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/amountEntry.svg"/>
|
|
||||||
<view class="itemTitle">入账合计</view>
|
|
||||||
<view class="itemUnit">/万元</view>
|
|
||||||
</view>
|
|
||||||
<view class="itemTopRight">{{OwnerListSum.EntrySum?$util.fmoney(OwnerListSum.EntrySum,2):'0.00'}}</view>
|
|
||||||
</view>
|
|
||||||
<view class="itemBottom" v-if="pageDataObj.OwnerList && pageDataObj.OwnerList.EntryList && pageDataObj.OwnerList.EntryList.length>0">
|
|
||||||
<view class="itemBottomItem" v-for="(item,index) in pageDataObj.OwnerList.EntryList" :key="index">
|
|
||||||
<view class="bottomItemTitle">{{ item.name }}</view>
|
|
||||||
<view class="bottomItemValue">{{item.value?$util.fmoney(item.value/10000,2):'0.00'}}</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
<!-- <view class="itemBottomItem">-->
|
||||||
<!-- <view class="bottomItemTitle">业主自营</view>-->
|
<!-- <view class="bottomItemTitle">业主自营</view>-->
|
||||||
<!-- <view class="bottomItemValue">3178</view>-->
|
<!-- <view class="bottomItemValue">3178</view>-->
|
||||||
@ -153,56 +154,24 @@
|
|||||||
<view class="sumBox">
|
<view class="sumBox">
|
||||||
<view class="left">
|
<view class="left">
|
||||||
<image class="sumLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/merchantsSum.svg"/>
|
<image class="sumLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/merchantsSum.svg"/>
|
||||||
<view class="headerTitle">商家营收</view>
|
<view class="headerTitle">商家入账收入</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="sumText">
|
<view class="sumText">
|
||||||
<view class="sumMoney">{{pageDataObj.MerchantRevenue?$util.fmoney(pageDataObj.MerchantRevenue/10000):"0.00"}}</view>
|
<!-- <view class="sumMoney">{{pageDataObj.MerchantRevenue?$util.fmoney(pageDataObj.MerchantRevenue/10000):"0.00"}}</view>-->
|
||||||
|
<view class="sumMoney">{{MerchantSum.EntrySum?$util.fmoney(MerchantSum.EntrySum,2):'0.00'}}</view>
|
||||||
<view class="sumUnit">总计<span class="unit">/万元</span></view>
|
<view class="sumUnit">总计<span class="unit">/万元</span></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="revenueAmount">
|
<view class="revenueAmount">
|
||||||
<view class="amountItem">
|
<view class="amountItem" >
|
||||||
<view class="itemTop">
|
|
||||||
<view class="itemTopLeft">
|
|
||||||
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/merchantsAmount.svg"/>
|
|
||||||
<view class="itemTitle">到账合计</view>
|
|
||||||
<view class="itemUnit">/万元</view>
|
|
||||||
</view>
|
|
||||||
<view class="itemTopRight">{{OwnerListSum.AcountSum?$util.fmoney(OwnerListSum.AcountSum,2):'0.00'}}</view>
|
|
||||||
</view>
|
|
||||||
<view class="itemBottom" v-if="pageDataObj.MerchantList && pageDataObj.MerchantList.AcountList && pageDataObj.MerchantList.AcountList.length>0">
|
|
||||||
<view class="itemBottomItem" v-for="(item,index) in pageDataObj.MerchantList.AcountList" :key="index">
|
|
||||||
<view class="bottomItemTitle">{{ item.name }}</view>
|
|
||||||
<view class="bottomItemValue">{{item.value?$util.fmoney(item.value/10000):"0.00"}}</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
|
||||||
<!-- <view class="bottomItemTitle">业主自营</view>-->
|
|
||||||
<!-- <view class="bottomItemValue">3178</view>-->
|
|
||||||
<!-- </view>-->
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
|
||||||
<!-- <view class="bottomItemTitle">自营提成</view>-->
|
|
||||||
<!-- <view class="bottomItemValue">241.84</view>-->
|
|
||||||
<!-- </view>-->
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
|
||||||
<!-- <view class="bottomItemTitle">合租经营</view>-->
|
|
||||||
<!-- <view class="bottomItemValue">2586.45</view>-->
|
|
||||||
<!-- </view>-->
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
|
||||||
<!-- <view class="bottomItemTitle">固定租金</view>-->
|
|
||||||
<!-- <view class="bottomItemValue">1120.56</view>-->
|
|
||||||
<!-- </view>-->
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="amountItem" style="margin-top: 56rpx">
|
|
||||||
<view class="itemTop">
|
<view class="itemTop">
|
||||||
<view class="itemTopLeft">
|
<view class="itemTopLeft">
|
||||||
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/merchantsEntry.svg"/>
|
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/merchantsEntry.svg"/>
|
||||||
<view class="itemTitle">入账合计</view>
|
<view class="itemTitle">入账合计</view>
|
||||||
<view class="itemUnit">/万元</view>
|
<view class="itemUnit">/万元</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="itemTopRight">{{OwnerListSum.EntrySum?$util.fmoney(OwnerListSum.EntrySum,2):'0.00'}}</view>
|
<view class="itemTopRight">{{MerchantSum.EntrySum?$util.fmoney(MerchantSum.EntrySum,2):'0.00'}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="itemBottom" v-if="pageDataObj.MerchantList && pageDataObj.MerchantList.EntryList && pageDataObj.MerchantList.EntryList.length>0">
|
<view class="itemBottom" v-if="pageDataObj.MerchantList && pageDataObj.MerchantList.EntryList && pageDataObj.MerchantList.EntryList.length>0">
|
||||||
<view class="itemBottomItem" v-for="(item,index) in pageDataObj.MerchantList.EntryList" :key="index">
|
<view class="itemBottomItem" v-for="(item,index) in pageDataObj.MerchantList.EntryList" :key="index">
|
||||||
@ -210,6 +179,39 @@
|
|||||||
<view class="bottomItemValue">{{item.value?$util.fmoney(item.value/10000):"0.00"}}</view>
|
<view class="bottomItemValue">{{item.value?$util.fmoney(item.value/10000):"0.00"}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<!-- <view class="itemBottomItem">-->
|
||||||
|
<!-- <view class="bottomItemTitle">业主自营</view>-->
|
||||||
|
<!-- <view class="bottomItemValue">3178</view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="itemBottomItem">-->
|
||||||
|
<!-- <view class="bottomItemTitle">自营提成</view>-->
|
||||||
|
<!-- <view class="bottomItemValue">241.84</view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="itemBottomItem">-->
|
||||||
|
<!-- <view class="bottomItemTitle">合租经营</view>-->
|
||||||
|
<!-- <view class="bottomItemValue">2586.45</view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
<!-- <view class="itemBottomItem">-->
|
||||||
|
<!-- <view class="bottomItemTitle">固定租金</view>-->
|
||||||
|
<!-- <view class="bottomItemValue">1120.56</view>-->
|
||||||
|
<!-- </view>-->
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="amountItem" style="margin-top: 56rpx">
|
||||||
|
<view class="itemTop">
|
||||||
|
<view class="itemTopLeft">
|
||||||
|
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/merchantsAmount.svg"/>
|
||||||
|
<view class="itemTitle">到账合计</view>
|
||||||
|
<view class="itemUnit">/万元</view>
|
||||||
|
</view>
|
||||||
|
<view class="itemTopRight">{{MerchantSum.AcountSum?$util.fmoney(MerchantSum.AcountSum,2):'0.00'}}</view>
|
||||||
|
</view>
|
||||||
|
<view class="itemBottom" v-if="pageDataObj.MerchantList && pageDataObj.MerchantList.AcountList && pageDataObj.MerchantList.AcountList.length>0">
|
||||||
|
<view class="itemBottomItem" v-for="(item,index) in pageDataObj.MerchantList.AcountList" :key="index">
|
||||||
|
<view class="bottomItemTitle">{{ item.name }}</view>
|
||||||
|
<view class="bottomItemValue">{{item.value?$util.fmoney(item.value/10000):"0.00"}}</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<!-- <view class="itemBottomItem">-->
|
<!-- <view class="itemBottomItem">-->
|
||||||
<!-- <view class="bottomItemTitle">业主自营</view>-->
|
<!-- <view class="bottomItemTitle">业主自营</view>-->
|
||||||
<!-- <view class="bottomItemValue">3178</view>-->
|
<!-- <view class="bottomItemValue">3178</view>-->
|
||||||
@ -232,10 +234,10 @@
|
|||||||
<view class="itemTop">
|
<view class="itemTop">
|
||||||
<view class="itemTopLeft">
|
<view class="itemTopLeft">
|
||||||
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/merchantsReceivable.svg"/>
|
<image class="leftIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/newIndex2/merchantsReceivable.svg"/>
|
||||||
<view class="itemTitle">应收合计</view>
|
<view class="itemTitle">应缴费用</view>
|
||||||
<view class="itemUnit">/万元</view>
|
<view class="itemUnit">/万元</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="itemTopRight">{{OwnerListSum.ReceivableSum?$util.fmoney(OwnerListSum.ReceivableSum,2):'0.00'}}</view>
|
<view class="itemTopRight">{{MerchantSum.ReceivableSum?$util.fmoney(MerchantSum.ReceivableSum,2):'0.00'}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="itemBottom" v-if="pageDataObj.MerchantList && pageDataObj.MerchantList.ReceivableList && pageDataObj.MerchantList.ReceivableList.length>0">
|
<view class="itemBottom" v-if="pageDataObj.MerchantList && pageDataObj.MerchantList.ReceivableList && pageDataObj.MerchantList.ReceivableList.length>0">
|
||||||
<view class="itemBottomItem" v-for="(item,index) in pageDataObj.MerchantList.ReceivableList" :key="index">
|
<view class="itemBottomItem" v-for="(item,index) in pageDataObj.MerchantList.ReceivableList" :key="index">
|
||||||
@ -486,33 +488,33 @@ export default {
|
|||||||
let MerchantEntrySum = 0
|
let MerchantEntrySum = 0
|
||||||
let MerchantReceivableSum = 0
|
let MerchantReceivableSum = 0
|
||||||
this.pageDataObj.OwnerList.AcountList.forEach(item=>{
|
this.pageDataObj.OwnerList.AcountList.forEach(item=>{
|
||||||
OwnerAcountSum+=(item.value)/10000
|
OwnerAcountSum+=Number(item.value)
|
||||||
})
|
})
|
||||||
this.pageDataObj.OwnerList.EntryList.forEach(item=>{
|
this.pageDataObj.OwnerList.EntryList.forEach(item=>{
|
||||||
OwnerEntrySum+=(item.value)/10000
|
OwnerEntrySum+=Number(item.value)
|
||||||
})
|
})
|
||||||
this.pageDataObj.OwnerList.ReceivableList.forEach(item=>{
|
this.pageDataObj.OwnerList.ReceivableList.forEach(item=>{
|
||||||
OwnerReceivableSum+=(item.value)/10000
|
OwnerReceivableSum+=Number(item.value)
|
||||||
})
|
})
|
||||||
|
|
||||||
this.pageDataObj.MerchantList.AcountList.forEach(item=>{
|
this.pageDataObj.MerchantList.AcountList.forEach(item=>{
|
||||||
MerchantAcountSum+=(item.value)/10000
|
MerchantAcountSum+=Number(item.value)
|
||||||
})
|
})
|
||||||
this.pageDataObj.MerchantList.EntryList.forEach(item=>{
|
this.pageDataObj.MerchantList.EntryList.forEach(item=>{
|
||||||
MerchantEntrySum+=(item.value)/10000
|
MerchantEntrySum+=Number(item.value)
|
||||||
})
|
})
|
||||||
this.pageDataObj.MerchantList.ReceivableList.forEach(item=>{
|
this.pageDataObj.MerchantList.ReceivableList.forEach(item=>{
|
||||||
MerchantReceivableSum+=(item.value)/10000
|
MerchantReceivableSum+=Number(item.value)
|
||||||
})
|
})
|
||||||
let OwnerListSum = {
|
let OwnerListSum = {
|
||||||
AcountSum:OwnerAcountSum,
|
AcountSum:this.$util.getMoney(OwnerAcountSum/ 10000),
|
||||||
EntrySum:OwnerEntrySum,
|
EntrySum:this.$util.getMoney(OwnerEntrySum/ 10000),
|
||||||
ReceivableSum:OwnerReceivableSum
|
ReceivableSum:this.$util.getMoney(OwnerReceivableSum / 10000)
|
||||||
}
|
}
|
||||||
let MerchantSum = {
|
let MerchantSum = {
|
||||||
AcountSum:MerchantAcountSum,
|
AcountSum:this.$util.getMoney(MerchantAcountSum/ 10000),
|
||||||
EntrySum:MerchantEntrySum,
|
EntrySum:this.$util.getMoney(MerchantEntrySum/ 10000),
|
||||||
ReceivableSum:MerchantReceivableSum
|
ReceivableSum:this.$util.getMoney(MerchantReceivableSum/ 10000)
|
||||||
}
|
}
|
||||||
this.OwnerListSum = OwnerListSum
|
this.OwnerListSum = OwnerListSum
|
||||||
this.MerchantSum = MerchantSum
|
this.MerchantSum = MerchantSum
|
||||||
|
|||||||
14
static/images/newCommercialBI/badyFormat.svg
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<title>服务区/地址备份_4</title>
|
||||||
|
<g id="考核管理" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||||
|
<g id="1211版本优化切图" transform="translate(-271, -174)" fill="#6372BD" fill-rule="nonzero">
|
||||||
|
<g id="服务区/地址备份-4" transform="translate(271, 174)">
|
||||||
|
<g id="服务区/地址备份" transform="translate(3, 0.5)">
|
||||||
|
<path d="M5.65,6.99094704 L8.79369679,6.99094704 C9.15268188,6.99094704 9.44369679,7.28196195 9.44369679,7.64094704 C9.44369679,7.99993212 9.15268188,8.29094704 8.79369679,8.29094704 L5.65,8.29094704 C5.29101491,8.29094704 5,7.99993212 5,7.64094704 C5,7.28196195 5.29101491,6.99094704 5.65,6.99094704 Z M5.65,9.99094704 L8.79369679,9.99094704 C9.15268188,9.99094704 9.44369679,10.2819619 9.44369679,10.640947 C9.44369679,10.9999321 9.15268188,11.290947 8.79369679,11.290947 L5.65,11.290947 C5.29101491,11.290947 5,10.9999321 5,10.640947 C5,10.2819619 5.29101491,9.99094704 5.65,9.99094704 Z" id="形状结合"></path>
|
||||||
|
<path d="M5.06911557,0 C6.08750855,0 6.91307918,0.82557063 6.91307918,1.84396361 L6.91112484,1.92883796 L6.90679309,2.03234554 C7.8163026,2.22026977 8.5,3.02576536 8.5,3.99094704 L8.55037789,3.99094704 C9.24073383,3.99094704 9.80037789,4.5505911 9.80037789,5.24094704 L9.80037789,13.740947 C9.80037789,14.431303 9.44035594,14.990947 8.75,14.990947 L1.45,14.990947 C0.759644063,14.990947 0.2,14.431303 0.2,13.740947 L0.2,5.24094704 C0.2,4.5505911 0.759644063,3.99094704 1.45,3.99094704 L1.5,3.99094704 C1.5,3.04314116 2.15930229,2.24932359 3.04430846,2.04309271 L3.05031874,1.90794358 C3.09717,0.891140854 3.89750609,0.0805441548 4.89687089,0.00565014433 L5.06911557,0 Z M8.50037789,5.29 L1.5,5.29 L1.5,13.69 L8.50037789,13.69 L8.50037789,5.29 Z M6.5,3.29094704 L3.5,3.29094704 C3.14561729,3.29094704 2.85274177,3.55429066 2.80639017,3.89596118 L2.8,3.988 L7.2,3.988 L7.19360983,3.89596118 C7.15147201,3.58535162 6.90559542,3.33947502 6.59498585,3.29733721 L6.5,3.29094704 Z M5.06911557,1.3 L5.04819902,1.3 C4.77614704,1.3 4.53905846,1.4555598 4.42334945,1.68415335 L4.416,1.7 L5.592,1.7 L5.58534756,1.67202904 C5.52238258,1.48288648 5.35837517,1.33990867 5.15734929,1.30711957 L5.06911557,1.3 Z" id="形状结合"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.5 KiB |
19
static/images/newCommercialBI/carFormat.svg
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<title>服务区/地址备份_3</title>
|
||||||
|
<g id="考核管理" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||||
|
<g id="1211版本优化切图" transform="translate(-271, -118)" fill="#6372BD" fill-rule="nonzero">
|
||||||
|
<g id="服务区/地址备份-3" transform="translate(271, 118)">
|
||||||
|
<g id="服务区/地址备份-2" transform="translate(1, 2)">
|
||||||
|
<g id="编组" transform="translate(0.3168, 0)">
|
||||||
|
<g id="car-line">
|
||||||
|
<path d="M11.475,10.8 L2.025,10.8 L2.025,11.475 C2.025,11.8478025 1.722789,12.15 1.35,12.15 L0.675,12.15 C0.302211,12.15 0,11.8478025 0,11.475 L0,4.725 L1.6743375,0.818208 C1.8870705,0.32183325 2.3751495,0 2.91518325,0 L10.58481,0 C11.1248775,0 11.6129025,0.32183325 11.8256625,0.818208 L13.5,4.725 L13.5,11.475 C13.5,11.8478025 13.1978025,12.15 12.825,12.15 L12.15,12.15 C11.7771975,12.15 11.475,11.8478025 11.475,11.475 L11.475,10.8 Z M12.15,6.075 L1.35,6.075 L1.35,9.45 L12.15,9.45 L12.15,6.075 Z M1.4687595,4.725 L12.0312675,4.725 L10.58481,1.35 L2.91518325,1.35 L1.4687595,4.725 Z" id="形状"></path>
|
||||||
|
</g>
|
||||||
|
<path d="M3.0375,8.775 C2.47830975,8.775 2.025,8.32167 2.025,7.7625 C2.025,7.20333 2.47830975,6.75 3.0375,6.75 C3.59669025,6.75 4.05,7.20333 4.05,7.7625 C4.05,8.32167 3.59669025,8.775 3.0375,8.775 Z" id="路径"></path>
|
||||||
|
<path d="M10.4625,8.775 C9.90333,8.775 9.45,8.32167 9.45,7.7625 C9.45,7.20333 9.90333,6.75 10.4625,6.75 C11.02167,6.75 11.475,7.20333 11.475,7.7625 C11.475,8.32167 11.02167,8.775 10.4625,8.775 Z" id="路径"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
16
static/images/newCommercialBI/chargeFormat.svg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<title>服务区/地址_2</title>
|
||||||
|
<g id="考核管理" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||||
|
<g id="1211版本优化切图" transform="translate(-271, -146)" fill="#6372BD" fill-rule="nonzero">
|
||||||
|
<g id="服务区/地址-2" transform="translate(271, 146)">
|
||||||
|
<g id="服务区/地址" transform="translate(0.5, 1.9899)">
|
||||||
|
<g id="编组" transform="translate(0, 0)">
|
||||||
|
<path d="M9,11.01 L10,11.0100941 L10,12.3100941 L0,12.3100941 L0,11.0100941 L1,11.01 L1,0.0100940539 L9,0.0100940539 L9,6.01009405 L10,6.01009405 C10.8284271,6.01009405 11.5,6.68166693 11.5,7.51009405 L11.5,9.01009405 L11.494,9.01 L11.4946881,10.0100941 C11.4946881,10.3414649 11.7633173,10.6100941 12.0946881,10.6100941 C12.3929219,10.6100941 12.6403349,10.3925044 12.6868923,10.1000586 L12.6947665,10 L12.756,6.01 L12,6.01009405 L12,2.01009405 L12.819,2.01 L12.8500784,0 L14.1499216,0.0201881077 L14.118,2.01 L15,2.01009405 L15,6.01009405 L14.056,6.01 L13.9946881,10.0100941 C13.9946881,11.0594351 13.1440292,11.9100941 12.0946881,11.9100941 C11.0953157,11.9100941 10.2761538,11.1385213 10.2004045,10.1585779 L10.1946881,10.0100941 L10.1946881,8.51009405 L10.2,8.51 L10.2,7.51009405 C10.2,7.4180466 10.1378173,7.34052268 10.0531679,7.31723825 L10,7.31009405 L9,7.31009405 L9,11.01 Z M7.7,1.31009405 L2.3,1.31009405 L2.3,10.7100941 L7.7,10.7100941 L7.7,1.31009405 Z" id="形状结合"></path>
|
||||||
|
<path d="M6.884,5.75569405 L5.792,5.75569405 C5.6936,5.75569405 5.6184,5.66689405 5.6344,5.57009405 L6.0232,3.18849405 C6.0488,3.03249405 5.856,2.93809405 5.748,3.05329405 L2.9992,5.99489405 C2.904,6.09729405 2.976,6.26449405 3.116,6.26449405 L4.208,6.26449405 C4.3064,6.26449405 4.3816,6.35329405 4.3656,6.45009405 L3.9768,8.83169405 C3.9512,8.98769405 4.144,9.08209405 4.252,8.96689405 L7.0008,6.02529405 C7.0968,5.92289405 7.024,5.75569405 6.884,5.75569405 Z" id="路径"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
139
static/images/newCommercialBI/formatPortraitBIBg.svg
Normal file
@ -0,0 +1,139 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="375px" height="324px" viewBox="0 0 375 324" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<title>背景图/客群画像@2x</title>
|
||||||
|
<defs>
|
||||||
|
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
||||||
|
<stop stop-color="#C5C0F0" offset="0%"></stop>
|
||||||
|
<stop stop-color="#F0F1FF" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<rect id="path-2" x="0" y="0" width="375" height="324"></rect>
|
||||||
|
<linearGradient x1="10.6212902%" y1="49.5136951%" x2="50%" y2="52.3191818%" id="linearGradient-4">
|
||||||
|
<stop stop-color="#B6BDF1" offset="0%"></stop>
|
||||||
|
<stop stop-color="#8A94D1" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="0%" y1="49.0272971%" x2="50%" y2="51.4943132%" id="linearGradient-5">
|
||||||
|
<stop stop-color="#847EFF" offset="0%"></stop>
|
||||||
|
<stop stop-color="#4F42FF" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="10.6212902%" y1="49.6451503%" x2="50%" y2="51.6922738%" id="linearGradient-6">
|
||||||
|
<stop stop-color="#AFB6F4" offset="0%"></stop>
|
||||||
|
<stop stop-color="#8D95C7" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="2.35096182%" y1="50%" x2="106.518397%" y2="51.7283086%" id="linearGradient-7">
|
||||||
|
<stop stop-color="#E7EAF7" offset="0%"></stop>
|
||||||
|
<stop stop-color="#F4F7FF" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="0%" y1="48.7826091%" x2="50%" y2="52.8156484%" id="linearGradient-8">
|
||||||
|
<stop stop-color="#B8C8F7" offset="0%"></stop>
|
||||||
|
<stop stop-color="#9DA9E4" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="2.35096182%" y1="50%" x2="106.518397%" y2="51.7283086%" id="linearGradient-9">
|
||||||
|
<stop stop-color="#E7EAF7" offset="0%"></stop>
|
||||||
|
<stop stop-color="#F4F7FF" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<ellipse id="path-10" cx="22.5010549" cy="161" rx="2.5" ry="3"></ellipse>
|
||||||
|
<filter x="-20.0%" y="-16.7%" width="140.0%" height="133.3%" filterUnits="objectBoundingBox" id="filter-11">
|
||||||
|
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
|
||||||
|
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
||||||
|
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
||||||
|
<feColorMatrix values="0 0 0 0 0.0963619768 0 0 0 0 0.827672101 0 0 0 0 0.741244541 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
||||||
|
</filter>
|
||||||
|
<ellipse id="path-12" cx="13.5010549" cy="158" rx="2.5" ry="3"></ellipse>
|
||||||
|
<filter x="-20.0%" y="-16.7%" width="140.0%" height="133.3%" filterUnits="objectBoundingBox" id="filter-13">
|
||||||
|
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
|
||||||
|
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
||||||
|
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
||||||
|
<feColorMatrix values="0 0 0 0 0.979846014 0 0 0 0 0.272762394 0 0 0 0 0.558076837 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
||||||
|
</filter>
|
||||||
|
<filter x="-53.7%" y="-34.9%" width="206.8%" height="238.5%" filterUnits="objectBoundingBox" id="filter-14">
|
||||||
|
<feOffset dx="0" dy="70" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||||
|
<feGaussianBlur stdDeviation="10" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||||
|
<feColorMatrix values="0 0 0 0 0.423529412 0 0 0 0 0.329411765 0 0 0 0 0.921568627 0 0 0 0.2 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||||
|
<feMerge>
|
||||||
|
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||||
|
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||||
|
</feMerge>
|
||||||
|
</filter>
|
||||||
|
<linearGradient x1="42.3136067%" y1="0%" x2="51.8179632%" y2="95.3345847%" id="linearGradient-15">
|
||||||
|
<stop stop-color="#618EFF" offset="0%"></stop>
|
||||||
|
<stop stop-color="#292BE8" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="42.5752298%" y1="0%" x2="51.7560849%" y2="95.3345847%" id="linearGradient-16">
|
||||||
|
<stop stop-color="#9997DD" offset="0%"></stop>
|
||||||
|
<stop stop-color="#5A5DA3" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="42.9556833%" y1="0%" x2="54.3496537%" y2="100%" id="linearGradient-17">
|
||||||
|
<stop stop-color="#D0CFE4" offset="0%"></stop>
|
||||||
|
<stop stop-color="#9393E4" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="38.7106667%" y1="0%" x2="50%" y2="100%" id="linearGradient-18">
|
||||||
|
<stop stop-color="#F4F3FF" offset="0%"></stop>
|
||||||
|
<stop stop-color="#EDEDFF" offset="47.4730273%"></stop>
|
||||||
|
<stop stop-color="#DCDCFF" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="11.3879323%" y1="17.2110942%" x2="50%" y2="90.0106503%" id="linearGradient-19">
|
||||||
|
<stop stop-color="#4D62E5" offset="0%"></stop>
|
||||||
|
<stop stop-color="#3B3FB8" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient x1="11.3879323%" y1="10.601059%" x2="50%" y2="98.0765433%" id="linearGradient-20">
|
||||||
|
<stop stop-color="#8193FF" offset="0%"></stop>
|
||||||
|
<stop stop-color="#6267E9" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<g id="考核管理" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||||
|
<g id="1211版本优化切图" transform="translate(-1732, -341)">
|
||||||
|
<g id="背景图/客群画像" transform="translate(1732, 341)">
|
||||||
|
<mask id="mask-3" fill="white">
|
||||||
|
<use xlink:href="#path-2"></use>
|
||||||
|
</mask>
|
||||||
|
<use id="蒙版" fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
|
||||||
|
<g opacity="0.400000006" mask="url(#mask-3)">
|
||||||
|
<g transform="translate(206, 109)">
|
||||||
|
<g id="编组-62" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(0, 110.8647)">
|
||||||
|
<path d="M221.323055,37.1753428 L221.623055,50.9153428 L122.269055,80.1653428 C121.669055,80.3453428 121.021055,80.5073428 120.361055,80.6633428 C118.618487,81.0492826 116.855749,81.3377305 115.081055,81.5273428 L115.081055,81.5393428 C114.481055,81.6053428 113.881055,81.6593428 113.239055,81.7073428 L113.239055,81.6953428 L111.931055,81.7793428 L110.779055,81.8273428 L109.675055,81.8573428 L108.595055,81.8573428 L107.527055,81.8633428 L106.471055,81.8273428 L105.457055,81.7793428 L105.157055,68.0393428 L106.201055,68.0873428 L107.227055,68.0873428 L107.227055,68.1233428 L109.375055,68.1233428 L110.479055,68.1173428 L110.479055,68.0933428 L111.631055,68.0393428 L112.939055,67.9553428 L112.939055,67.9673428 C113.539055,67.9193428 114.175055,67.8653428 114.781055,67.7993428 L114.783055,67.8613428 L114.781055,67.7873428 C116.55614,67.6006283 118.31904,67.3121536 120.061055,66.9233428 C120.501055,66.8193428 120.930388,66.7126762 121.349055,66.5997873 L121.969055,66.4253428 L221.323055,37.1753428 Z M97.6450549,67.0373428 L98.8450549,67.2953428 C99.2090549,67.3673428 99.5810549,67.4333428 99.9610549,67.4933428 C100.309055,67.5533428 100.663055,67.6073428 101.017055,67.6553428 L101.017055,67.6853428 L101.017055,67.6673428 L102.055055,67.7983428 L102.055055,67.7873428 L103.075055,67.8893428 L104.095055,67.9733428 L105.127055,68.0393428 L105.427055,81.7793428 L104.395055,81.7133428 L103.375055,81.6293428 C103.033055,81.5993428 102.691055,81.5633428 102.355055,81.5213428 L102.355055,81.5333428 C102.007055,81.4973428 101.659055,81.4493428 101.317055,81.4073428 L101.317055,81.3953428 C100.957055,81.3413428 100.603055,81.2933428 100.255055,81.2333428 C99.8830549,81.1733428 99.5110549,81.1073428 99.1450549,81.0353428 C98.7370549,80.9513428 98.3290549,80.8673428 97.9450549,80.7713428 L97.6450549,67.0373428 Z M0.00105490342,35.1413428 C0.0310549034,36.4553428 1.6270549,37.7393428 4.8310549,38.7413428 L4.8310549,38.7173428 L96.0550549,66.6113428 L96.3140549,78.4516857 L96.0610549,66.5993428 L96.2350549,66.6473428 L96.2350549,66.6593428 C96.6850549,66.7973428 97.1530549,66.9173428 97.6390549,67.0373428 L97.9390549,80.7713428 C97.4530549,80.6573428 96.9850549,80.5313428 96.5350549,80.3993428 L96.3550549,80.3453428 L5.1310549,52.4573428 C1.9270549,51.4793428 0.331054903,50.1953428 0.331054903,48.8573428 L0.00105490342,35.1413428 Z M223.801055,36.2933428 L224.101055,50.0333428 C223.804612,50.1578488 223.50817,50.2823547 223.165414,50.4010715 C222.757055,50.5553428 222.325055,50.7053428 221.863055,50.8433428 L221.623055,50.9153428 L221.323055,37.1753428 L221.563055,37.1033428 L221.901585,36.9997478 C222.235338,36.8950495 222.554215,36.7870417 222.853298,36.6757242 C223.189055,36.5453428 223.501055,36.4193428 223.801055,36.2933428 Z M224.551055,35.9453428 L224.851055,49.6853428 C224.617055,49.7993428 224.371055,49.9193428 224.113055,50.0333428 L223.813055,36.2933428 C224.071055,36.1793428 224.317055,36.0653428 224.551055,35.9453428 Z M227.557017,32.7587143 L227.557055,46.7393428 C227.561727,46.8621036 227.551655,46.9849815 227.527055,47.1053428 L227.527055,47.0873428 C227.501461,47.2052174 227.465731,47.3206583 227.420264,47.4323777 C227.372686,47.5499862 227.316476,47.6603987 227.251055,47.7653428 C227.181131,47.8774936 227.105013,47.9856612 227.023055,48.0893428 L227.022055,37.1746857 L227.023055,48.0893428 C226.939319,48.1970032 226.837696,48.2987013 226.736017,48.4063241 C226.622563,48.5174301 226.504402,48.6215717 226.381055,48.7193428 L226.380055,37.1746857 L226.381055,48.7193428 C226.249055,48.8273428 226.111055,48.9293428 225.961055,49.0373428 C225.80535,49.1451383 225.637691,49.2469565 225.458078,49.3547293 C225.265055,49.4633428 225.067055,49.5773428 224.857055,49.6853428 L224.557055,35.9453428 C224.772678,35.8375313 224.970364,35.7297198 225.156081,35.6159396 C225.337055,35.5133428 225.505055,35.4053428 225.661055,35.2973428 C225.811055,35.1953428 226.249055,34.724 226.381055,34.622 C226.507055,34.514 226.627055,34.412 226.735055,34.304 C226.837407,34.2039305 226.933584,34.0977348 227.023055,33.986 C227.106974,33.8837954 227.183183,33.7754973 227.251055,33.662 C227.319564,33.5578705 227.377836,33.4473554 227.425055,33.332 C227.467309,33.2185805 227.501396,33.1022837 227.527055,32.984 L227.527055,33.002 C227.54365,32.921787 227.553659,32.8404211 227.557017,32.7587143 Z" id="形状结合" fill="url(#linearGradient-4)" fill-rule="nonzero"></path>
|
||||||
|
<path d="M222.427055,29.3993428 C229.279055,31.4993428 228.781055,34.9733428 221.323055,37.1993428 L121.969055,66.4253428 C114.511055,68.6213428 102.913055,68.7053428 96.0610549,66.6113428 L4.8310549,38.7173428 C-2.0209451,36.5993428 -1.5229451,33.1433428 5.9350549,30.9473428 L105.289055,1.70334284 C112.747055,-0.492657163 124.351055,-0.576657163 131.203055,1.51734284 L222.427055,29.3993428 Z" id="路径" fill="#9A9A9A" fill-rule="nonzero"></path>
|
||||||
|
</g>
|
||||||
|
<path d="M120.635944,177.973809 C118.893376,178.359749 117.130639,178.648197 115.355944,178.837809 L115.355944,178.849809 C114.755944,178.915809 114.155944,178.969809 113.513944,179.017809 L113.512944,179.005657 L112.205944,179.089809 L111.053944,179.137809 L109.949944,179.167809 L108.869944,179.167809 L107.801944,179.173809 L106.745944,179.137809 L105.731944,179.089809 L105.431944,175.349809 L106.475944,175.397809 L107.501944,175.397809 L107.501944,175.433809 L109.648944,175.433657 L110.753944,175.427809 L110.753944,175.403809 L111.905944,175.349809 L113.213944,175.265809 L113.213944,175.277809 C113.813944,175.229809 114.449944,175.175809 115.055944,175.109809 L115.055944,175.097809 C116.831029,174.911095 118.59393,174.62262 120.335944,174.233809 C120.995944,174.077809 121.631944,173.915809 122.243944,173.735809 L221.4005,144.100657 L221.6405,144.028657 C222.098,143.892001 222.531965,143.749462 222.930743,143.601039 C223.2665,143.470657 223.5785,143.344657 223.8785,143.218657 L224.1785,146.958657 C223.882057,147.083163 223.585615,147.207669 223.242859,147.326386 C222.8345,147.480657 222.4025,147.630657 221.9405,147.768657 L221.7005,147.840657 L122.543944,177.475809 C121.943944,177.655809 121.295944,177.817809 120.635944,177.973809 Z M224.6285,142.870657 L224.9285,146.610657 C224.6945,146.724657 224.4485,146.844657 224.1905,146.958657 L223.8905,143.218657 C224.1485,143.104657 224.3945,142.990657 224.6285,142.870657 Z M227.485055,139.826343 L227.6345,143.664657 C227.637615,143.746498 227.634177,143.82839 227.62425,143.909555 L227.604055,144.028343 L227.602944,144.014657 L227.558084,144.189011 C227.540067,144.247066 227.519522,144.304336 227.4965,144.360657 C227.450131,144.475301 227.393921,144.585713 227.3285,144.690657 C227.258577,144.802808 227.182459,144.910976 227.1005,145.014657 C227.0165,145.122657 226.9145,145.224657 226.8125,145.332657 C226.700008,145.442744 226.581847,145.546886 226.4585,145.644657 L226.25525,145.803657 C226.1855,145.856157 226.1135,145.908657 226.0385,145.962657 C225.8825,146.070657 225.7145,146.172657 225.5345,146.280657 C225.3425,146.388657 225.1445,146.502657 224.9345,146.610657 L224.6345,142.870657 C224.8505,142.762657 225.0485,142.654657 225.2345,142.540657 C225.4145,142.438657 225.5825,142.330657 225.7385,142.222657 C225.8885,142.120657 226.0265,142.012657 226.1585,141.910657 L226.34225,141.751657 L226.5125,141.592657 C226.614852,141.492588 226.711029,141.386392 226.8005,141.274657 C226.884419,141.172453 226.960629,141.064154 227.0285,140.950657 C227.097009,140.846528 227.305836,140.637698 227.353055,140.522343 C227.395309,140.408923 227.429396,140.292627 227.455055,140.174343 L227.455944,140.188657 L227.475,140.07126 C227.484993,139.990097 227.488367,139.908188 227.485055,139.826343 Z M4.8310549,149.582 C1.6270549,148.604 0.0310549034,147.32 0.0310549034,145.982 L0.312726746,141.668657 C0.342726746,142.982657 1.3270549,144.864 4.5310549,145.866 L4.5310549,145.842 L96.3299443,173.921809 L96.6150549,177.475343 L96.3359443,173.909809 L96.5099443,173.957809 L96.5099443,173.969809 C96.9599443,174.107809 97.4279443,174.227809 97.9139443,174.347809 L98.2139443,178.081809 C97.8899443,178.005809 97.5739443,177.924476 97.2659443,177.839587 L96.8099443,177.709809 L96.6299443,177.655809 L4.8310549,149.582 Z M102.629944,178.843809 C102.281944,178.807809 101.933944,178.759809 101.591944,178.717809 L101.589944,178.705657 L101.056444,178.627059 C100.879444,178.600809 100.703944,178.573809 100.529944,178.543809 C100.157944,178.483809 99.7859443,178.417809 99.4199443,178.345809 C99.0119443,178.261809 98.6039443,178.177809 98.2199443,178.081809 L97.9199443,174.347809 L99.1199443,174.605809 C99.4839443,174.677809 99.8559443,174.743809 100.235944,174.803809 C100.583944,174.863809 100.937944,174.917809 101.291944,174.965809 L101.291944,174.977809 L102.329944,175.109809 L102.339055,175.227343 L102.329944,175.097809 L103.349944,175.199809 L104.369944,175.283809 L105.401944,175.349809 L105.701944,179.089809 L104.669944,179.023809 L103.649944,178.939809 C103.307944,178.909809 102.965944,178.873809 102.629944,178.831809 L102.588055,178.326343 L102.629944,178.843809 Z" id="形状结合" fill="url(#linearGradient-5)" fill-rule="evenodd"></path>
|
||||||
|
<g id="编组-59" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(0, 102)">
|
||||||
|
<path d="M105.157055,68.0393428 L106.201055,68.0873428 L107.227055,68.0873428 L107.227055,68.1233428 L109.374055,68.1223428 L110.479055,68.1173428 L110.479055,68.0933428 L110.779055,74.8273428 L109.675055,74.8573428 L108.595055,74.8573428 L107.527055,74.8633428 L106.471055,74.8273428 L105.457055,74.7793428 L105.157055,68.0393428 Z M120.061055,66.9233428 L120.361055,73.6633428 C118.618487,74.0492826 116.855749,74.3377305 115.081055,74.5273428 L115.081055,74.5393428 C114.481055,74.6053428 113.881055,74.6593428 113.239055,74.7073428 L113.238055,74.6953428 L111.931055,74.7793428 L110.779055,74.8273428 L110.479055,68.0933428 L111.631055,68.0393428 L111.832055,72.5543428 L111.631055,68.0393428 L112.939055,67.9553428 L112.939055,67.9673428 C113.539055,67.9193428 114.175055,67.8653428 114.781055,67.7993428 L114.781055,67.7873428 C116.55614,67.6006283 118.31904,67.3121536 120.061055,66.9233428 Z M102.055055,67.7873428 L103.075055,67.8893428 L104.095055,67.9733428 L104.326055,73.1643428 L104.095055,67.9733428 L105.127055,68.0393428 L105.427055,74.7793428 L104.395055,74.7133428 L104.392055,74.6563428 L104.395055,74.7133428 L103.375055,74.6283428 C103.033055,74.5993428 102.691055,74.5633428 102.355055,74.5213428 L102.055055,67.7873428 Z M97.6450549,67.0373428 L98.8450549,67.2953428 L99.3970549,67.3988428 L99.9610549,67.4933428 C100.309055,67.5533428 100.663055,67.6073428 101.017055,67.6553428 L101.017055,67.6673428 L102.055055,67.7993428 L102.355055,74.5333428 C102.007055,74.4973428 101.659055,74.4493428 101.317055,74.4073428 L101.315055,74.3953428 L100.781555,74.3165928 C100.604555,74.2903428 100.429055,74.2633428 100.255055,74.2333428 C99.8830549,74.1733428 99.5110549,74.1073428 99.1450549,74.0353428 C98.7370549,73.9513428 98.3290549,73.8673428 97.9450549,73.7713428 L97.6450549,67.0373428 Z M0.00105490342,35.1413428 C0.0310549034,36.4553428 1.6270549,37.7393428 4.8310549,38.7413428 L4.8310549,38.7173428 L96.0550549,66.6113428 L96.3200549,72.5543428 L96.0610549,66.5993428 L96.2350549,66.6473428 L96.2350549,66.6593428 C96.6850549,66.7973428 97.1530549,66.9173428 97.6390549,67.0373428 L97.9390549,73.7713428 C97.4530549,73.6573428 96.9850549,73.5313428 96.5350549,73.3993428 L96.4970549,72.5543428 L96.5350549,73.3993428 L96.3550549,73.3453428 L5.1310549,45.4573428 C1.9270549,44.4793428 0.331054903,43.1953428 0.331054903,41.8573428 L0.00105490342,35.1413428 Z M224.551055,35.9453428 L224.851055,42.6853428 C224.617055,42.7993428 224.371055,42.9193428 224.113055,43.0333428 L223.813055,36.2933428 C224.071055,36.1793428 224.317055,36.0653428 224.551055,35.9453428 Z M226.723055,34.3493428 L227.023055,41.0893428 C226.939319,41.1970032 226.837696,41.2987013 226.736017,41.4063241 C226.622563,41.5174301 226.504402,41.6215717 226.381055,41.7193428 L226.362055,41.2993428 L226.381055,41.7193428 C226.249055,41.8273428 226.111055,41.9293428 225.961055,42.0373428 C225.805055,42.1453428 225.637055,42.2473428 225.457055,42.3553428 C225.265055,42.4633428 225.067055,42.5773428 224.857055,42.6853428 L224.557055,35.9453428 C224.773055,35.8373428 224.971055,35.7293428 225.157055,35.6153428 C225.337055,35.5133428 225.505055,35.4053428 225.661055,35.2973428 C225.811055,35.1953428 225.949055,35.0873428 226.081055,34.9853428 C226.207055,34.8773428 226.327055,34.7753428 226.435055,34.6673428 C226.537407,34.5672733 226.633584,34.4610776 226.723055,34.3493428 Z M227.257055,32.9993428 L227.557055,39.7393428 C227.561727,39.8621036 227.551655,39.9849815 227.527055,40.1053428 L227.527055,40.0873428 C227.501235,40.2062606 227.465098,40.3227013 227.419055,40.4353428 C227.372974,40.5492742 227.317174,40.659027 227.252273,40.7633867 C227.181131,40.8774936 227.105013,40.9856612 227.023055,41.0893428 L226.723055,34.3493428 C226.806974,34.2471382 226.883183,34.1388401 226.951055,34.0253428 C227.019564,33.9212133 227.077836,33.8106982 227.125055,33.6953428 C227.167309,33.5819234 227.201396,33.4656266 227.227055,33.3473428 L227.227055,33.3613428 L227.247,33.2442602 C227.256993,33.1630973 227.260367,33.0811875 227.257055,32.9993428 Z M221.623055,43.9153428 L122.269055,73.1653428 C121.669055,73.3453428 121.021055,73.5073428 120.361055,73.6633428 L120.061055,66.9233428 C120.721055,66.7673428 121.357055,66.6053428 121.969055,66.4253428 L221.323055,37.1753428 L221.563055,37.1033428 L221.901323,36.99983 C222.234822,36.8952156 222.553469,36.7872969 222.852359,36.6760739 C223.189055,36.5453428 223.501055,36.4193428 223.801055,36.2933428 L224.101055,43.0333428 C223.804612,43.1578488 223.50817,43.2823547 223.165414,43.4010715 C222.757055,43.5553428 222.325055,43.7053428 221.863055,43.8433428 L221.623055,43.9153428 L221.573055,42.8003428 L221.623055,43.9153428 Z" id="形状结合" fill="url(#linearGradient-6)" fill-rule="nonzero"></path>
|
||||||
|
<path d="M222.427055,29.3993428 C229.279055,31.4993428 228.781055,34.9733428 221.323055,37.1993428 L121.969055,66.4253428 C114.511055,68.6213428 102.913055,68.7053428 96.0610549,66.6113428 L4.8310549,38.7173428 C-2.0209451,36.5993428 -1.5229451,33.1433428 5.9350549,30.9473428 L105.289055,1.70334284 C112.747055,-0.492657163 124.351055,-0.576657163 131.203055,1.51734284 L222.427055,29.3993428 Z" id="路径" fill="url(#linearGradient-7)" fill-rule="nonzero"></path>
|
||||||
|
</g>
|
||||||
|
<g id="编组-62备份" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(25, 96)">
|
||||||
|
<path d="M76.0459688,51.2086826 L76.9805288,51.409613 L77.4104264,51.4902188 L77.8496696,51.5638154 C78.120692,51.6105434 78.3963872,51.6525986 78.6720824,51.689981 L79.4796216,51.8012882 L80.2748528,51.8722202 L81.0692288,51.9376394 L81.8729504,51.9890402 L82.1065904,66.6897522 L81.3028688,66.6383514 L80.5084928,66.5729322 C80.2421432,66.5495682 79.9757936,66.5215314 79.7141168,66.4888218 C79.4430944,66.4701306 79.172072,66.4327482 78.9057224,66.4000386 C78.6253544,66.3486378 78.3496592,66.3112554 78.0786368,66.2645274 C77.7889232,66.2177994 77.4992096,66.1663986 77.2141688,66.110325 C76.8964184,66.0449058 76.578668,65.9794866 76.2796088,65.9047218 L76.0459688,51.2086826 Z M93.7371896,65.8206114 C92.3800775,66.1211813 91.0072575,66.3458245 89.6251256,66.4934946 C89.1578456,66.554241 88.6905656,66.5962962 88.190576,66.6336786 L87.1719056,66.6897522 L86.274728,66.7271346 L85.4149328,66.7504986 L84.5738288,66.7504986 L83.7420704,66.7551714 L82.9196576,66.7271346 L82.1299544,66.6897522 L81.8963144,51.9890402 L82.7093816,52.0264226 L83.5084304,52.0264226 L83.5084304,52.0544594 L85.1806216,52.0542882 L86.0406216,52.0492882 L86.041088,52.0310954 L86.9382656,51.9890402 L87.956936,51.923621 C88.424216,51.8955842 88.9195328,51.853529 89.3914856,51.8021282 L89.3914856,51.7927826 C90.7739216,51.6473693 92.1468687,51.4227053 93.5035496,51.1198994 C94.0175576,50.9984066 94.5128744,50.872241 94.9895,50.732057 L172.366395,27.952157 L172.553307,27.8960834 C172.909761,27.7896103 173.247869,27.6785511 173.558547,27.5629057 C173.819636,27.461513 174.062622,27.3633842 174.296262,27.2652554 L174.529902,41.9659674 C174.299257,42.0628381 174.068612,42.1597089 173.802005,42.2520842 C173.483194,42.372501 173.146753,42.489321 172.786947,42.5967954 L172.600035,42.652869 L95.22314,65.432769 C94.75586,65.572953 94.2511976,65.6991186 93.7371896,65.8206114 Z M174.880362,26.994233 L175.114002,41.694945 C174.931762,41.7837282 174.740178,41.8771842 174.539247,41.9659674 L174.305607,27.2652554 C174.506538,27.1764722 174.698122,27.087689 174.880362,26.994233 Z M176.987794,24.6998882 L177.221434,39.4006002 C177.225073,39.4962063 177.217229,39.5919036 177.19807,39.685641 L177.19807,39.6716226 C177.177962,39.7642357 177.149818,39.8549198 177.11396,39.942645 C177.077848,40.0319293 177.034071,40.1179185 176.983122,40.199649 C176.928665,40.286992 176.869384,40.371233 176.805555,40.4519802 C176.740136,40.5360906 176.660698,40.6155282 176.581261,40.6996386 C176.493652,40.7853746 176.401628,40.8664801 176.305566,40.9426242 C176.202764,41.0267346 176.09529,41.1061722 175.97847,41.1902826 C175.856977,41.274393 175.726138,41.3538306 175.585954,41.437941 C175.436425,41.5220514 175.282222,41.6108346 175.118674,41.694945 L174.885034,26.994233 C175.053255,26.9101226 175.207458,26.8260122 175.352314,26.737229 C175.492498,26.6577914 175.623337,26.573681 175.74483,26.4895706 C175.86165,26.410133 175.969124,26.3260226 176.071926,26.246585 C176.170054,26.1624746 176.26351,26.083037 176.347621,25.9989266 C176.427332,25.9209924 176.502235,25.8382873 176.571915,25.7512682 C176.637271,25.6716712 176.696623,25.5873287 176.749482,25.498937 C176.802837,25.4178409 176.848219,25.3317718 176.884993,25.241933 C176.9179,25.1536019 176.944447,25.06303 176.96443,24.9709106 L176.963862,24.9838882 L176.979964,24.8906298 C176.987746,24.8274202 176.990374,24.7636288 176.987794,24.6998882 Z M3.99606556,43.8537786 C1.50079036,43.0921122 0.257825559,42.092133 0.257825559,41.0500986 L0.000821558779,26.3680778 C0.0232869434,27.3520616 1.17334183,28.3144442 3.48006492,29.0807531 L3.76182156,29.1708882 L3.76242556,29.1530666 L74.8076768,50.8769138 L75.0388216,65.4318882 L74.8123496,50.8675682 L74.9478608,50.9049506 C75.2983208,51.0217706 75.6627992,51.1152266 76.041296,51.2086826 L76.274936,65.9047218 C75.8964392,65.8159386 75.5319608,65.7178098 75.1815008,65.6150082 L75.0413168,65.572953 L3.99606556,43.8537786 Z" id="形状结合" fill="url(#linearGradient-8)" fill-rule="nonzero"></path>
|
||||||
|
<path d="M173.22619,22.8962082 C178.562528,24.5316882 178.174686,27.2372394 172.366395,28.9708482 L94.9895,51.732057 C89.1812096,53.4423018 80.1486872,53.507721 74.8123496,51.8769138 L3.76242556,30.1530666 C-1.57391204,28.5035682 -1.18606964,25.8120354 4.62222076,24.1017906 L81.999116,1.3265634 C87.8074064,-0.383681398 96.8446016,-0.449100598 102.180939,1.1817066 L173.22619,22.8962082 Z" id="路径" fill="url(#linearGradient-9)" fill-rule="nonzero"></path>
|
||||||
|
</g>
|
||||||
|
<g id="椭圆形" fill="none" transform="translate(22.5011, 161) scale(-1, 1) rotate(12) translate(-22.5011, -161)">
|
||||||
|
<use fill="#BAFFFF" fill-rule="evenodd" xlink:href="#path-10"></use>
|
||||||
|
<use fill="black" fill-opacity="1" filter="url(#filter-11)" xlink:href="#path-10"></use>
|
||||||
|
</g>
|
||||||
|
<g id="椭圆形备份" fill="none" transform="translate(13.5011, 158) scale(-1, 1) rotate(12) translate(-13.5011, -158)">
|
||||||
|
<use fill="#FFDBFF" fill-rule="evenodd" xlink:href="#path-12"></use>
|
||||||
|
<use fill="black" fill-opacity="1" filter="url(#filter-13)" xlink:href="#path-12"></use>
|
||||||
|
</g>
|
||||||
|
<g id="编组-2" filter="url(#filter-14)" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(54, -0)">
|
||||||
|
<g id="编组-69">
|
||||||
|
<path d="M79.7295,118.8385 C79.1258251,119.557632 78.3157777,120.073926 77.409,120.3175 L64.8885,123.7175 C65.793949,123.470917 66.6031582,122.955157 67.209,122.2385 L79.7295,118.8385 Z M55.5725,0 L55.9125,0.051 L55.7626608,0.092488193 C55.7862533,0.0967334581 55.8096653,0.100991532 55.8328967,0.105262416 L55.938,0.0765 L56.261,0.1445 L56.1673249,0.170182854 L56.2355,0.153 L56.516,0.2295 L56.8387448,0.328039583 C56.9842095,0.367631072 57.1168386,0.408133334 57.236632,0.449546369 L91.213,10.829 L91.2385,10.846 C91.3405255,10.8710074 91.4400937,10.9051451 91.536,10.948 L91.436,10.975 L91.536,10.948 L91.859,11.05 L92.148,11.1775 L91.863,11.254 L91.874,11.261 L92.1225,11.1945 L92.403,11.3475 L92.682,11.508 L92.9725,11.696 L92.6501274,11.7823796 L92.9725,11.696 L93.253,11.8915 L92.9334047,11.9772897 C92.9367448,11.979602 92.9400847,11.9819145 92.9434241,11.9842273 L93.253,11.9 L93.542,12.121 L93.831,12.3675 L94.1285,12.6395 L94.428,12.947 L94.5909375,13.1125 L94.749,13.2855 L94.764,13.312 L95.0805,13.6935 L95.431,14.154 L95.8115,14.6965 L95.782797,14.7024296 L95.783,14.704 L95.8115,14.6965 L95.9790527,14.9716142 C96.0399824,15.0621721 96.1004735,15.1597182 96.1603421,15.2669253 L96.2195,15.368 C96.3469124,15.6030109 96.4684301,15.8373813 96.5840531,16.0796113 C97.1234284,17.1366862 97.6381903,18.1938982 98.0858805,19.1901164 L118.7275,61.897 L118.786876,62.0443944 C118.792132,62.0526379 118.797481,62.0608815 118.802805,62.069125 L118.838,62.1265 C118.974,62.4268333 119.102444,62.7309444 119.220815,63.0388333 L119.3905,63.5035 C119.501,63.8265 119.6115,64.158 119.6965,64.4895 L119.68,64.493 L119.73837,64.702 C119.776778,64.8436667 119.812667,64.9853333 119.841,65.127 L119.841,65.131 L119.858,65.127 L119.920688,65.4000625 L119.977,65.6795 C119.977,65.7928333 120.007222,65.9061667 120.034926,66.0195 L120.0705,66.1895 C120.0705,66.2915 120.093167,66.3972778 120.113315,66.5043148 L120.1385,66.6655 L120.1895,67.133 L120.165525,67.141788 C120.166046,67.1467845 120.166565,67.1517784 120.167081,67.1567696 L120.1895,67.15 L120.190053,67.3945833 C120.196196,67.4630559 120.201882,67.5309817 120.207121,67.5983384 L120.2235,67.592 L120.224554,67.8458498 C120.227925,67.899336 120.231011,67.9524294 120.233821,68.0051181 L120.249,68 L120.248957,68.3645976 C120.24996,68.3972507 120.250854,68.4297249 120.251641,68.4620169 L120.2575,68.8755 L120.254179,69.0507687 C120.250895,69.248422 120.243395,69.4372241 120.232171,69.6162574 L120.232,69.683 C120.221516,69.7739487 120.214389,69.8610916 120.206382,69.9455618 L120.2065,70.091 L120.190887,70.0960028 C120.159808,70.3748457 120.118805,70.6213037 120.0705,70.8305 C120.038011,70.9712034 120.002859,71.1099556 119.965204,71.2467898 L119.9685,71.213 C119.9685,71.332 119.909,71.4595 119.875,71.5785 C119.865996,71.5847337 119.864966,71.5880337 119.863934,71.5913324 L119.875,71.587 C119.875,71.7145 119.807,71.842 119.7645,71.9695 L119.707425,72.1502755 C119.686161,72.2126486 119.662673,72.2742631 119.637,72.335 L119.595489,72.3468693 C119.5926,72.354117 119.589705,72.3613586 119.586803,72.3685942 L119.6795,72.3435 C119.637894,72.4733829 119.589664,72.6010501 119.535,72.726 L119.487,72.739 L119.408598,72.9323396 C119.378838,73.000363 119.347295,73.0676065 119.314,73.134 L119.294,73.139 L119.210937,73.3114375 C119.175875,73.3805 119.13975,73.4485 119.1015,73.5165 L119.037407,73.5356984 C119.032118,73.5454557 119.026818,73.5552006 119.021507,73.564933 L119.1015,73.542 C119.005167,73.7006667 118.911667,73.8536667 118.821,74.001 L118.761594,74.0175294 L118.8295,74.001 C118.708096,74.1831187 118.577597,74.3590081 118.4385,74.528 C117.520573,75.8976152 116.42447,76.9895064 115.502644,77.8789582 L79.704,118.83 L67.175,122.2385 L103.505988,80.6812679 C103.552305,77.7961485 104.452642,72.6680593 106.207,65.297 L86.883994,25.3059436 C83.5730996,24.9381163 80.8017037,24.5271145 80.35,24.65 C78.2865242,25.2113662 77.7311909,21.7405329 78.684,14.2375 L52.866,6.344 L52.7569462,6.37112763 C51.060786,6.731626 47.7039706,5.74125013 42.6865,3.4 L42.287,3.4 L54.8075,0 L55.5725,0 Z" id="形状结合" fill="url(#linearGradient-15)" fill-rule="nonzero"></path>
|
||||||
|
<path d="M43.715,3.4 L44.055,3.451 L43.8426494,3.51064449 C43.858632,3.5143641 43.8745692,3.51808056 43.890461,3.52179386 L44.055,3.4765 L44.378,3.5445 L44.6585,3.621 L44.4919926,3.66618614 C44.4972609,3.66748708 44.5025234,3.66878761 44.50778,3.67008774 L44.6585,3.6295 L79.3555,14.229 C79.460561,14.2677441 79.5648262,14.3088509 79.6682956,14.3523204 L79.687,14.348 L79.9599,14.456 L79.9845,14.45 L80.265,14.5775 L80.1931139,14.596558 C80.2004297,14.6003026 80.2077414,14.6040597 80.2150488,14.6078293 L80.265,14.5945 L80.554,14.7475 L80.8345,14.909 L80.7720132,14.9243194 L80.8345,14.909 L81.115,15.096 L81.0585828,15.110969 C81.0705169,15.1190949 81.0824387,15.1272572 81.0943482,15.135456 L81.115,15.13 C81.2058468,15.1848802 81.2940692,15.2439813 81.3793783,15.3071078 L81.404,15.3 L81.6759,15.514 L81.9719,15.758 L82.271,16.031 L82.577,16.337 L82.520631,16.3517622 L82.577,16.337 L82.7374375,16.5080625 L82.8915,16.6855 C83.0105,16.813 83.121,16.949 83.2315,17.085 L83.58,17.5525 C83.665,17.6658333 83.75,17.7867222 83.8324815,17.9101296 L83.954,18.0965 C84.089802,18.3086907 84.2256041,18.5378319 84.3614061,18.7669978 L84.4977964,19.0159593 C85.1595804,20.1376895 85.8240667,21.5018937 86.4912552,23.108572 L106.8669,65.281 C106.9125,65.3565 106.9465,65.4415 106.989,65.518 L106.9339,65.533 L106.9359,65.541 L106.989,65.5265 C107.125,65.8268333 107.253444,66.1309444 107.371815,66.4388333 L107.5415,66.9035 L107.700875,67.3933125 L107.8475,67.8895 C107.887167,68.0311667 107.926833,68.1728333 107.961463,68.3145 L108.009,68.527 L108.071687,68.80325 L108.128,69.0795 C108.128,69.1928333 108.158222,69.3061667 108.185926,69.4195 L108.2215,69.5895 C108.2215,69.751 108.264,69.904 108.2895,70.0655 L108.332,70.533 L107.975524,70.6310898 C107.9763,70.6371575 107.977073,70.6432204 107.977843,70.6492784 L108.3405,70.55 L108.3399,71.001 L108.3745,70.992 L108.3739,71.407 L108.4,71.4 L108.4,71.8335 L108.099988,71.9159343 C108.100555,71.9251384 108.101113,71.9343279 108.101662,71.9435026 L108.4085,71.859 L108.4085,72.2755 L108.4,72.658 L108.127111,72.7323757 L108.127128,72.7544374 L108.383,72.6835 L108.383,73.083 L108.119633,73.1558717 L108.3575,73.1 L108.3575,73.491 L108.2759,73.512 L108.23,73.8565 L108.057536,73.9048321 L108.055655,73.918741 L108.281,73.8565 C108.281,73.984 108.2385,74.1115 108.213,74.239 L108.1949,74.244 L108.1195,74.613 L107.8999,74.672 L107.8949,74.69 L108.1195,74.63 L108.026,75.004 L108.014711,75.0824922 C107.993594,75.1777188 107.947375,75.27175 107.9155,75.361 L107.654786,75.4318264 L107.9155,75.361 L107.857425,75.5541416 L107.788,75.7435 C107.7455,75.871 107.6945,75.9985 107.6435,76.126 L107.6049,76.135 L107.4389,76.506 L107.465,76.5 C107.397,76.6445 107.3205,76.7805 107.244,76.925 L106.868781,77.0270639 C106.862608,77.0373899 106.85642,77.0477089 106.850217,77.0580209 L107.244,76.9505 L107.111188,77.1789375 L106.972,77.401 C106.8445,77.588 106.717,77.7665 106.581,77.9365 L106.479,78.047 L67.8465,122.23 L67.8359,122.232 L67.6789861,122.411143 C67.1045809,123.026825 66.3724947,123.476201 65.56,123.709 L52.5385,126.429 C53.4301173,126.172877 54.2258019,125.658196 54.825,124.95 L93.0307798,84.4121696 C92.6351726,84.2120883 92.233246,83.9830317 91.825,83.725 L96.8485,68.0085 L82.2391425,37.766553 C81.2658044,39.7109588 80.6360902,40.7221078 80.35,40.8 C78.8232243,41.215687 75.1512243,33.268187 69.334,16.9575 L45.2088975,9.58218005 C44.6490279,9.89525817 44.1349613,10.109086 43.8,10.2 C42.1824844,10.6390204 38.7141403,9.29051995 33.3949678,6.15449879 L33.3365,6.154 L33.3365,6.12 L32.9659,6.12 L32.937,6.1285 C32.7860012,6.1371019 32.6356004,6.1541284 32.4865,6.1795 L32.3403055,6.20253354 L32.2029,6.231 L42.066,3.553 C42.2102768,3.50881756 42.3581905,3.47752812 42.508,3.4595 C42.6568612,3.43079578 42.8072909,3.41092771 42.9585,3.4 L43.715,3.4 Z" id="形状结合" fill="url(#linearGradient-16)" fill-rule="nonzero"></path>
|
||||||
|
<g id="页面-1-(7)" transform="translate(0, 5.1)">
|
||||||
|
<path d="M34.85,0 C35.1515974,0 36.37213,0.347746623 37.0109003,0.60667715 L70.4565,10.8375 L70.475,10.846 C70.5864096,10.8722918 70.6886972,10.9063877 70.788,10.948 L71.06,11.05 L70.9500889,11.0797861 L71.06,11.05 L71.349,11.1775 L71.2141765,11.2148583 C71.2231628,11.2195273 71.2321279,11.224193 71.2410715,11.2288553 L71.366,11.1945 L71.655,11.3475 L71.9355,11.509 L71.918,11.514 L72.1905,11.696 L72.1170167,11.7153221 L72.216,11.696 L72.505,11.9 L72.4442037,11.9171341 L72.505,11.9 L72.7855,12.121 L73.0462785,12.335966 C73.2313785,12.4779411 73.3909524,12.6159524 73.525,12.75 C73.7061906,12.9311906 73.8636856,13.1007112 74.001768,13.2604116 L74.0204775,13.2821282 C74.0852608,13.3575964 74.1457042,13.430866 74.2022674,13.5021354 L74.3325,13.6595 C74.4160944,13.7838969 74.4959161,13.9002768 74.5670656,14.0118724 L74.681,14.161 L74.6622653,14.1667645 L74.6895,14.161 C74.817,14.3395 74.9445,14.518 75.0635,14.705 L74.9591233,14.7339878 L75.0635,14.705 L75.4715,15.3765 C75.6201926,15.6408423 75.760857,15.9051847 75.8934933,16.2007355 L78.1792213,20.9310777 C78.2401072,21.04852 78.2991642,21.1634327 78.3563258,21.2758954 L78.5742388,21.7119125 C78.7270887,22.0237307 78.8627999,22.3152907 78.979686,22.5886053 L97.9625,61.8885 L97.962,61.89 L98.0815,62.1265 L98.02,62.143 L98.023,62.153 L98.124,62.1265 C98.3329315,62.5751714 98.5173692,63.0348468 98.6765,63.5035 L98.637,63.514 L98.7476481,63.8290185 C98.8200556,64.0475 98.8861667,64.2685 98.9485,64.4895 L98.5427889,64.601741 L98.974,64.4895 C99.0335,64.702 99.0845,64.9145 99.1355,65.127 L99.114,65.132 L99.1695,65.38625 C99.188625,65.477625 99.20775,65.569 99.229,65.6625 L98.7563467,65.7912837 C98.7572794,65.7969022 98.7582103,65.8025168 98.7591393,65.8081275 L99.229,65.6795 C99.229,65.7928333 99.2554444,65.9061667 99.2806296,66.0195 L99.314,66.1895 C99.314,66.351 99.365,66.504 99.382,66.6655 L98.9091788,66.7943465 L99.382,66.6655 C99.406933,66.8203655 99.4239551,66.9764013 99.433,67.133 C99.433,67.235 99.433,67.337 99.4455926,67.439 L99.4755,67.592 L99.4755,68.0255 L99.0598896,68.139032 L99.4925,68.0255 L99.4925,68.459 L99.0903453,68.5694634 L99.501,68.459 L99.501,68.85 L99.1080206,68.9579325 C99.1082982,68.9666255 99.1085667,68.9752992 99.1088262,68.9839538 L99.501,68.8755 L99.501,69.2835 L99.483,69.288 L99.484,69.683 L99.104555,69.7868687 L99.45,69.7 C99.45,69.8275 99.45,69.955 99.4075,70.091 L99.405,70.092 L99.3565,70.4565 C99.3565,70.552125 99.3565,70.6429687 99.3278125,70.7362031 L99.2885,70.8305 L99.2569882,71.0188783 L99.212,71.2045 C99.212,71.300125 99.1785313,71.39575 99.1474531,71.4877891 L99.1185,71.5785 L99.0165,71.9525 C99.0165,72.0885 98.9315,72.2075 98.889,72.335 L98.4754066,72.4473168 L98.889,72.335 L98.7445,72.7175 L98.3056338,72.8408645 C98.2987955,72.8558458 98.2919288,72.8707948 98.2850343,72.8857116 L98.7445,72.76 L98.566,73.1595 L98.54,73.166 L98.4586875,73.3284375 C98.4215,73.3975 98.38325,73.4655 98.345,73.5335 L98.2121875,73.769375 L98.073,73.9925 C97.9920087,74.1153149 97.9056987,74.2344956 97.8143255,74.3497055 L97.6735,74.5195 L97.5715,74.647 L97.561,74.65 L58.939,118.83 L58.103,119.057 L58.939,118.83 C58.3426941,119.543284 57.5462442,120.061421 56.6525,120.3175 L49.1385,122.4 C50.0322442,122.143921 50.8286941,121.625784 51.425,120.9125 L51.425,120.87 L89.0516933,77.8373041 C89.0121269,75.3819004 89.4777291,70.7456324 90.4485,63.9285 L74.2396281,30.3673674 C71.3906145,31.6732723 68.3731235,32.1986995 68,32.3 C66.8822183,32.6034702 65.1963849,26.1293035 62.9425,12.8775 L31.5548524,3.28413107 C30.4816767,3.55816226 29.6125605,3.74692928 29.325,3.825 C28.6902165,3.9973394 27.4662165,3.4533394 25.653,2.193 C25.7972768,2.14881756 25.9451905,2.11752812 26.095,2.0995 L26.164,2.08 L33.342,0.131 L33.167,0.153 C33.3106356,0.109013922 33.4578758,0.0778065034 33.6070027,0.0597411608 C33.7550019,0.0307910783 33.9026037,0.0109216103 34.051,0 L34.85,0 Z" id="形状结合" fill="url(#linearGradient-17)" fill-rule="nonzero"></path>
|
||||||
|
<g id="编组" transform="translate(25.5, 0)"></g>
|
||||||
|
<g id="编组" transform="translate(62.9, 10.2)"></g>
|
||||||
|
<path d="M62.9425,12.8775 C65.0505,13.5235 67.0565,15.504 68.391,18.2495 L90.491,63.9285 C92.6755,68.459 92.5055,73.9245 90.0915,76.6785 L51.459,120.8785 C50.2822423,122.320151 48.3355522,122.882152 46.5715,122.2895 C44.4817136,121.499265 42.7526499,119.972732 41.7095,117.997 L2.0485,49.776 C-0.425,45.526 -0.6885,39.9245 1.4365,36.7115 L22.8565,4.3265 C23.9407664,2.45810287 26.1828399,1.60094364 28.237,2.2695 L62.9425,12.8775 Z" id="路径" fill="url(#linearGradient-18)" fill-rule="nonzero"></path>
|
||||||
|
<g id="编组" transform="translate(89.25, 61.2)"></g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="页面-1-(6)备份" transform="translate(31, 57)">
|
||||||
|
<g id="编组" transform="translate(1.6, 0)" fill="url(#linearGradient-19)" fill-rule="nonzero">
|
||||||
|
<path d="M24.184,31.008 C23.903619,31.3395015 23.5301631,31.5791822 23.112,31.696 L16.04,33.6 C16.4581631,33.4831822 16.831619,33.2435015 17.112,32.912 L17.112,32.928 L24.184,31.008 Z M34.24,7.944 L34.1217679,7.97657369 L34.1484892,7.97694126 L34.24,7.952 L34.4,7.952 L34.2855367,7.98395994 C34.3282711,7.98781767 34.3664255,7.99316436 34.4,8 L34.512,8 L34.648,8.04 L34.6036405,8.05198011 C34.6151392,8.05549995 34.6265652,8.05909506 34.637917,8.06276049 L34.664,8.056 C34.7112031,8.06474804 34.7567606,8.08076809 34.7990467,8.10348642 L34.944,8.16 L34.922,8.165 L35.048,8.224 L35.0358313,8.22853962 L35.0471307,8.23429015 L35.08,8.224 L35.216,8.288 L35.2820229,8.33136112 L35.352,8.368 L35.48,8.456 L35.445,8.466 L35.469,8.482 L35.48,8.48 L35.592,8.558 L35.616,8.552 L35.752,8.656 L35.888,8.768 L35.8713591,8.77247184 C35.9214078,8.81365259 35.9697833,8.85545342 36.0165517,8.89774115 L36.168,9.04 L36.1867296,9.06056667 C36.2970616,9.17220206 36.3972728,9.28595115 36.4884977,9.39953249 L36.512,9.392 L36.64,9.6 L36.6540323,9.61838647 C36.7781741,9.79259319 36.8824921,9.96286497 36.9712076,10.1207116 L36.965,10.111 L36.9854946,10.1446903 C37.0244518,10.2162782 37.0607203,10.2844866 37.0942291,10.349271 L37.138,10.432 L37.256,10.672 C37.8295831,11.8217099 38.017703,13.0982137 37.9206372,14.1333196 L37.92,14.224 C37.9089467,14.2453336 37.9068208,14.2634218 37.904606,14.2814278 L37.904,14.4 L37.887,14.404 L37.888,14.584 L37.864,14.591 L37.86115,14.672 C37.86115,14.7013487 37.8621,14.7306974 37.864,14.76 L37.832,14.769 L37.8305185,14.8180741 C37.8275556,14.8577778 37.8186667,14.8986667 37.792,14.936 C37.795679,14.9919396 37.795679,15.0480604 37.792,15.104 L37.749,15.116 L37.7267673,15.1968422 L37.696,15.288 L37.6707054,15.3729018 L37.64,15.456 C37.620869,15.5191289 37.5967945,15.5806525 37.568,15.64 L37.542,15.686 L37.568,15.68 C37.5461888,15.7433321 37.51944,15.8048544 37.488,15.864 L37.467,15.869 L37.392,16.024 L37.374,16.029 L37.264,16.208 C37.2502883,16.2203119 37.2445684,16.2299007 37.238946,16.2393716 L37.264,16.232 L37.1747941,16.3511567 C37.1450746,16.4057263 37.1207391,16.4562849 37.104,16.504 L37.022,16.55 L37.016,16.56 L36.999,16.563 L36.997,16.564 L37.016,16.56 L24.184,31.008 L17.112,32.928 L28.8292172,19.7350613 C28.7715049,19.7493429 28.7216406,19.7620431 28.68,19.7733482 C28.2293917,19.8956853 27.5280584,16.6112359 26.576,9.92 C26.5051202,9.92834692 26.4353698,9.94444317 26.368,9.968 L26.344,9.936 L33.44,8 L33.638,7.999 L33.84,7.944 L34.24,7.944 Z M8.024,0 L7.90750396,0.0323646777 C7.91936616,0.0319341862 7.93116643,0.0315602773 7.94290478,0.031242951 L8.056,0 L8.392,0 L8.25909609,0.0374056444 C8.2956345,0.0400059629 8.33143262,0.0432826801 8.36649045,0.0472357961 L8.392,0.04 L8.544,0.04 L8.46882537,0.0610268196 L8.54022474,0.0735224182 L8.672,0.072 L8.61178879,0.0886923038 C8.7435478,0.119230112 8.86228487,0.16166601 8.968,0.216 L8.957,0.21 L8.968,0.216 L9.111,0.279 L9.24,0.352 L9.21755664,0.357020881 L9.24,0.352 C9.28750159,0.373954954 9.33273354,0.400517302 9.37504608,0.431304828 L9.512,0.512 L9.64,0.608 L9.59916859,0.618165078 L9.64,0.608 L9.775,0.711 L9.885,0.807 L9.912,0.8 L10.056,0.928 L9.99622224,0.944240807 L10.0229963,0.968232811 L10.056,0.96 L10.2,1.096 L10.1691745,1.10394024 C10.1721698,1.10680509 10.1751595,1.10967003 10.1781438,1.11253498 L10.24,1.096 L10.384,1.264 L10.3424806,1.27592389 C10.3989456,1.33409361 10.4527128,1.3916979 10.5033745,1.44812219 L10.5131706,1.45906118 C10.7708281,1.74753462 10.9461717,2.0039488 10.984266,2.14549274 L10.992,2.16 L21.8,20.592 L14.728,22.512 L5.01594752,5.94862821 C3.92181289,5.44483455 2.37783038,4.12595848 0.384,1.992 L0.584,1.944 L0.584,1.928 L0.639,1.928 L7.656,0 L8.024,0 Z" id="形状结合"></path>
|
||||||
|
</g>
|
||||||
|
<g id="编组" transform="translate(3.2, 0)"></g>
|
||||||
|
<g id="编组" transform="translate(27.2, 7.2)"></g>
|
||||||
|
<path d="M3.2,2.024 C4.14783901,2.37044167 4.94173408,3.04241713 5.44,3.92 L5.544,4.08 L16.352,22.48 L26.88,10.616 C27.4396533,9.94901203 28.3502142,9.69202445 29.176,9.968 C30.1632608,10.3431111 30.9796743,11.0656512 31.472,12 C32.72,14.112 32.784,16.928 31.632,18.4 L31.544,18.512 L18.744,32.96 C18.1862999,33.6298782 17.2754169,33.8901305 16.448,33.616 C15.5082142,33.2570678 14.7259526,32.5768403 14.24,31.696 L14.136,31.52 L1,9.12 C-0.28,6.944 -0.296,4.048 1,2.648 C1.54867166,2.02841313 2.40773167,1.78475247 3.2,2.024 Z" id="路径" fill="url(#linearGradient-20)" fill-rule="nonzero"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 44 KiB |
14
static/images/newCommercialBI/guestFormat.svg
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<title>服务区/地址备份_5</title>
|
||||||
|
<g id="考核管理" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||||
|
<g id="1211版本优化切图" transform="translate(-271, -202)" fill="#6372BD" fill-rule="nonzero">
|
||||||
|
<g id="服务区/地址备份-5" transform="translate(271, 202)">
|
||||||
|
<g id="hotel-bed-line" transform="translate(0.9984, 2.3315)">
|
||||||
|
<path d="M14,4.9 L14,11.2 L12.6,11.2 L12.6,9.1 L1.4,9.1 L1.4,11.2 L0,11.2 L0,0 L1.4,0 L1.4,7 L7,7 L7,2.1 L11.2,2.1 C12.74637,2.1 14,3.353602 14,4.9 Z M12.6,7 L12.6,4.9 C12.6,4.126801 11.97322,3.5 11.2,3.5 L8.4,3.5 L8.4,7 L12.6,7 Z" id="形状"></path>
|
||||||
|
<path d="M4.2,2.1 C5.359795,2.1 6.3,3.040205 6.3,4.2 C6.3,5.35983 5.359795,6.3 4.2,6.3 C3.040205,6.3 2.1,5.35983 2.1,4.2 C2.1,3.040205 3.040205,2.1 4.2,2.1 Z M4.2,3.5 C3.813404,3.5 3.5,3.813404 3.5,4.2 C3.5,4.58661 3.813404,4.9 4.2,4.9 C4.586596,4.9 4.9,4.58661 4.9,4.2 C4.9,3.813404 4.586596,3.5 4.2,3.5 Z" id="形状结合"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
17
static/images/newCommercialBI/haveFormat.svg
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<title>形状_3</title>
|
||||||
|
<defs>
|
||||||
|
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
||||||
|
<stop stop-color="#459FFF" offset="0%"></stop>
|
||||||
|
<stop stop-color="#473AFF" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<g id="考核管理" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||||
|
<g id="1211版本优化切图" transform="translate(-247, -118)" fill="url(#linearGradient-1)">
|
||||||
|
<g id="形状-3" transform="translate(247, 118)">
|
||||||
|
<path d="M8,16 C3.58172,16 0,12.41824 0,8 C0,3.58172 3.58172,0 8,0 C12.41824,0 16,3.58172 16,8 C16,12.41824 12.41824,16 8,16 Z M7.20208,11.2 L12.85896,5.543144 L11.7276,4.411776 L7.20208,8.93728 L4.939368,6.67448 L3.807992,7.80592 L7.20208,11.2 Z" id="形状"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |
17
static/images/newCommercialBI/noHaveFormat.svg
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<title>形状_2</title>
|
||||||
|
<defs>
|
||||||
|
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
||||||
|
<stop stop-color="#459FFF" offset="0%"></stop>
|
||||||
|
<stop stop-color="#473AFF" offset="100%"></stop>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<g id="考核管理" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.200000003">
|
||||||
|
<g id="1211版本优化切图" transform="translate(-247, -146)" fill="url(#linearGradient-1)">
|
||||||
|
<g id="形状-2" transform="translate(247, 146)">
|
||||||
|
<path d="M8,16 C3.58172,16 0,12.41824 0,8 C0,3.58172 3.58172,0 8,0 C12.41824,0 16,3.58172 16,8 C16,12.41824 12.41824,16 8,16 Z M7.20208,11.2 L12.85896,5.543144 L11.7276,4.411776 L7.20208,8.93728 L4.939368,6.67448 L3.807992,7.80592 L7.20208,11.2 Z" id="形状"></path>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |