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
a78a6053
Commit
a78a6053
authored
Feb 15, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
79833eb5
1ec844ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
74 additions
and
4 deletions
+74
-4
ComplaintsDetail.vue
src/components/Complaints/ComplaintsDetail.vue
+1
-1
ComplaintsManage.vue
src/components/Complaints/ComplaintsManage.vue
+73
-3
No files found.
src/components/Complaints/ComplaintsDetail.vue
View file @
a78a6053
...
...
@@ -209,7 +209,7 @@
<li><span>
出发日期:
</span>
{{
PriceInfo
.
StartDate
}}
</li>
<li><span>
返回日期:
</span>
{{
PriceInfo
.
BackDate
}}
</li>
<li><span>
订单号:
</span><a
style=
"text-decoration:underline;cursor:pointer;"
@
click=
"goEnrollTotal('报名统计','enrollTotal',PriceInfo.OrderId)"
>
{{
PriceInfo
.
OrderId
}}
>
{{
PriceInfo
.
OrderId
}}
</a>
@
click=
"goEnrollTotal('报名统计','enrollTotal',PriceInfo.OrderId)"
>
{{
PriceInfo
.
OrderId
}}
</a>
</li>
<li><span>
业务员:
</span>
{{
PriceInfo
.
Salesman
}}
</li>
<li><span>
线控:
</span>
{{
PriceInfo
.
DriveByWire
}}
</li>
...
...
src/components/Complaints/ComplaintsManage.vue
View file @
a78a6053
<
style
>
.CM_detail
{
color
:
#3980C8
;
cursor
:
pointer
;
}
.CM_detail
:hover
{
text-decoration
:
underline
;
color
:
#E95252
;
}
.Complain_info
{
margin
:
20px
0
;
}
.Complain_item
{
font-weight
:
400
;
padding
:
10px
;
height
:
100%
;
border
:
1px
solid
#E6E6E6
;
background-color
:
#FFFFFF
;
color
:
#333333
;
}
.Complain_item
span
{
font-size
:
14px
;
}
.Complain_item
div
{
margin-top
:
7px
;
}
.Complain_item
div
i
{
font-size
:
12px
;
}
.complain_col
{
height
:
60px
;
}
.Complain_green
{
color
:
#1BC594
;
}
.Com_yingfu
{
font-size
:
16px
;
color
:
#1BC594
;
font-weight
:
bold
;
}
.Com_zong
{
font-size
:
16px
;
color
:
#E95252
;
font-weight
:
bold
;
}
</
style
>
<
template
>
...
...
@@ -98,6 +135,27 @@
</li>
</ul>
</div>
<!-- 统计版块 -->
<div
class=
"Complain_info"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"4"
class=
"complain_col"
>
<div
class=
"Complain_item"
>
<div>
<i
class=
"iconfont icon-qian Complain_green"
></i>
<span>
应赔总金额:
<span
class=
"Com_yingfu"
>
{{
complainStatistic
.
compensateTotalMoney
}}
</span></span>
</div>
</div>
</el-col>
<el-col
:span=
"4"
class=
"complain_col"
>
<div
class=
"Complain_item"
>
<div>
<i
class=
"iconfont icon-qian Complain_green"
></i>
<span>
实赔总金额:
<span
class=
"Com_zong"
>
{{
complainStatistic
.
backTotalMoney
}}
</span></span>
</div>
</div>
</el-col>
</el-row>
</div>
<div
class=
"commonContent"
v-loading=
"queryCommonData.loading"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
...
...
@@ -118,7 +176,8 @@
<tr
v-for=
"item in queryCommonData.dataList"
>
<td>
{{
item
.
ID
}}
</td>
<td
style=
"text-decoration:underline;cursor:pointer;"
@
click=
"goTeamBalancePayment('团队收支','TeamBalancePayment',item.TCID,item.OutBranchId)"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
@
click=
"goTeamBalancePayment('团队收支','TeamBalancePayment',item.TCID,item.OutBranchId)"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</td>
<td
style=
"text-decoration:underline;cursor:pointer;"
@
click=
"goEnrollTotal('报名统计','enrollTotal',item.OrderID)"
>
{{
item
.
OrderID
}}
...
...
@@ -190,7 +249,8 @@
TCID
:
''
,
pageIndex
:
1
,
pageSize
:
10
}
},
complainStatistic
:
{}
}
},
methods
:
{
...
...
@@ -339,13 +399,23 @@
name
:
path
,
query
:
{
id
:
id
,
outBranchId
:
outBranchId
,
blank
:
'y'
,
tab
:
name
}
})
}
},
//获取投诉统计
getComplainStatistic
()
{
let
msg
=
{}
this
.
apipost
(
'travel_post_GetComplainStatistic'
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
complainStatistic
=
res
.
data
.
data
}
})
},
},
mounted
()
{
this
.
getLineList
()
this
.
getEnumeration
()
this
.
getEmployeeList
()
this
.
getList
()
this
.
getComplainStatistic
()
}
}
...
...
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