diff --git a/pages/commercialBI/businessPortrait.vue b/pages/commercialBI/businessPortrait.vue index 41d27b8..3da9fc7 100644 --- a/pages/commercialBI/businessPortrait.vue +++ b/pages/commercialBI/businessPortrait.vue @@ -5,7 +5,8 @@ + :topLeftBg="topLeftBg" :topLeftColor="topLeftColor" :iconObj="iconObj" :haveIconObj="haveIconObj" :detailBoxBg="detailBoxBg" + :haveFun="haveFun"/>
@@ -16,7 +17,7 @@ {{ single }} - +
@@ -105,21 +106,21 @@ export default { labelList:['女性','高消费','喜爱奶茶','浙江','20-30岁','江苏'],//标签 title:'交易画像',//页面标题 bgColor:'180deg, #FFBA07 0%, #F38309 100%', - bgUrl: '/static/images/newCommercialBI/businessPortraitBg.svg',//背景图片路径 + bgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/businessPortraitBg.svg',//背景图片路径 page:'/pages/commercialBI/businessPortrait', detailBoxBg:'linear-gradient(136deg, #F6F2E9 0%, #FFFFFF 100%);', topLeftBg:'linear-gradient(180deg, rgba(255, 186, 7, 0.2) 0%, rgba(243, 131, 9, 0.2) 100%)',// 类别背景 topLeftColor:'#F38609',// 类别文字颜色 iconObj:{ - car:'/static/images/newCommercialBI/businessCar.svg', - charge:'/static/images/newCommercialBI/businessCharge.svg', - bady:'/static/images/newCommercialBI/businessBady.svg', - guestRoom:'/static/images/newCommercialBI/businessGuestRoom.svg' + car:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/businessCar.svg', + charge:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/businessCharge.svg', + bady:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/businessBady.svg', + guestRoom:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/businessGuestRoom.svg' }, haveIconObj:{ - have:'/static/images/newCommercialBI/businessHave.svg', - noHave:'/static/images/newCommercialBI/businessNoHave.svg' + have:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/businessHave.svg', + noHave:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/businessNoHave.svg' }, time: '',//跳转携带的时间 menu: {},//手机配置信息 @@ -138,6 +139,7 @@ export default { single:'',//显示时间 endData:'', // 结束时间 month:'',//显示月份 + haveFun:{} } }, onLoad(option) { @@ -186,6 +188,8 @@ export default { this.getCompareList() //商超畅销品 this.getBestsellerList() + // 服务区基本信息 + this.getServiceInfo() }, onUnload() { this.$util.addUserBehavior() @@ -208,6 +212,19 @@ export default { this.getBestsellerList() this.$forceUpdate() }, + //获取服务区基本信息 + 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 + } + }, bindDateChange(e){ const date = new Date(e.detail.value) const nowDate = new Date() diff --git a/pages/commercialBI/carPortrait.vue b/pages/commercialBI/carPortrait.vue index 240dbfe..3475065 100644 --- a/pages/commercialBI/carPortrait.vue +++ b/pages/commercialBI/carPortrait.vue @@ -5,7 +5,7 @@
-
+
分析 {{analyseText}} @@ -50,23 +50,23 @@
- - + + 司机之家
- - + + 充电桩
- - + + 母婴室
- - + + 客房
@@ -130,7 +130,7 @@ {{ single }} - +
@@ -292,7 +292,7 @@ - + @@ -395,6 +395,7 @@ export default { headMsg:null, searchEndTime:'', searchText:'',// 展示全省情況时显示的日期内容 + haveFun:{} } }, components: { @@ -685,6 +686,14 @@ export default { tabList.push({name:item.SERVERPART_REGIONNAME,value:index+1}) }) this.tabList = tabList + this.haveFun = { + car:total.Result_Data.HASPILOTLOUNGE, + charge:total.Result_Data.HASCHARGE , + bady:total.Result_Data.HASMOTHER , + gusetHome:total.Result_Data.HASGUESTROOM + } + console.log('total',total) + console.log('this.haveFun',this.haveFun) } }, async changeAllProvinceSearch(e){ diff --git a/pages/commercialBI/commercialType.vue b/pages/commercialBI/commercialType.vue index 07dcff8..7aa4d0a 100644 --- a/pages/commercialBI/commercialType.vue +++ b/pages/commercialBI/commercialType.vue @@ -19,8 +19,8 @@ export default { {img:'https://eshangtech.com/ShopICO/ahyd-BID/index/business_icon.svg',url:'/pages/commercialBI/managePortrait',text:'经营'}, {img:'https://eshangtech.com/ShopICO/ahyd-BID/index/trade.svg',url:'/pages/commercialBI/businessPortrait',text:'交易'}, {img:'https://eshangtech.com/ShopICO/ahyd-BID/index/brand.svg',url:'/pages/commercialBI/formatPortrait',text:'品牌'}, - {img:'/static/images/newCommercialBI/newExamineIcon.svg',url:`/pages/newamine/index?come=index&type=${1}&time=${this.time}`,text:'考核'}, - {img:'/static/images/newCommercialBI/inspectionIcon.svg',url:`/pages/newamine/index?come=index&type=${2}&time=${this.time}`,text:'巡检'}, + {img:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/newExamineIcon.svg',url:`/pages/newamine/index?come=index&type=${1}&time=${this.time}`,text:'考核'}, + {img:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/inspectionIcon.svg',url:`/pages/newamine/index?come=index&type=${2}&time=${this.time}`,text:'巡检'}, ], showTypeList:[], selectIndex: 5, diff --git a/pages/commercialBI/components/headerTop.vue b/pages/commercialBI/components/headerTop.vue index 24acc0b..6d17bfd 100644 --- a/pages/commercialBI/components/headerTop.vue +++ b/pages/commercialBI/components/headerTop.vue @@ -35,22 +35,22 @@
- + 司机之家
- + 充电桩
- + 母婴室
- + 客房
@@ -147,6 +147,15 @@ export default { type:String, default:'' }, + haveFun:{ + type:Object, + default:{ + car:false, + charge:false, + bady:false, + gusetHome:false + } + } }, data() { return { diff --git a/pages/commercialBI/guestPortrait.vue b/pages/commercialBI/guestPortrait.vue index 09a0f9b..4c9a04c 100644 --- a/pages/commercialBI/guestPortrait.vue +++ b/pages/commercialBI/guestPortrait.vue @@ -5,7 +5,8 @@
+ :topLeftBg="topLeftBg" :topLeftColor="topLeftColor" :iconObj="iconObj" :haveIconObj="haveIconObj" :detailBoxBg="detailBoxBg" + :haveFun="haveFun"/>
@@ -26,7 +27,7 @@ {{ single }} - +
@@ -85,7 +86,7 @@ export default { topBg:'linear-gradient(180deg, #A1D0C1 0%, #B1D9CD 100%);',//顶部组件的悬浮背景色 title:'客群画像',//页面标题 bgColor:'180deg, #30C8ED 0%, #0B9353 100%',//标签背景颜色 - bgUrl:'/static/images/newCommercialBI/guestPortraitBg.svg',//背景图片路径 + bgUrl:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/guestPortraitBg.svg',//背景图片路径 page:'/pages/commercialBI/guestPortrait', @@ -93,14 +94,14 @@ export default { topLeftBg:'linear-gradient(180deg, rgba(48, 200, 237, 0.2) 0%, rgba(11, 147, 83, 0.2) 100%)',// 类别背景 topLeftColor:'#0E9760',// 类别文字颜色 iconObj:{ - car:'/static/images/newCommercialBI/carGuest.svg', - charge:'/static/images/newCommercialBI/chargeGuest.svg', - bady:'/static/images/newCommercialBI/badyGuest.svg', - guestRoom:'/static/images/newCommercialBI/guestRoomGuest.svg' + car:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/carGuest.svg', + charge:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/chargeGuest.svg', + bady:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/badyGuest.svg', + guestRoom:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/guestRoomGuest.svg' }, haveIconObj:{ - have:'/static/images/newCommercialBI/haveGuest.svg', - noHave:'/static/images/newCommercialBI/noHaveGuest.svg' + have:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/haveGuest.svg', + noHave:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/noHaveGuest.svg' }, time:'',//跳转携带的时间 menu:{},//手机配置信息 @@ -117,6 +118,7 @@ export default { single:'',//显示时间 thisMonth:'',//几月 endData:'', // 结束时间 + haveFun:{} } }, onLoad(option){ @@ -167,6 +169,8 @@ export default { this.getConsumptionLevelList() //业态偏好 this.getBusinessTypeList() + // 服务区基本信息 + this.getServiceInfo() }, onUnload() { this.$util.addUserBehavior() @@ -194,7 +198,22 @@ export default { this.getConsumptionLevelList() //业态偏好 this.getBusinessTypeList() + // 服务区基本信息 + 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 nearestService(){ let seat = uni.getStorageSync('seatInfo'); diff --git a/pages/commercialBI/managePortrait.vue b/pages/commercialBI/managePortrait.vue index 03d7e37..affe495 100644 --- a/pages/commercialBI/managePortrait.vue +++ b/pages/commercialBI/managePortrait.vue @@ -5,7 +5,8 @@
+ :topLeftBg="topLeftBg" :topLeftColor="topLeftColor" :iconObj="iconObj" :haveIconObj="haveIconObj" :detailBoxBg="detailBoxBg" + :haveFun="haveFun"/>
@@ -87,7 +88,7 @@

本月自营计划

- +
{{monthNoticeText}}
@@ -101,7 +102,7 @@

{{plan.percentageMonth?plan.percentageMonth + '%':'-'}}

-

+

比计划: @@ -136,7 +137,7 @@

年度自营计划

- +
{{yearNoticeText}}
@@ -150,7 +151,7 @@

{{plan.percentageYear?plan.percentageYear + '%':'-'}}

-

+

比计划: @@ -206,20 +207,20 @@ export default { selectTab:0,//当前选中 title:'经营画像',//页面标题 bgColor: '180deg, #996CFF 0%, #5D43F8 100%', - bgUrl: '/static/images/newCommercialBI/managePortraitBg.svg',//背景图片路径 + bgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/managePortraitBg.svg',//背景图片路径 page:'/pages/commercialBI/managePortrait', 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%)',// 类别背景 topLeftColor:'#6347F9',// 类别文字颜色 iconObj:{ - car:'/static/images/newCommercialBI/carPortrait.svg', - charge:'/static/images/newCommercialBI/chargePortraitBg.svg', - bady:'/static/images/newCommercialBI/babyPortrait.svg', - guestRoom:'/static/images/newCommercialBI/guestRoomPortrait.svg' + car:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/carPortrait.svg', + charge:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/chargePortraitBg.svg', + bady:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/babyPortrait.svg', + guestRoom:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/guestRoomPortrait.svg' }, haveIconObj:{ - have:'/static/images/newCommercialBI/havePortrait.svg', - noHave:'/static/images/newCommercialBI/noHavePortrait.svg' + have:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/havePortrait.svg', + noHave:'https://eshangtech.com/ShopICO/ahyd-BID/newCommercialBI/noHavePortrait.svg' }, time: '',//跳转携带的时间 menu: {},//手机配置信息 @@ -244,7 +245,8 @@ export default { monthNoticeText:'', yearNoticeText:'', lastDay:'', - month:'' + month:'', + haveFun:{} } }, onLoad(option) { @@ -295,11 +297,26 @@ export default { //问号显示的内容 this.handleNoticeMonth() this.handleNoticeYear() + // 服务区基本信息 + this.getServiceInfo() }, onUnload() { this.$util.addUserBehavior() }, methods:{ + //获取服务区基本信息 + 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 + } + }, // 拿到服务区详情页需要的数据 然后带着跳转过去 handleGoServiceInfo(type){ let serviceInfo = this.serviceInfo diff --git a/pages/index/components/rateCharts.vue b/pages/index/components/rateCharts.vue index ecc82ff..ac83ce4 100644 --- a/pages/index/components/rateCharts.vue +++ b/pages/index/components/rateCharts.vue @@ -30,14 +30,25 @@ export default { handler(value){ this.preferPath = '' let sum = value[0] + value[1] - let firstRate = Number(((value[0] / sum)*100).toFixed(2)) - let secondRate = 100 - Number(firstRate) - let res = { - series:[{ - data:[{name:'驿站营收',value:firstRate},{name:'未完成',value:secondRate}] - }] + if (sum===0){ + let res = { + series:[{ + data:[{name:'驿站营收',value:0},{name:'未完成',value:0}] + }] + } + console.log('res',res) + this.drawCharts('rate',res) + }else{ + let firstRate = Number(((value[0] / sum)*100).toFixed(2)) + let secondRate = 100 - Number(firstRate) + let res = { + series:[{ + data:[{name:'驿站营收',value:firstRate},{name:'未完成',value:secondRate}] + }] + } + console.log('res',res) + this.drawCharts('rate',res) } - this.drawCharts('rate',res) }, } }, diff --git a/pages/index/index.vue b/pages/index/index.vue index 349d06b..b2437aa 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -51,8 +51,8 @@
- - + + {{showTableData.add?showTableData.add:'-'}}% @@ -108,13 +108,13 @@ - 驿站营收/万元 - 3,512.54 + 驿达入账/万元 + - - 商家营收/万元 - 2,615.68 + 商家入账/万元 + - @@ -133,8 +133,8 @@ - - + + @@ -195,7 +195,7 @@ - + {{showTableData.yearYoY?showTableData.yearYoY+'%':''}} 同比 @@ -346,7 +346,7 @@ {{yesObj.CashPay?yesObj.CashPay:''}} - + {{yesObjCompared?yesObjCompared>0?'+'+yesObjCompared+'%':yesObjCompared+'%':'-'}} @@ -355,7 +355,7 @@ - + {{lastDay}} @@ -364,8 +364,8 @@ 服务区信息 - - + + @@ -373,39 +373,39 @@ - + 经营报表 - + - + 经营品牌库 - + 财务报表 - + - + 数智统计 - - + + - + 现场管理 - - + + - + 节日特刊 - - + + @@ -454,7 +454,7 @@ /辆
- + {{item.VEHICLE_RATE}}%
@@ -490,7 +490,7 @@ /人
- + {{item.VEHICLE_RATE}}%
@@ -521,7 +521,7 @@ - + {{monthAdd}}% (比计划) @@ -562,7 +562,7 @@ - + {{yearAdd}}% (比计划) @@ -833,15 +833,15 @@ export default { ], tabTypeList:[ { imgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/index/car.svg', path: '/pages/commercialBI/carPortrait', name: '车流'}, - { imgUrl: '/static/images/index/guest.svg', path: '/pages/commercialBI/guestPortrait', name: '客群' }, - { imgUrl: '/static/images/index/business_icon.svg', path: '/pages/commercialBI/managePortrait', name: '经营' }, - { imgUrl: '/static/images/index/trade.svg', path: '/pages/commercialBI/businessPortrait', name: '交易' } + { imgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/index/guest.svg', path: '/pages/commercialBI/guestPortrait', name: '客群' }, + { imgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/index/business_icon.svg', path: '/pages/commercialBI/managePortrait', name: '经营' }, + { imgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/index/trade.svg', path: '/pages/commercialBI/businessPortrait', name: '交易' } ], - // { imgUrl: '/static/images/index/brand.svg', path: '/pages/commercialBI/formatPortrait', name: '业态品牌' } - detailTypeList:[{ name: '分润门店', unit: '/个', value: '-',yesterValue:'-', add: '', imgIcon: '/static/images/index/store.svg' }, - { name: '驿达分润', unit: '/元', value: '-',yesterValue:'-', imgIcon: '/static/images/index/yidaFenrun.svg' }, - { name: '订单配送', unit: '/单', value: '-',yesterValue:'-', add: '', imgIcon: '/static/images/index/orderDelivery.svg' }, - { name: '采购金额', unit: '/元', value: '-',yesterValue:'-', imgIcon: '/static/images/index/purchaseAmount.svg' },], + // { imgUrl: 'https://eshangtech.com/ShopICO/ahyd-BID/index/brand.svg', path: '/pages/commercialBI/formatPortrait', name: '业态品牌' } + detailTypeList:[{ name: '分润门店', unit: '/个', value: '-',yesterValue:'-', add: '', imgIcon: 'https://eshangtech.com/ShopICO/ahyd-BID/index/store.svg' }, + { name: '驿达分润', unit: '/元', value: '-',yesterValue:'-', imgIcon: 'https://eshangtech.com/ShopICO/ahyd-BID/index/yidaFenrun.svg' }, + { name: '订单配送', unit: '/单', value: '-',yesterValue:'-', add: '', imgIcon: 'https://eshangtech.com/ShopICO/ahyd-BID/index/orderDelivery.svg' }, + { name: '采购金额', unit: '/元', value: '-',yesterValue:'-', imgIcon: 'https://eshangtech.com/ShopICO/ahyd-BID/index/purchaseAmount.svg' },], propOfRevenList:[ // { name: '经营模式', value: 1 }, { name: '区域营收', value: 2 }, @@ -1016,7 +1016,7 @@ export default { onLoad(option){ const _this = this setTimeout(()=>{ - _this.moneyRateList = [3512.54,2615.68] + _this.moneyRateList = [0,0] },3000) // 顶部显示的时间 this.single = timestampToTimeMonth((new Date(this.lastDay).getTime())) diff --git a/pages/revenueStatistics/index.vue b/pages/revenueStatistics/index.vue index 67c8903..bf7ff31 100644 --- a/pages/revenueStatistics/index.vue +++ b/pages/revenueStatistics/index.vue @@ -3,13 +3,13 @@ - + - + {{ searchText }} - + @@ -26,7 +26,7 @@ - + 15,583.9 总计/元 @@ -37,7 +37,7 @@ - + 到账合计 /元 @@ -65,7 +65,7 @@ - + 入账合计 /元 @@ -93,7 +93,7 @@ - + 应收合计 /元 @@ -129,7 +129,7 @@ - + 4,930.12 总计/元 @@ -140,7 +140,7 @@ - + 到账合计 /元 @@ -168,7 +168,7 @@ - + 入账合计 /元 @@ -196,7 +196,7 @@ - + 应收合计 /元 @@ -237,7 +237,7 @@ - + 项目数量 /个 @@ -265,7 +265,7 @@ - + 项目占比 /% @@ -293,7 +293,7 @@ - + 对客占比 /% @@ -321,7 +321,7 @@ - + 综合提成 /% @@ -383,6 +383,13 @@ export default { this.searchText = `${y}-${m}` } + }, + methods:{ + handleBack(){ + uni.navigateBack({ + delta: 1 + }); + }, } } diff --git a/static/images/newCommercialBI/babyPortrait.svg b/static/images/newCommercialBI/babyPortrait.svg deleted file mode 100644 index 57e08ec..0000000 --- a/static/images/newCommercialBI/babyPortrait.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - 服务区/地址备份_13 - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/badyGuest.svg b/static/images/newCommercialBI/badyGuest.svg deleted file mode 100644 index 30ca9d8..0000000 --- a/static/images/newCommercialBI/badyGuest.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - 服务区/地址备份_7 - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/businessBady.svg b/static/images/newCommercialBI/businessBady.svg deleted file mode 100644 index d4914ab..0000000 --- a/static/images/newCommercialBI/businessBady.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - 服务区/地址备份_10 - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/businessCar.svg b/static/images/newCommercialBI/businessCar.svg deleted file mode 100644 index fb0660a..0000000 --- a/static/images/newCommercialBI/businessCar.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - 服务区/地址备份_9 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/businessCharge.svg b/static/images/newCommercialBI/businessCharge.svg deleted file mode 100644 index dd1295d..0000000 --- a/static/images/newCommercialBI/businessCharge.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - 服务区/地址_4 - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/businessGuestRoom.svg b/static/images/newCommercialBI/businessGuestRoom.svg deleted file mode 100644 index a17f030..0000000 --- a/static/images/newCommercialBI/businessGuestRoom.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - 服务区/地址备份_11 - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/businessHave.svg b/static/images/newCommercialBI/businessHave.svg deleted file mode 100644 index f74a309..0000000 --- a/static/images/newCommercialBI/businessHave.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - 形状_5 - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/businessNoHave.svg b/static/images/newCommercialBI/businessNoHave.svg deleted file mode 100644 index 54400fa..0000000 --- a/static/images/newCommercialBI/businessNoHave.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - 形状备份_6 - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/businessPortraitBg.svg b/static/images/newCommercialBI/businessPortraitBg.svg deleted file mode 100644 index c51f697..0000000 --- a/static/images/newCommercialBI/businessPortraitBg.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - 背景图/客群画像@2x - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/car.svg b/static/images/newCommercialBI/car.svg deleted file mode 100644 index e4704ee..0000000 --- a/static/images/newCommercialBI/car.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - 图标/汽车@2x - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/carBady.svg b/static/images/newCommercialBI/carBady.svg deleted file mode 100644 index 192445f..0000000 --- a/static/images/newCommercialBI/carBady.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - 服务区/地址备份_16 - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/carCarIcon.svg b/static/images/newCommercialBI/carCarIcon.svg deleted file mode 100644 index 7ebfb0f..0000000 --- a/static/images/newCommercialBI/carCarIcon.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - 服务区/地址备份_15 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/carCharge.svg b/static/images/newCommercialBI/carCharge.svg deleted file mode 100644 index ecd64b4..0000000 --- a/static/images/newCommercialBI/carCharge.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - 服务区/地址_6 - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/carGuest.svg b/static/images/newCommercialBI/carGuest.svg deleted file mode 100644 index 0c5a931..0000000 --- a/static/images/newCommercialBI/carGuest.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - 服务区/地址备份_6 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/carGuestRoom.svg b/static/images/newCommercialBI/carGuestRoom.svg deleted file mode 100644 index a6ce3d4..0000000 --- a/static/images/newCommercialBI/carGuestRoom.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - 服务区/地址备份_17 - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/carHave.svg b/static/images/newCommercialBI/carHave.svg deleted file mode 100644 index ac21c89..0000000 --- a/static/images/newCommercialBI/carHave.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - 形状_7 - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/carNoHave.svg b/static/images/newCommercialBI/carNoHave.svg deleted file mode 100644 index c4e484e..0000000 --- a/static/images/newCommercialBI/carNoHave.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - 形状备份_8 - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/carPortrait.svg b/static/images/newCommercialBI/carPortrait.svg deleted file mode 100644 index 34eb2b9..0000000 --- a/static/images/newCommercialBI/carPortrait.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - 服务区/地址备份_12 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/chargeGuest.svg b/static/images/newCommercialBI/chargeGuest.svg deleted file mode 100644 index 35cddd7..0000000 --- a/static/images/newCommercialBI/chargeGuest.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - 服务区/地址_3 - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/chargePortraitBg.svg b/static/images/newCommercialBI/chargePortraitBg.svg deleted file mode 100644 index 0c543e1..0000000 --- a/static/images/newCommercialBI/chargePortraitBg.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - 服务区/地址_5 - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/guestPortraitBg.svg b/static/images/newCommercialBI/guestPortraitBg.svg deleted file mode 100644 index 7788e61..0000000 --- a/static/images/newCommercialBI/guestPortraitBg.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - 背景图/客群画像@2x - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/guestRoomGuest.svg b/static/images/newCommercialBI/guestRoomGuest.svg deleted file mode 100644 index 928dc2f..0000000 --- a/static/images/newCommercialBI/guestRoomGuest.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - 服务区/地址备份_8 - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/guestRoomPortrait.svg b/static/images/newCommercialBI/guestRoomPortrait.svg deleted file mode 100644 index 388d961..0000000 --- a/static/images/newCommercialBI/guestRoomPortrait.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - 服务区/地址备份_14 - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/haveGuest.svg b/static/images/newCommercialBI/haveGuest.svg deleted file mode 100644 index a85606e..0000000 --- a/static/images/newCommercialBI/haveGuest.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - 形状_4 - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/havePortrait.svg b/static/images/newCommercialBI/havePortrait.svg deleted file mode 100644 index 808e486..0000000 --- a/static/images/newCommercialBI/havePortrait.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - 形状_6 - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/inspectionIcon.svg b/static/images/newCommercialBI/inspectionIcon.svg deleted file mode 100644 index 90efdb3..0000000 --- a/static/images/newCommercialBI/inspectionIcon.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - 商业bi/交易画像_2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/managePortraitBg.svg b/static/images/newCommercialBI/managePortraitBg.svg deleted file mode 100644 index d5787b3..0000000 --- a/static/images/newCommercialBI/managePortraitBg.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - 背景图/客群画像@2x - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/newExamineIcon.svg b/static/images/newCommercialBI/newExamineIcon.svg deleted file mode 100644 index 8ef0a6a..0000000 --- a/static/images/newCommercialBI/newExamineIcon.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - 商业bi/经营画像_2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/noHaveGuest.svg b/static/images/newCommercialBI/noHaveGuest.svg deleted file mode 100644 index 6b130bf..0000000 --- a/static/images/newCommercialBI/noHaveGuest.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - 形状备份_5 - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newCommercialBI/noHavePortrait.svg b/static/images/newCommercialBI/noHavePortrait.svg deleted file mode 100644 index 7edceba..0000000 --- a/static/images/newCommercialBI/noHavePortrait.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - 形状备份_7 - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/1stTypeImg.svg b/static/images/newIndex2/1stTypeImg.svg deleted file mode 100644 index b07805c..0000000 --- a/static/images/newIndex2/1stTypeImg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - 首页/更多@2x - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/2stTypeImg.svg b/static/images/newIndex2/2stTypeImg.svg deleted file mode 100644 index 289582d..0000000 --- a/static/images/newIndex2/2stTypeImg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - 首页/更多@2x - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/3stTypeImg.svg b/static/images/newIndex2/3stTypeImg.svg deleted file mode 100644 index 1f845e7..0000000 --- a/static/images/newIndex2/3stTypeImg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - 首页/更多@2x - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/4stTypeImg.svg b/static/images/newIndex2/4stTypeImg.svg deleted file mode 100644 index 6220fad..0000000 --- a/static/images/newIndex2/4stTypeImg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - 首页/更多@2x - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/5stTypeImg.svg b/static/images/newIndex2/5stTypeImg.svg deleted file mode 100644 index 865b4ed..0000000 --- a/static/images/newIndex2/5stTypeImg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - 首页/更多@2x - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/6stTypeImg.svg b/static/images/newIndex2/6stTypeImg.svg deleted file mode 100644 index df15d9e..0000000 --- a/static/images/newIndex2/6stTypeImg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - 首页/更多@2x - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/7stTypeImg.svg b/static/images/newIndex2/7stTypeImg.svg deleted file mode 100644 index 6bd1fac..0000000 --- a/static/images/newIndex2/7stTypeImg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - 首页/更多@2x - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/8stTypeImg.svg b/static/images/newIndex2/8stTypeImg.svg deleted file mode 100644 index fe4c435..0000000 --- a/static/images/newIndex2/8stTypeImg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - 首页/更多@2x - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/amountEntry.svg b/static/images/newIndex2/amountEntry.svg deleted file mode 100644 index 0488b38..0000000 --- a/static/images/newIndex2/amountEntry.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/amountReceived.svg b/static/images/newIndex2/amountReceived.svg deleted file mode 100644 index a2f04f5..0000000 --- a/static/images/newIndex2/amountReceived.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/brandHouse.svg b/static/images/newIndex2/brandHouse.svg deleted file mode 100644 index 02a46ef..0000000 --- a/static/images/newIndex2/brandHouse.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - 蒙版@2x - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/comprehensive.svg b/static/images/newIndex2/comprehensive.svg deleted file mode 100644 index 8de2809..0000000 --- a/static/images/newIndex2/comprehensive.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/computer.svg b/static/images/newIndex2/computer.svg deleted file mode 100644 index f60d92e..0000000 --- a/static/images/newIndex2/computer.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - 编组_72@2x - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/customersRate.svg b/static/images/newIndex2/customersRate.svg deleted file mode 100644 index 85d285f..0000000 --- a/static/images/newIndex2/customersRate.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/festivalPage.svg b/static/images/newIndex2/festivalPage.svg deleted file mode 100644 index 76af17b..0000000 --- a/static/images/newIndex2/festivalPage.svg +++ /dev/null @@ -1,50 +0,0 @@ - - - 编组_71@2x - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/itemQuantity.svg b/static/images/newIndex2/itemQuantity.svg deleted file mode 100644 index a563680..0000000 --- a/static/images/newIndex2/itemQuantity.svg +++ /dev/null @@ -1,48 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/itemRate.svg b/static/images/newIndex2/itemRate.svg deleted file mode 100644 index 821fe7b..0000000 --- a/static/images/newIndex2/itemRate.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/merchantsAmount.svg b/static/images/newIndex2/merchantsAmount.svg deleted file mode 100644 index 5c7d080..0000000 --- a/static/images/newIndex2/merchantsAmount.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/merchantsEntry.svg b/static/images/newIndex2/merchantsEntry.svg deleted file mode 100644 index 982ee30..0000000 --- a/static/images/newIndex2/merchantsEntry.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/merchantsReceivable.svg b/static/images/newIndex2/merchantsReceivable.svg deleted file mode 100644 index ac9d2a3..0000000 --- a/static/images/newIndex2/merchantsReceivable.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/merchantsSum.svg b/static/images/newIndex2/merchantsSum.svg deleted file mode 100644 index 617bb35..0000000 --- a/static/images/newIndex2/merchantsSum.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - 计划图标/便利店1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/newFestivalBg.svg b/static/images/newIndex2/newFestivalBg.svg deleted file mode 100644 index ccd105e..0000000 --- a/static/images/newIndex2/newFestivalBg.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - 蒙版@2x - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/newRevenueBg.svg b/static/images/newIndex2/newRevenueBg.svg deleted file mode 100644 index 69efe0f..0000000 --- a/static/images/newIndex2/newRevenueBg.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - 蒙版@2x - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/officeBag.svg b/static/images/newIndex2/officeBag.svg deleted file mode 100644 index 313deaf..0000000 --- a/static/images/newIndex2/officeBag.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - 编组_73@2x - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/receivable.svg b/static/images/newIndex2/receivable.svg deleted file mode 100644 index c716e24..0000000 --- a/static/images/newIndex2/receivable.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - 收支预测/管理费用小计 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/sceneBg.svg b/static/images/newIndex2/sceneBg.svg deleted file mode 100644 index 5fdce68..0000000 --- a/static/images/newIndex2/sceneBg.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - 蒙版@2x - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/serviceCar.svg b/static/images/newIndex2/serviceCar.svg deleted file mode 100644 index 73b6afa..0000000 --- a/static/images/newIndex2/serviceCar.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - 编组_67 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/statisticsBg.svg b/static/images/newIndex2/statisticsBg.svg deleted file mode 100644 index 83f66ec..0000000 --- a/static/images/newIndex2/statisticsBg.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - 蒙版@2x - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/sumLogo.svg b/static/images/newIndex2/sumLogo.svg deleted file mode 100644 index a0916f3..0000000 --- a/static/images/newIndex2/sumLogo.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - 计划图标/便利店1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/timeIcon.svg b/static/images/newIndex2/timeIcon.svg deleted file mode 100644 index 79c9d9f..0000000 --- a/static/images/newIndex2/timeIcon.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - 时间_2 - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/images/newIndex2/timeUpDown.svg b/static/images/newIndex2/timeUpDown.svg deleted file mode 100644 index 644f4f5..0000000 --- a/static/images/newIndex2/timeUpDown.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - 时间备份_3 - - - - - - - - - - \ No newline at end of file