Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
CRM
Commits
3949c939
Commit
3949c939
authored
Mar 26, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/crm
parents
a02bdd64
ae326b4f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
1012 additions
and
73 deletions
+1012
-73
App.vue
src/App.vue
+1
-1
customerManage.css
src/assets/css/customerManage.css
+1
-0
room1.png
src/assets/img/tongji/room1.png
+0
-0
room2.png
src/assets/img/tongji/room2.png
+0
-0
room3.png
src/assets/img/tongji/room3.png
+0
-0
room4.png
src/assets/img/tongji/room4.png
+0
-0
brithday.vue
src/components/sellevent/brithday.vue
+642
-0
index.vue
src/components/sellevent/index.vue
+38
-13
festivalOrderList.vue
src/components/statistics/festivalOrderList.vue
+2
-1
job.vue
src/components/statistics/job.vue
+17
-52
marital.vue
src/components/statistics/marital.vue
+11
-2
festivalChart.vue
src/components/statistics/model/festivalChart.vue
+1
-1
old.vue
src/components/statistics/old.vue
+10
-2
roomStatistical.vue
src/components/statistics/roomStatistical.vue
+272
-0
index.js
src/plugins/index.js
+1
-1
router.js
src/router.js
+16
-0
No files found.
src/App.vue
View file @
3949c939
...
...
@@ -30,7 +30,7 @@ export default {
@import
'./assets/css/tablevoerride.css'
;
@import
'./assets/global/font.css'
;
@import
'//at.alicdn.com/t/font_1627123_
79sjd75n6du
.css'
;
@import
'//at.alicdn.com/t/font_1627123_
c80k77dlq7f
.css'
;
@import
url('//at.alicdn.com/t/font_1627123_grz80mbm3sv.css')
;
/* @import './assets/css/common.css'; */
@import
'./assets/css/init.css'
;
...
...
src/assets/css/customerManage.css
View file @
3949c939
...
...
@@ -8,6 +8,7 @@
.customerManage
.tools
h1
{
font-weight
:
bold
;
font-size
:
18px
;
font-family
:
perfectFont
;
}
.customerManage
.tools
.rightmenu
{
display
:
flex
;
...
...
src/assets/img/tongji/room1.png
0 → 100644
View file @
3949c939
728 Bytes
src/assets/img/tongji/room2.png
0 → 100644
View file @
3949c939
620 Bytes
src/assets/img/tongji/room3.png
0 → 100644
View file @
3949c939
798 Bytes
src/assets/img/tongji/room4.png
0 → 100644
View file @
3949c939
788 Bytes
src/components/sellevent/brithday.vue
0 → 100644
View file @
3949c939
This diff is collapsed.
Click to expand it.
src/components/sellevent/index.vue
View file @
3949c939
...
...
@@ -7,8 +7,8 @@
<span>
直客营销事件
</span>
</div>
<div
class=
"events"
>
<el-badge
:value=
"
2"
:max=
"
99"
class=
"item"
>
<div
class=
"event"
>
<el-badge
:value=
"
r[0]"
:max=
"99
99"
class=
"item"
>
<div
class=
"event"
@
click=
"goBirth"
>
<img
src=
"../../assets/img/event/shengri.png"
/>
<div
class=
"content"
>
<div
class=
"ti"
>
生日事件
</div>
...
...
@@ -20,17 +20,19 @@
</div>
</div>
</el-badge>
<div
class=
"event"
>
<img
src=
"../../assets/img/event/biye.png"
/>
<div
class=
"content"
>
<div
class=
"ti"
>
毕业季事件
</div>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"进入毕业季6-8月份正值初中,高中,大学学生毕业的客户名单,可以向客户或在关联同行发出恭贺函,并且关联部分产品信息"
placement=
"top"
>
<div
class=
"desc"
>
进入毕业季6-8月份正值初中,高中,大学学生毕业的客户名单,可以向客户或在关联同行发出恭贺函,并且关联部分产品信息
</div>
</el-tooltip>
<el-badge
:value=
"r[1]"
:max=
"9999"
class=
"item"
>
<div
class=
"event"
>
<img
src=
"../../assets/img/event/biye.png"
/>
<div
class=
"content"
>
<div
class=
"ti"
>
毕业季事件
</div>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"进入毕业季6-8月份正值初中,高中,大学学生毕业的客户名单,可以向客户或在关联同行发出恭贺函,并且关联部分产品信息"
placement=
"top"
>
<div
class=
"desc"
>
推荐3-6月发送一次,为考试前的加油函,6-9月发送一次为考试后的毕业恭喜函,提供初中,高中,大学学生毕业的客户名单,可以向客户或在关联同行发出恭贺函,并且关联部分产品信息
</div>
</el-tooltip>
</div>
</div>
</
div
>
</
el-badge
>
<div
class=
"event"
>
<img
src=
"../../assets/img/event/jieri.png"
/>
<div
class=
"content"
>
...
...
@@ -75,6 +77,7 @@
</el-tooltip>
</div>
</div>
</div>
</el-col>
<el-col
:span=
"12"
>
...
...
@@ -128,6 +131,7 @@
</div>
</div>
</div>
<div
class=
"event"
style=
"cursor:default;"
>
</div>
</div>
</el-col>
</el-row>
...
...
@@ -136,7 +140,27 @@
<
script
>
export
default
{
data
()
{
return
{
r
:[
0
,
0
]
}
},
created
()
{
this
.
init
();
},
methods
:{
init
(){
this
.
apipost
(
"/api/SellEvent/GetSellEventToCCount"
,{},
r
=>
{
console
.
log
(
r
.
data
)
if
(
r
.
data
.
resultCode
==
1
){
this
.
r
=
r
.
data
.
data
}
})
},
goBirth
(){
this
.
$router
.
push
(
'/birthdayEvent'
);
}
}
}
</
script
>
...
...
@@ -170,6 +194,7 @@ export default {
height
:
370px
;
background
:
rgba
(
244
,
245
,
249
,
1
);
margin-bottom
:
30px
;
cursor
:
pointer
;
}
.event-box
.events
.event
img
{
width
:
100%
;
...
...
src/components/statistics/festivalOrderList.vue
View file @
3949c939
...
...
@@ -197,7 +197,7 @@
<div
slot=
"header"
class=
"clearfix"
>
<span>
数据说明
</span>
</div>
<div
class=
"sjsm"
>
<div
class=
"sjsm"
style=
"height:225px;"
>
<div
v-for=
"(item,index) in dataList"
:key=
"index"
>
<div
class=
"left"
>
<img
:src=
"getImgSrc(item.FestivalName)"
alt=
""
>
...
...
@@ -279,6 +279,7 @@ export default {
this
.
totalCount
+=
x
.
OrderCount
;
})
}
});
},
//获取对应节日图片
...
...
src/components/statistics/job.vue
View file @
3949c939
...
...
@@ -194,59 +194,24 @@ export default {
GetSexOrderList
(){
this
.
loading
=
true
this
.
apipost
(
"/api/Statistic/GetDutyTypeOrderList"
,
{},
res
=>
{
console
.
log
(
"fdff"
,
res
)
this
.
strArr
=
[];
let
data
=
res
.
data
.
data
;
data
.
forEach
(
item
=>
{
this
.
strArr
.
push
(
item
.
DutyTypeName
)
})
this
.
loading
=
false
let
contShop
=
res
.
data
.
data
[
0
].
ShopMoney
+
res
.
data
.
data
[
1
].
ShopMoney
+
res
.
data
.
data
[
2
].
ShopMoney
,
one
=
res
.
data
.
data
[
0
].
ShopMoney
,
two
=
res
.
data
.
data
[
1
].
ShopMoney
,
three
=
res
.
data
.
data
[
2
].
ShopMoney
,
contNum
=
res
.
data
.
data
[
0
].
OrderCount
+
res
.
data
.
data
[
1
].
OrderCount
+
res
.
data
.
data
[
2
].
OrderCount
,
zaiN
=
res
.
data
.
data
[
0
].
OrderCount
,
twoN
=
res
.
data
.
data
[
1
].
OrderCount
,
threeN
=
res
.
data
.
data
[
2
].
OrderCount
;
let
chartData
=
[],
shopChartData
=
[];
chartData
.
push
(
((
zaiN
/
contNum
)
*
100
).
toFixed
(
2
)
)
chartData
.
push
(
((
twoN
/
contNum
)
*
100
).
toFixed
(
2
)
)
chartData
.
push
(
((
threeN
/
contNum
)
*
100
).
toFixed
(
2
)
)
shopChartData
.
push
(
{
num
:
Number
(((
one
/
contShop
)
*
100
).
toFixed
(
2
)),
color
:
"#0D2481"
,
text
:
'娱乐'
}
)
shopChartData
.
push
(
{
num
:
Number
(((
two
/
contShop
)
*
100
).
toFixed
(
2
)),
color
:
"#FFA475"
,
text
:
'教育'
}
)
shopChartData
.
push
(
{
num
:
Number
(((
three
/
contShop
)
*
100
).
toFixed
(
2
)),
color
:
"#999"
,
text
:
'服务'
}
)
this
.
chartData
=
chartData
this
.
shopChartData
=
shopChartData
this
.
orders
=
res
.
data
.
data
;
console
.
log
(
"this.chartData"
,
this
.
chartData
)
if
(
res
.
data
.
resultCode
==
1
){
this
.
strArr
=
[];
let
data
=
res
.
data
.
data
;
var
totalOrder
=
0
;
var
totalMoney
=
0
;
data
.
forEach
(
item
=>
{
this
.
strArr
.
push
(
item
.
DutyTypeName
);
totalOrder
+=
item
.
OrderCount
;
totalMoney
+=
item
.
ShopMoney
;
})
data
.
forEach
(
item
=>
{
this
.
chartData
.
push
(((
item
.
OrderCount
/
totalOrder
)
*
100
).
toFixed
(
2
));
})
this
.
orders
=
res
.
data
.
data
;
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
});
}
}
...
...
src/components/statistics/marital.vue
View file @
3949c939
...
...
@@ -26,8 +26,17 @@
<div>
累计报名
<b>
{{
item
.
AgeCount
}}
</b>
人,关联购物金额
<b>
{{
(
item
.
TotalMoney
/
10000
).
toFixed
(
2
)
}}
万
</b>
,报名均价为:
<b>
{{
item
.
Unit_Price
.
toFixed
(
0
)
}}
元
</b>
<b>
<template
v-if=
"item.TotalMoney"
>
{{
(
item
.
TotalMoney
/
10000
).
toFixed
(
2
)
}}
</
template
>
万
</b>
,报名均价为:
<b>
<
template
v-if=
"item.Unit_Price"
>
{{
item
.
Unit_Price
.
toFixed
(
0
)
}}
</
template
>
元
</b>
</div>
<div>
最喜爱的产品
...
...
src/components/statistics/model/festivalChart.vue
View file @
3949c939
...
...
@@ -30,7 +30,7 @@ export default {
name
:
''
}
// obj.value=((x.OrderCount / this.totalCount * 10000) / 100.00).toFixed(1);
obj
.
value
=
x
.
OrderCount
;
obj
.
value
=
x
.
ShopMoney
;
obj
.
name
=
x
.
FestivalName
this
.
data
.
push
(
obj
);
});
...
...
src/components/statistics/old.vue
View file @
3949c939
...
...
@@ -26,8 +26,16 @@
<div>
累计报名
<b>
{{
item
.
AgeCount
}}
</b>
人,关联购物金额
<b>
{{
(
item
.
TotalMoney
/
10000
).
toFixed
(
2
)
}}
万
</b>
,报名均价为:
<b>
{{
item
.
Unit_Price
.
toFixed
(
0
)
}}
元
</b>
<b>
<template
v-if=
"item.TotalMoney"
>
{{
(
item
.
TotalMoney
/
10000
).
toFixed
(
2
)
}}
</
template
>
万
</b>
,报名均价为:
<b>
<
template
v-if=
"item.Unit_Price"
>
{{
item
.
Unit_Price
.
toFixed
(
0
)
}}
</
template
>
元
</b>
</div>
<div>
最喜爱的产品
...
...
src/components/statistics/roomStatistical.vue
0 → 100644
View file @
3949c939
This diff is collapsed.
Click to expand it.
src/plugins/index.js
View file @
3949c939
...
...
@@ -11,7 +11,7 @@ export default {
},
//域名管理对象
Vue
.
prototype
.
domainManager
=
function
()
{
let
domainUrl
=
"http
://testcrm.oytour.com
"
let
domainUrl
=
"http
s://localhost:5001
"
let
locationName
=
window
.
location
.
hostname
;
let
domainPostUrl
=
"http://testapi.oytour.com"
if
(
this
.
isOnline
())
{
...
...
src/router.js
View file @
3949c939
...
...
@@ -179,6 +179,14 @@ export default new Router({
title
:
"营销事件"
}
},
{
path
:
"/birthdayEvent"
,
name
:
"birthdayEvent"
,
component
:
()
=>
import
(
'./components/sellevent/brithday.vue'
),
meta
:
{
title
:
"生日事件"
}
},
{
path
:
"/gaoxiao"
,
name
:
"gaoxiao"
,
...
...
@@ -203,6 +211,14 @@ export default new Router({
title
:
"资产"
}
},
{
path
:
"/roomStatistical"
,
name
:
"roomStatistical"
,
component
:
()
=>
import
(
'./components/statistics/roomStatistical.vue'
),
meta
:
{
title
:
"住房统计"
}
},
{
path
:
"/season"
,
name
:
"season"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment