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
0fb76b11
Commit
0fb76b11
authored
6 years ago
by
qiaoyajun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投诉统计
parent
2e1ecc69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
4 deletions
+49
-4
ComplaintsDetail.vue
src/components/Complaints/ComplaintsDetail.vue
+1
-1
ComplaintsManage.vue
src/components/Complaints/ComplaintsManage.vue
+48
-3
No files found.
src/components/Complaints/ComplaintsDetail.vue
View file @
0fb76b11
...
@@ -209,7 +209,7 @@
...
@@ -209,7 +209,7 @@
<li><span>
出发日期:
</span>
{{
PriceInfo
.
StartDate
}}
</li>
<li><span>
出发日期:
</span>
{{
PriceInfo
.
StartDate
}}
</li>
<li><span>
返回日期:
</span>
{{
PriceInfo
.
BackDate
}}
</li>
<li><span>
返回日期:
</span>
{{
PriceInfo
.
BackDate
}}
</li>
<li><span>
订单号:
</span><a
style=
"text-decoration:underline;cursor:pointer;"
<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>
<li><span>
业务员:
</span>
{{
PriceInfo
.
Salesman
}}
</li>
<li><span>
业务员:
</span>
{{
PriceInfo
.
Salesman
}}
</li>
<li><span>
线控:
</span>
{{
PriceInfo
.
DriveByWire
}}
</li>
<li><span>
线控:
</span>
{{
PriceInfo
.
DriveByWire
}}
</li>
...
...
This diff is collapsed.
Click to expand it.
src/components/Complaints/ComplaintsManage.vue
View file @
0fb76b11
...
@@ -7,6 +7,20 @@
...
@@ -7,6 +7,20 @@
text-decoration
:
underline
;
text-decoration
:
underline
;
color
:
#E95252
;
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_col
{
height
:
60px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -98,6 +112,25 @@
...
@@ -98,6 +112,25 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
<!-- 统计版块 -->
<div
class=
"Complain_info"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"4"
class=
"complain_col"
>
<div
class=
"Complain_item"
>
<p>
<span>
应赔总金额:
{{
complainStatistic
.
compensateTotalMoney
}}
</span>
</p>
</div>
</el-col>
<el-col
:span=
"4"
class=
"complain_col"
>
<div
class=
"Complain_item"
>
<p>
<span>
实赔总金额:
{{
complainStatistic
.
backTotalMoney
}}
</span>
</p>
</div>
</el-col>
</el-row>
</div>
<div
class=
"commonContent"
v-loading=
"queryCommonData.loading"
>
<div
class=
"commonContent"
v-loading=
"queryCommonData.loading"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<tr>
...
@@ -118,7 +151,8 @@
...
@@ -118,7 +151,8 @@
<tr
v-for=
"item in queryCommonData.dataList"
>
<tr
v-for=
"item in queryCommonData.dataList"
>
<td>
{{
item
.
ID
}}
</td>
<td>
{{
item
.
ID
}}
</td>
<td
style=
"text-decoration:underline;cursor:pointer;"
<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>
<td
style=
"text-decoration:underline;cursor:pointer;"
<td
style=
"text-decoration:underline;cursor:pointer;"
@
click=
"goEnrollTotal('报名统计','enrollTotal',item.OrderID)"
>
{{
item
.
OrderID
}}
@
click=
"goEnrollTotal('报名统计','enrollTotal',item.OrderID)"
>
{{
item
.
OrderID
}}
...
@@ -190,7 +224,8 @@
...
@@ -190,7 +224,8 @@
TCID
:
''
,
TCID
:
''
,
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
10
pageSize
:
10
}
},
complainStatistic
:
{}
}
}
},
},
methods
:
{
methods
:
{
...
@@ -339,13 +374,23 @@
...
@@ -339,13 +374,23 @@
name
:
path
,
name
:
path
,
query
:
{
id
:
id
,
outBranchId
:
outBranchId
,
blank
:
'y'
,
tab
:
name
}
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
()
{
mounted
()
{
this
.
getLineList
()
this
.
getLineList
()
this
.
getEnumeration
()
this
.
getEnumeration
()
this
.
getEmployeeList
()
this
.
getEmployeeList
()
this
.
getList
()
this
.
getList
()
this
.
getComplainStatistic
()
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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