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
08e4e44d
Commit
08e4e44d
authored
Jan 18, 2021
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改错误
parent
0e440a4b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
46 deletions
+48
-46
micSystemsList.json
src/router/micSystemsList.json
+16
-6
yangpuRoutes.json
src/router/yangpuRoutes.json
+11
-11
api.js
src/server/api.js
+5
-5
home.vue
src/views/home.vue
+11
-8
basicInfo.vue
src/views/houseData/basicInfo.vue
+5
-16
No files found.
src/router/micSystemsList.json
View file @
08e4e44d
...
...
@@ -41,9 +41,14 @@
"activeRule"
:
"/hp_question"
},
{
"name"
:
"document"
,
"entry"
:
"http://172.82.26.1/document"
,
"activeRule"
:
"/document"
"name"
:
"documentOne"
,
"entry"
:
"http://10.216.118.142/documentOne"
,
"activeRule"
:
"/documentOne"
},
{
"name"
:
"documentTwo"
,
"entry"
:
"http://10.216.118.142/documentTwo"
,
"activeRule"
:
"/documentTwo"
}
],
...
...
@@ -89,9 +94,14 @@
"activeRule"
:
"/hp_question"
},
{
"name"
:
"document"
,
"entry"
:
"http://yangpu-hm.omniview.pro/document"
,
"activeRule"
:
"/document"
"name"
:
"documentOne"
,
"entry"
:
"http://yangpu-hm.omniview.pro/documentOne"
,
"activeRule"
:
"/documentOne"
},
{
"name"
:
"documentTwo"
,
"entry"
:
"http://yangpu-hm.omniview.pro/documentTwo"
,
"activeRule"
:
"/documentTwo"
}
]
}
\ No newline at end of file
src/router/yangpuRoutes.json
View file @
08e4e44d
{
"Layout"
:
[
{
"path"
:
"/document/month"
,
"name"
:
"month"
,
"path"
:
"/document
One
/month"
,
"name"
:
"month"
,
"meta"
:
{
"title"
:
"检查单"
,
"menuIcon"
:
"profile"
,
"menuPath"
:
false
,
"hideInBread"
:
false
},
"children"
:[
{
"path"
:
"/document/month/monthList"
,
"name"
:
"month"
,
"path"
:
"/document
One
/month/monthList"
,
"name"
:
"month"
,
"meta"
:
{
"title"
:
"房办月查列表"
,
"menuIcon"
:
"profile"
,
"menuPath"
:
false
,
"hideInBread"
:
false
},
"children"
:
[
{
"path"
:
"/document/month/monthInfo"
,
"name"
:
"monthInfo"
,
"path"
:
"/document
One
/month/monthInfo"
,
"name"
:
"monthInfo"
,
"meta"
:
{
"title"
:
"检查详情"
,
"menuPath"
:
false
,
"hideInBread"
:
false
}
}
]
...
...
@@ -17,15 +17,15 @@
]
},
{
"path"
:
"/document/repair"
,
"name"
:
"repairList"
,
"path"
:
"/document
Two
/repair"
,
"name"
:
"repairList"
,
"meta"
:
{
"title"
:
"应急报修"
,
"menuIcon"
:
"profile"
,
"menuPath"
:
false
,
"hideInBread"
:
false
},
"children"
:[
{
"path"
:
"/document/repair/repairList"
,
"name"
:
"repairList"
,
"path"
:
"/document
Two
/repair/repairList"
,
"name"
:
"repairList"
,
"meta"
:
{
"title"
:
"应急报修列表"
,
"menuIcon"
:
"profile"
,
"menuPath"
:
false
,
"hideInBread"
:
false
},
"children"
:
[
{
"path"
:
"/document/repair/repairInfo"
,
"name"
:
"repairInfo"
,
"path"
:
"/document
Two
/repair/repairInfo"
,
"name"
:
"repairInfo"
,
"meta"
:
{
"title"
:
"报修详情"
,
"menuPath"
:
false
,
"hideInBread"
:
false
}
}
]
...
...
@@ -33,25 +33,25 @@
]
},
{
"path"
:
"/document/tousu"
,
"name"
:
"tousu"
,
"path"
:
"/document
Two
/tousu"
,
"name"
:
"tousu"
,
"meta"
:
{
"title"
:
"投诉信息"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
true
},
"children"
:
[
{
"path"
:
"/document/tousu/tousuQuestion"
,
"name"
:
"tousuQuestion"
,
"path"
:
"/document
Two
/tousu/tousuQuestion"
,
"name"
:
"tousuQuestion"
,
"meta"
:
{
"title"
:
"投诉问题排行"
,
"menuPath"
:
true
,
"hideInBread"
:
false
},
"children"
:[
{
"path"
:
"/document/tousu/tousuQuestion/questionInfo"
,
"name"
:
"questionInfo"
,
"path"
:
"/document
Two
/tousu/tousuQuestion/questionInfo"
,
"name"
:
"questionInfo"
,
"meta"
:
{
"title"
:
"投诉问题列表"
,
"menuPath"
:
false
,
"hideInBread"
:
false
}
},
{
"path"
:
"/document/tousu/tousuQuestion/tousuDetails"
,
"name"
:
"tousuDetails"
,
"path"
:
"/document
Two
/tousu/tousuQuestion/tousuDetails"
,
"name"
:
"tousuDetails"
,
"meta"
:
{
"title"
:
"投诉问题详情"
,
"menuPath"
:
false
,
"hideInBread"
:
false
}
}
]
},
{
"path"
:
"/document/tousu/tousuDensity"
,
"name"
:
"tousuDensity"
,
"path"
:
"/document
Two
/tousu/tousuDensity"
,
"name"
:
"tousuDensity"
,
"meta"
:
{
"title"
:
"投诉密度排行"
,
"menuPath"
:
true
,
"hideInBread"
:
false
}
}
]
...
...
src/server/api.js
View file @
08e4e44d
...
...
@@ -83,10 +83,10 @@ export default {
*/
BASE_URL
,
GET_USER_INFO
:
'/service-user/login/user/info'
,
// 获取用户信息
GET_USER_INFO
:
'/service-user
-ddd
/login/user/info'
,
// 获取用户信息
PUT_PERSONAL_RESET_PWD
:
'
service-user
/pwd'
,
// 修改密码
GET_HOME_DISPOSAL
:
'/service-
special-xh
-ddd/dashboard/disposal'
,
//处置单统计
PUT_PERSONAL_RESET_PWD
:
'/pwd'
,
// 修改密码
GET_HOME_DISPOSAL
:
'/service-
documents
-ddd/dashboard/disposal'
,
//处置单统计
GET_HOUSE_MONTH
:
'/service-documents-ddd/dashboard/house/month'
,
//房办月查统计
GET_ALREADY_OR_EXPIRE
:
'/service-basicdatasync-ddd/indCou/statistics/alreadyOrWillExpire'
,
...
...
@@ -175,8 +175,8 @@ export default {
SHENGCHA_POST
:
''
,
// 提交需要XX审查的数据信息
GET_REPAIR_STATISTICS
:
'/service-documents-ddd/reportBX/statistics'
,
//应急报修统计
GET_CHWECK_DATA
:
FANGDI_URL
+
'/propertyinspector/api/v1/sharingplatform/themeListForOneDay'
,
//专项检查数据
GET_JIANCHADIZHI
:
'/service-
special-xh
-ddd/generateUrl'
,
//获取专项检查页面地址
GET_WYGENERATE
:
'/service-
special-xh
-ddd/wywebgenerateUrl'
,
//获取物业风险发现/处置地址
GET_JIANCHADIZHI
:
'/service-
documents
-ddd/generateUrl'
,
//获取专项检查页面地址
GET_WYGENERATE
:
'/service-
documents
-ddd/wywebgenerateUrl'
,
//获取物业风险发现/处置地址
GET_TOUSUQUESTION_INFO
:
'/service-documents-ddd/tsDetial'
,
//投诉问题列表
GET_TOUSUDENSITY_LIST
:
'/service-documents-ddd/tsDensityRank'
,
//投诉密度排行
GET_TOUSUQUESTION_DETAILS
:
'/service-documents-ddd/tsDetial/{id}'
,
//投诉问题详情
...
...
src/views/home.vue
View file @
08e4e44d
...
...
@@ -222,7 +222,8 @@
<span
style=
"font-weight:600;"
><img
src=
"@/assets/icon/yyzt.png"
alt=
""
style=
"width:20px;margin-right:3px;"
>
已有主题
</span>
</a-col>
<a-col
:span=
"6"
>
<span
class=
"jianchaThemeNum"
>
{{
theme
}}
</span>
<!--
<span
class=
"jianchaThemeNum"
>
{{
theme
}}
</span>
-->
<span
class=
"jianchaThemeNum"
>
0
</span>
</a-col>
</a-row>
<a-row>
...
...
@@ -230,7 +231,8 @@
<span
style=
"font-weight:600;"
><img
src=
"@/assets/icon/ywcjcxq.png"
alt=
""
style=
"width:20px;margin-right:3px;"
>
已完成检查小区
</span>
</a-col>
<a-col
:span=
"6"
>
<span
class=
"jianchaThemeNum"
>
{{
sect
}}
</span>
<!--
<span
class=
"jianchaThemeNum"
>
{{
sect
}}
</span>
-->
<span
class=
"jianchaThemeNum"
>
0
</span>
</a-col>
</a-row>
<a-row>
...
...
@@ -238,7 +240,8 @@
<span
style=
"font-weight:600;"
><img
src=
"@/assets/icon/zt.png"
alt=
""
style=
"width:20px;margin-right:3px;"
>
已开整改单
</span>
</a-col>
<a-col
:span=
"6"
>
<span
class=
"jianchaThemeNum"
>
{{
receipts
}}
</span>
<!--
<span
class=
"jianchaThemeNum"
>
{{
receipts
}}
</span>
-->
<span
class=
"jianchaThemeNum"
>
0
</span>
</a-col>
</a-row>
</a-col>
...
...
@@ -992,11 +995,11 @@ export default {
window
.
open
(
'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye/web/dataV/riskmanagement/#/'
)
},
openOutUrl2
(){
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_WYGENERATE
,
}).
then
(
res
=>
{
window
.
open
(
res
)
})
//
this.$ajax.get({
//
url: this.$api.GET_WYGENERATE,
//
}).then(res => {
//
window.open(res)
//
})
},
/**
* 去应急报修
...
...
src/views/houseData/basicInfo.vue
View file @
08e4e44d
...
...
@@ -347,7 +347,8 @@ export default {
tableName
:
''
,
// 邻里小汇
formed
:
''
,
// 邻里小汇
type
:
''
,
// 邻里小汇
isBeforeTwoThousand
:
false
,
isBeforeTwoThousand
:
'0'
,
twoThousandValue
:
''
,
personalizedKey
:
''
}
},
...
...
@@ -514,9 +515,9 @@ export default {
// 'tableName': !this.tableName?'': this.tableName,
'type'
:
!
this
.
type
?
''
:
this
.
type
,
'sectType_in'
:
'1'
,
'finishDate_lt'
:
this
.
isBeforeTwoThousand
==
'1'
?
'2000-01-01'
:
''
,
'finishDate_gt'
:
this
.
isBeforeTwoThousand
==
'2'
?
'2000-01-01'
:
''
,
'c.createTime_desc'
:
'desc'
,
'finishDate_lt'
:
!!
this
.
isBeforeTwoThousand
?
'2000-01-01'
:
''
,
'finishDate_gt'
:
!
this
.
isBeforeTwoThousand
?
'2000-01-01'
:
''
,
},
obj
,
isHocId
)
// 融合obj 和isHocId 到入参
searchParams
[
this
.
personalizedKey
]
=
!
this
.
formed
?
''
:
this
.
formed
...
...
@@ -814,19 +815,7 @@ export default {
this
.
getList
()
},
changeFinishDate
(
val
)
{
switch
(
val
)
{
case
'1'
:
this
.
isBeforeTwoThousand
=
true
break
case
'2'
:
this
.
isBeforeTwoThousand
=
false
break
default
:
this
.
isBeforeTwoThousand
=
false
break
}
this
.
isBeforeTwoThousand
=
val
this
.
getList
()
}
},
...
...
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