Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
wbx-PCAndMobi
mobi
Commits
fffdb7d9
Commit
fffdb7d9
authored
Apr 01, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投诉问题接口对接, 专项检查接口对接, 第一行几个数字对接, (缺报修模块的借口,缺已完成整改接口)
parent
59447ff5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
511 additions
and
1028 deletions
+511
-1028
api.js
src/server/api.js
+2
-0
dashBoard.vue
src/views/dashBoard.vue
+433
-1023
ComplaintsTrain.vue
src/views/home/ComplaintsTrain.vue
+76
-5
No files found.
src/server/api.js
View file @
fffdb7d9
...
@@ -203,4 +203,6 @@ export default {
...
@@ -203,4 +203,6 @@ export default {
GET_LABEL_LIST
:
MOCK_URL
+
'/service-customkey-ddd/labels'
,
// 获取标签列表
GET_LABEL_LIST
:
MOCK_URL
+
'/service-customkey-ddd/labels'
,
// 获取标签列表
GET_FB_WY_MANAGE_CHECK
:
'/service-documents-ddd/checkOrder/dahboard/countDatas'
,
//首页-房办月查-物业双周查-经理自查
}
}
src/views/dashBoard.vue
View file @
fffdb7d9
This diff is collapsed.
Click to expand it.
src/views/home/ComplaintsTrain.vue
View file @
fffdb7d9
...
@@ -7,18 +7,21 @@
...
@@ -7,18 +7,21 @@
<p
:class=
"`$
{active=='month'?'active':''}`" @click="changeRank('month')">月排行
</p>
<p
:class=
"`$
{active=='month'?'active':''}`" @click="changeRank('month')">月排行
</p>
<p
:class=
"`$
{active=='year'?'active':''}`" @click="changeRank('year')">年排行
</p>
<p
:class=
"`$
{active=='year'?'active':''}`" @click="changeRank('year')">年排行
</p>
<p
:class=
"`$
{active=='total'?'active':''}`" @click="changeRank('total')">总排行
</p>
<p
:class=
"`$
{active=='total'?'active':''}`" @click="changeRank('total')">总排行
</p>
<
p
@
click=
"toMore"
>
···
</p
>
<
!--
<p
@
click=
"toMore"
>
···
</p>
--
>
</div>
</div>
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"list"
v-for=
"(item,index) in list"
:key=
"index"
>
<div
class=
"list"
v-for=
"(item,index) in list"
:key=
"index"
>
<div
class=
"left"
>
<div
class=
"left"
>
<span
:style=
"`background:$
{index>2?'rgb(229,230,231)':'#000'};color:${index>2?'rgb(96,97,98)':'#FFF'};`">
{{
++
index
}}
</span>
<span
:style=
"`background:$
{index>2?'rgb(229,230,231)':'#000'};color:${index>2?'rgb(96,97,98)':'#FFF'};`">
{{
++
index
}}
</span>
<span>
{{
item
.
complaintType
}}
</span>
<span>
{{
item
.
complaintType
}}
</span>
</div>
</div>
<
div
class=
"danwei"
>
{{
item
.
num
}}
件
</div
>
<
!--
<div
class=
"danwei"
>
{{
item
.
num
}}
件
</div>
--
>
</div>
</div>
</div>
</div>
<!--
<div
class=
"content"
v-else
style=
""
>
<p>
暂无数据...
</p>
</div>
-->
</div>
</div>
</
template
>
</
template
>
...
@@ -45,6 +48,27 @@ export default {
...
@@ -45,6 +48,27 @@ export default {
})
})
}
}
if
(
this
.
moduletitle
==
'投诉问题'
)
{
this
.
getList
()
}
if
(
this
.
moduletitle
==
'报修'
)
{
// 没接口 假数据
this
.
list
=
[
{
complaintType
:
'供电供水设备经常出现故障'
,
_id
:
'高空坠物隐患'
,
},
{
complaintType
:
'日常运作出现状况'
,
_id
:
'高空坠物隐患'
,
},
{
complaintType
:
'各种分摊费和特约维修费'
,
_id
:
'高空坠物隐患'
,
},
]
}
},
},
methods
:
{
methods
:
{
...
mapActions
([
...
mapActions
([
...
@@ -57,6 +81,52 @@ export default {
...
@@ -57,6 +81,52 @@ export default {
this
.
list
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
[]).
slice
(
0
,
5
)
this
.
list
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
[]).
slice
(
0
,
5
)
})
})
}
}
if
(
this
.
moduletitle
==
'投诉问题'
)
{
this
.
getList
()
}
if
(
this
.
moduletitle
==
'报修'
)
{
// 没接口 假数据
this
.
list
=
[
{
complaintType
:
'高空坠物隐患'
,
_id
:
'高空坠物隐患'
,
},
{
complaintType
:
'日常运作出现状况'
,
_id
:
'高空坠物隐患'
,
},
{
complaintType
:
'各种分摊费和特约维修费'
,
_id
:
'高空坠物隐患'
,
},
]
}
},
getList
(){
const
date
=
new
Date
()
const
year
=
date
.
getFullYear
()
const
month
=
date
.
getMonth
()
+
1
const
params
=
{}
if
(
this
.
active
==
'month'
){
params
.
type
=
'M'
params
.
tsMonthly
=
year
+
''
+
(
String
(
month
).
length
==
1
?
'-0'
+
month
:
'-'
+
month
)
}
else
if
(
this
.
active
==
'year'
){
params
.
type
=
'Y'
params
.
dateTime
=
year
+
''
}
else
if
(
this
.
active
==
'total'
){
params
.
type
=
'S'
}
params
.
tsNum_desc
=
'desc'
params
.
pageNo
=
1
params
.
pageSize
=
8
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_TOUSUQUESTION_LIST
,
params
:
params
}).
then
(
res
=>
{
if
(
res
.
code
===
'200'
)
{
this
.
list
=
this
.
$com
.
confirm
(
res
,
'data.content.content'
,
[])
}
})
},
},
toMore
(){
toMore
(){
switch
(
this
.
moduletitle
)
{
switch
(
this
.
moduletitle
)
{
...
@@ -105,16 +175,17 @@ export default {
...
@@ -105,16 +175,17 @@ export default {
.box
.title
>
div
.active
{
.box
.title
>
div
.active
{
color
:
rgb
(
68
,
136
,
245
);
color
:
rgb
(
68
,
136
,
245
);
}
}
.box
.title
>
div
p
:last-child
{
/*
.box .title >div p:last-child{
color: rgb(68,136,245);
color: rgb(68,136,245);
font-weight: 800;
font-weight: 800;
font-size: 20px;
font-size: 20px;
margin: 0;
margin: 0;
}
}
*/
.box
.content
{
.box
.content
{
padding
:
15px
;
padding
:
15px
;
flex
:
1
;
flex
:
1
;
display
:
flex
;
display
:
flex
;
min-height
:
200px
;
flex-direction
:
column
;
flex-direction
:
column
;
}
}
.box
.content
.list
{
.box
.content
.list
{
...
...
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