Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
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
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
Yulun Yao
multiSystem
Commits
04016627
Commit
04016627
authored
Jan 18, 2021
by
Gakki
Browse files
Options
Browse Files
Download
Plain Diff
ok
parents
60b52843
592ef6ca
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
78 additions
and
8 deletions
+78
-8
juwei-icon.png
src/assets/icon/juwei-icon.png
+0
-0
sect-icon.png
src/assets/icon/sect-icon.png
+0
-0
wuqi-icon.png
src/assets/icon/wuqi-icon.png
+0
-0
getMicRouters.js
src/router/getMicRouters.js
+1
-1
pudongRoutes.json
src/router/pudongRoutes.json
+17
-5
actions.js
src/store/actions.js
+58
-0
basicInfo.vue
src/views/houseData/basicInfo.vue
+2
-2
No files found.
src/assets/icon/juwei-icon.png
0 → 100644
View file @
04016627
2.56 KB
src/assets/icon/sect-icon.png
0 → 100644
View file @
04016627
2.18 KB
src/assets/icon/wuqi-icon.png
0 → 100644
View file @
04016627
2.11 KB
src/router/getMicRouters.js
View file @
04016627
...
...
@@ -44,7 +44,7 @@ async function GetRoutes(router) {
break
default
:
// 当前仅可使用pudong / xuhui-sit/uat进行打包
MicRouters
=
xuhui
MicRouters
=
pudong
break
}
...
...
src/router/pudongRoutes.json
View file @
04016627
...
...
@@ -42,21 +42,33 @@
"children"
:
[
{
"path"
:
"/pudong/complaintPath/complaintList"
,
"name"
:
"complaintList"
,
"meta"
:
{
"title"
:
"投诉列表"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
}
"meta"
:
{
"title"
:
"投诉
直通车
列表"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
}
},
{
"path"
:
"/pudong/complaintPath/complaint12345TEL"
,
"name"
:
"complaint12345TEL"
,
"path"
:
"/pudong/complaintPath/complaint12345TEL"
,
"name"
:
"complaint12345TEL"
,
"meta"
:
{
"title"
:
"12345热线列表"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
}
}
]
},
{
"path"
:
"/danger/creditTitle"
,
"name"
:
"creditTitle"
,
"meta"
:
{
"title"
:
"信用主体评分"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
,
"openMode"
:
"child"
}
"path"
:
"/danger/credit"
,
"name"
:
"creditTitle"
,
"meta"
:
{
"title"
:
"信用管理"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
},
"children"
:[
{
"path"
:
"/danger/credit/creditTitle"
,
"name"
:
"creditTitle"
,
"meta"
:
{
"title"
:
"信用主体评分"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
}
},
{
"path"
:
"/danger/credit/archive"
,
"name"
:
"creditArchive"
,
"meta"
:
{
"title"
:
"信用主体归档"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
}
}
]
},
{
"path"
:
"/danger/creditManage"
,
"name"
:
"creditManage"
,
"meta"
:
{
"title"
:
"隐患管理"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
tru
e
},
"meta"
:
{
"title"
:
"隐患管理"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
fals
e
},
"children"
:
[
{
"path"
:
"/danger/creditManage/riskImportExport"
,
"name"
:
"riskImportExport"
,
...
...
src/store/actions.js
View file @
04016627
import
ajax
from
'@/server/ajax'
import
api
from
'@/server/api'
import
common
from
'@/util/common.js'
import
moment
from
'moment'
import
{
set
}
from
'shelljs'
import
state
from
'./state'
export
default
{
// initData({dispatch}) {
// dispatch('get_ComplaintsTrain', 'month')
// },
// 行业督查
getIndustrySupervision
({
commit
},
params
){
return
ajax
.
get
({
url
:
api
.
GET_IndustrySupervision
,
params
})
},
// 行业督查数字
getIndustrySupervision
({
commit
},
params
){
return
ajax
.
get
({
url
:
api
.
get_specialInspection
,
params
})
},
// 行业月份勾选
getMonthCheck
({
commit
},
params
){
return
ajax
.
get
({
url
:
api
.
get_month_check
,
params
})
},
// 小区加装电梯
getADDelevator
({
commit
},
params
){
return
ajax
.
get
({
url
:
api
.
get_elevator_collect
,
params
})
},
// 投诉直通车
get_ComplaintsTrain
({
commit
},
params
){
return
ajax
.
get
({
url
:
api
.
GET_ComplaintsTrain
.
replace
(
'{type}'
,
params
),
})
},
// 当年风险处置情况
get_RiskDisposal
({
commit
},
){
return
ajax
.
get
({
url
:
api
.
GET_RiskDisposal
,
})
},
//信用管理等级排行
GET_Creditratingranking
({
commit
},
){
return
ajax
.
get
({
url
:
api
.
GET_Creditratingranking
,
})
},
}
src/views/houseData/basicInfo.vue
View file @
04016627
...
...
@@ -515,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
.
form
.
getFieldValue
(
'finishDate'
)
?
''
:
!
this
.
isBeforeTwoThousand
?
'2000-01-01'
:
''
,
},
obj
,
isHocId
)
// 融合obj 和isHocId 到入参
searchParams
[
this
.
personalizedKey
]
=
!
this
.
formed
?
''
:
this
.
formed
...
...
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