Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
d6bd6c4d
Commit
d6bd6c4d
authored
Aug 21, 2024
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
64596fac
bf3e3f38
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
522 additions
and
9 deletions
+522
-9
IncomeShare.vue
...cialModule/DataAnalysis/components/Echart/IncomeShare.vue
+3
-3
restaurantRankingList.vue
src/components/Restaurant/restaurantRankingList.vue
+474
-0
CustomerAnalysis.vue
src/components/SalesModule/CustomerAnalysis.vue
+11
-1
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+14
-0
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+7
-1
config.js
src/router/config.js
+13
-4
No files found.
src/components/FinancialModule/DataAnalysis/components/Echart/IncomeShare.vue
View file @
d6bd6c4d
...
...
@@ -28,7 +28,7 @@ export default {
data
()
{
return
{
MonthList
:
[],
//月份列表
LineAnalysisData
:
[],
//各线路统计
LineAnalysisData
HZ
:
[],
//各线路统计
CostAnalysisData
:
[],
//各成本统计
colorList
:[
'#089bab'
,
'#FFA171'
,
'#72b8ff'
,
'#ff9cc6'
,
'#7b78ff'
,
'#28cc90'
,
'#ee8fff'
,
'#5cf2ff'
,
'#ff9a00'
,
'#4fc4f7'
,
'#738eff'
,
'#b0edff'
,
'rgba(228,57,57,.9)'
,
'rgba(248,126,46,1)'
,
'rgba(252,196,34,.7)'
,
'#3DD948'
,
'#39CAE4'
,
'rgba(44,49,241,.6)'
,
'rgba(122,57,228,.5)'
,
'#E65FC1'
,
'#D0B478'
,
'#BABABA'
,
...
...
@@ -46,7 +46,7 @@ export default {
StatisticalData
:{
handler
(
n
,
o
){
this
.
MonthList
=
n
.
MonthList
//月份列表
this
.
LineAnalysisData
=
n
.
LineAnalysisData
//各线路统计
this
.
LineAnalysisData
HZ
=
n
.
LineAnalysisDataHZ
//各线路统计
this
.
CostAnalysisData
=
n
.
CostAnalysisData
//各成本统计
this
.
CurrentMonth
=
this
.
MonthList
[
this
.
MonthList
.
length
-
1
]
this
.
getEchart
()
...
...
@@ -80,7 +80,7 @@ export default {
let
titles
=
[]
let
Stocklegend
=
{}
let
Newobj
=
{}
this
.
LineAnalysisData
.
forEach
((
x
,
indexs
)
=>
{
this
.
LineAnalysisData
HZ
.
forEach
((
x
,
indexs
)
=>
{
let
Name
=
`
${
x
.
Name
}
`
if
(
Name
!=
'合计'
){
...
...
src/components/Restaurant/restaurantRankingList.vue
0 → 100644
View file @
d6bd6c4d
This diff is collapsed.
Click to expand it.
src/components/SalesModule/CustomerAnalysis.vue
View file @
d6bd6c4d
...
...
@@ -32,7 +32,7 @@
<div
class=
"des"
>
<div
class=
"Img"
><img
style=
"width:31px;height:36px"
src=
"../../assets/img/saleRank/rt.png"
alt=
""
></div>
<div>
<p
style=
"color:#34BFA3;font-size:24px"
><span
style=
"font-size:28px;font-weight:600"
>
{{
datainfo
.
TotalGuestNum
}}
</span>
人
</p>
<p
style=
"color:#34BFA3;font-size:24px"
><span
style=
"font-size:28px;font-weight:600"
@
click=
"getUrl()"
>
{{
datainfo
.
TotalGuestNum
}}
</span>
人
</p>
</div>
</div>
...
...
@@ -196,6 +196,16 @@ export default {
},
methods
:
{
getUrl
()
{
this
.
$router
.
push
({
name
:
"enrollTotal"
,
query
:
{
"CustomerId"
:
this
.
customerId
,
"CustomerName"
:
this
.
datainfo
.
Contact
,
blank
:
'y'
}
})
},
goCoupons
(
id
){
this
.
$router
.
push
({
name
:
'CouponsList'
,
...
...
src/components/SalesModule/customerTransfer.vue
View file @
d6bd6c4d
...
...
@@ -80,6 +80,19 @@
<
treeselect
class
=
"w200 fl"
:
options
=
"departmentList"
@
select
=
"getEmployeeList"
v
-
model
=
"DepartmentId"
:
placeholder
=
"$t('pub.unlimitedSel')"
:
normalizer
=
"normalizer"
/>
<
/li
>
<
li
>
<
span
class
=
"fl mt10"
>
<
em
><
el
-
switch
style
=
"display: block"
v
-
model
=
"msg.fanYong"
active
-
text
=
"特惠专案客户"
inactive
-
text
=
""
active
-
value
=
"1"
inactive
-
value
=
"0"
>
<
/el-switch></
em
>
<
/span
>
<
/li
>
<
li
style
=
"float:right;padding-top:10px;color:#111111"
>
{{
$t
(
'salesModule.JYETJ'
)
}}
:
{{
datainfo
.
sumMoney
}}
<
/li
>
<
li
>
<
input
type
=
"button"
class
=
"hollowFixedBtn"
:
value
=
"$t('ground.kehuditu')"
@
click
=
"getMap()"
>
...
...
@@ -445,6 +458,7 @@
rtsSort
:
''
,
orderBy
:
'TradeMoney desc'
,
ExceptionCount
:
0
,
fanYong
:
0
,
}
,
RecipientMsg
:
{
CustomerIdArr
:
[],
...
...
src/components/SalesModule/enrollTotal.vue
View file @
d6bd6c4d
...
...
@@ -869,7 +869,7 @@
},
methods
:
{
GetCustomerListByKeyWord
(
query
)
{
GetCustomerListByKeyWord
(
query
,
Type
)
{
if
(
query
!==
''
)
{
// this.employeeMsg.KeyWord = query;
this
.
apipost
(
...
...
@@ -878,6 +878,7 @@
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
customerList
=
res
.
data
.
data
;
if
(
this
.
customerList
.
length
>
0
&&
Type
)
this
.
msg
.
CustomerId
=
this
.
customerList
[
0
].
customerId
}
},
err
=>
{}
...
...
@@ -1191,6 +1192,7 @@
if
(
this
.
$route
.
query
.
OrderId
)
{
this
.
msg
.
tempOrderId
=
this
.
$route
.
query
.
OrderId
}
this
.
getCompany
();
this
.
getCtlxList
();
...
...
@@ -1228,6 +1230,10 @@
this
.
msg
.
QStartDate
=
""
;
this
.
msg
.
QEndDate
=
""
;
}
if
(
this
.
$route
.
query
.
CustomerName
){
this
.
GetCustomerListByKeyWord
(
this
.
$route
.
query
.
CustomerName
,
1
);
}
this
.
getList
();
},
};
...
...
src/router/config.js
View file @
d6bd6c4d
...
...
@@ -1512,12 +1512,21 @@ export default {
title
:
'餐厅套餐查询'
},
},
,
{
path
:
'/domesticRestaurantList'
,
//国内餐厅列表
name
:
'domesticRestaurantList'
,
component
:
resolve
=>
require
([
'@/components/Restaurant/domesticRestaurantList'
],
resolve
),
path
:
'/RestaurantPackage'
,
//餐厅套餐查询
name
:
'RestaurantPackage'
,
component
:
resolve
=>
require
([
'@/components/Restaurant/RestaurantPackage'
],
resolve
),
meta
:
{
title
:
'餐厅套餐查询'
},
},
{
path
:
'/restaurantRankingList'
,
//餐厅使用排行
name
:
'restaurantRankingList'
,
component
:
resolve
=>
require
([
'@/components/Restaurant/restaurantRankingList'
],
resolve
),
meta
:
{
title
:
'
国内餐厅列表
'
title
:
'
餐厅使用排行
'
},
},
{
...
...
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