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
cb949a94
Commit
cb949a94
authored
Apr 28, 2021
by
zhangrui123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志管理
parent
70e8278c
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
92 additions
and
294 deletions
+92
-294
edit.vue
src/views/personal/InternalStaff/edit.vue
+2
-1
index.vue
src/views/personal/InternalStaff/index.vue
+1
-1
feijuInfo.vue
src/views/personal/rizhi/feijuInfo.vue
+0
-0
info.vue
src/views/personal/rizhi/info.vue
+89
-292
xitongInfo.vue
src/views/personal/rizhi/xitongInfo.vue
+0
-0
zhanghuInfo.vue
src/views/personal/rizhi/zhanghuInfo.vue
+0
-0
zhuzhaiInfo.vue
src/views/personal/rizhi/zhuzhaiInfo.vue
+0
-0
No files found.
src/views/personal/InternalStaff/edit.vue
View file @
cb949a94
...
...
@@ -36,7 +36,7 @@
<a-row
class=
"formItemLine"
>
<a-col
span=
"8"
>
<a-form-item
label=
"机构类型"
v-bind=
"colSpe"
>
<a-select
placeholder=
"请选择"
allowClear
mode=
"multip"
v-decorator=
"['orgType',
{initialValue:'
房办
',
<a-select
placeholder=
"请选择"
allowClear
mode=
"multip"
v-decorator=
"['orgType',
{initialValue:'
2
',
validateTrigger: 'change', rules: [ { required: true, message: '请选择机构类型!' } ]
}]">
<a-select-option
value=
"2"
>
房办
</a-select-option>
...
...
@@ -105,6 +105,7 @@ export default {
this
.
fromCenter
=
!!
this
.
$route
.
query
.
id
},
mounted
()
{
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_HOS_LIST
,
params
:
{
...
...
src/views/personal/InternalStaff/index.vue
View file @
cb949a94
...
...
@@ -284,7 +284,7 @@ export default {
let
userTypeList
=
[
{
key
:
'0'
,
value
:
'管理员'
,
value
:
'
后台
管理员'
,
},
{
key
:
'1'
,
value
:
'决策人员'
,
...
...
src/views/personal/rizhi/feijuInfo.vue
0 → 100644
View file @
cb949a94
src/views/personal/rizhi/info.vue
View file @
cb949a94
<
template
>
<div>
<
div
class=
"routerWapper HC_AccountInfo"
v-if=
"$route.name == 'rizhiInfo'"
>
<div
class=
"routerWapper enquiryList"
>
<
Loader
/
>
<div
class=
"portalDetailTitle"
>
<span
class=
"title"
>
日志详情
...
...
@@ -9,267 +9,33 @@
<a-button
@
click=
"$router.back()"
>
返回
</a-button>
</div>
</div>
<div
class=
"layoutMargin layoutPadding"
>
<a-row>
<a-col>
<h3>
操作前信息
</h3>
<div
class=
"gayLine"
/>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
companyName
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
parentCompanyName
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
phone
?
content
.
phone
.
slice
(
0
,
11
):
''
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
phone
?
content
.
phone
.
slice
(
12
,
23
):
''
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
phone
?
content
.
phone
.
slice
(
24
,
35
):
''
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
certificationContactName
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
certificationContactEmail
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
companyLegalPerson
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
telephone
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
address
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
personNum
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
companyNo
}}
</a-col>
</a-row>
</a-col>
</a-row>
<div
v-if=
"$route.name == 'rizhiInfo'"
class=
"layoutMargin layoutPadding"
>
<div
style=
"font-size:16px;margin-bottom:20px"
>
操作说明:
{{
content
.
pointName
}}
</div>
<div
class=
"cardBox"
>
<a-card
title=
"操作前信息"
style=
"width: 49%;margin-right:1%;margin-bottom:1%;justify-content:flex-end;"
>
<div
class=
"card-centent"
>
<div
style=
"margin-bottom:8px;"
>
<a-form
class=
"protalForm"
>
<a-form-item
v-for=
"(item,k) in extList.tbl_community"
:key=
"k"
:label=
"item.keyName"
:label-col=
"
{ span: 8 }" :wrapper-col="{ span: 12 }">
<a-input
v-decorator=
"[item.keyCode]"
disabled=
"disabled"
/>
</a-form-item>
</a-form>
</div>
</div>
</a-card>
<a-card
title=
"操作后信息"
style=
"width: 49%;margin-right:1%;margin-bottom:1%;"
>
<div
class=
"card-centent"
>
<div
style=
"margin-bottom:8px;"
>
<a-form
class=
"protalForm"
>
<a-form-item
v-for=
"(item,k) in extList.tbl_community"
:key=
"k"
:label=
"item.keyName"
:label-col=
"
{ span: 8 }" :wrapper-col="{ span: 12 }">
<a-input
v-decorator=
"[item.keyCode]"
disabled=
"disabled"
/>
</a-form-item>
</a-form>
</div>
<div
class=
"layoutMargin layoutPadding"
>
<a-row>
<a-col>
<h3>
操作后信息
</h3>
<div
class=
"gayLine"
/>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
companyName
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
parentCompanyName
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
phone
?
content
.
phone
.
slice
(
0
,
11
):
''
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
phone
?
content
.
phone
.
slice
(
12
,
23
):
''
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
phone
?
content
.
phone
.
slice
(
24
,
35
):
''
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
certificationContactName
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
certificationContactEmail
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
companyLegalPerson
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
telephone
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
address
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
personNum
}}
</a-col>
</a-row>
</a-col>
<a-col
:span=
"8"
>
<a-row>
<a-col
:span=
"10"
style=
"text-align:right"
>
</a-col>
<a-col
:span=
"14"
>
{{
content
.
companyNo
}}
</a-col>
</a-row>
</a-col>
</a-row>
</div>
</a-card>
</div>
</div>
<RouterWapper
v-else
></RouterWapper>
...
...
@@ -278,12 +44,28 @@
<
script
>
export
default
{
data
(){
name
:
'rizhiInfo'
,
data
()
{
formExt
:
this
.
$form
.
createForm
(
this
)
return
{
content
:
{},
extList
:
{
tbl_community
:
[],
tbl_community_amst_office
:
[],
tbl_prop_company
:
[],
tbl_community_manager
:
[],
tbl_industry_council
:
[],
tbl_residents_committees
:
[],
},
// ext所有列表
content
:
{}
}
},
mounted
(){
if
(
this
.
$route
.
name
==
'rizhiInfo'
){
this
.
getList
()
}
},
methods
:
{
getList
(
params
){
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_RIZHI_INFO
.
replace
(
'{id}'
,
this
.
$route
.
query
.
id
),
}).
then
(
res
=>
{
...
...
@@ -292,25 +74,40 @@ export default {
}
else
{
this
.
$message
.
info
(
res
.
msg
,
10
)
}
})
},
methods
:
{
/**
* 返回对应的企业类型
*/
returnType
(
type
){
for
(
let
i
=
0
;
i
<
this
.
companyTypeList
.
length
;
i
++
){
if
(
this
.
companyTypeList
[
i
].
key
==
type
){
return
this
.
companyTypeList
[
i
].
value
}
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_SAFE_EXT
.
replace
(
'{table}'
,
'tbl_community'
).
replace
(
'{id}'
,
this
.
$route
.
query
.
id
),
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
extList
.
tbl_community
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
[])
}
})
this
.
$refs
.
modal
.
seeData
()
})
},
},
}
</
script
>
<
style
>
.HC_AccountInfo
.ant-row
{
.enquiryList
.ant-card-head
{
border-bottom
:
1px
dashed
#e8e8e8
;
padding
:
0
12px
;
}
.enquiryList
.ant-card-body
{
padding
:
0px
;
}
.enquiryList
.card-bottom
{
padding
:
8px
0px
;
text-align
:
center
;
color
:
#1890ff
;
border-top
:
1px
solid
#e8e8e8
;
cursor
:
pointer
;
}
.enquiryList
.card-centent
{
padding
:
12px
;
}
.enquiryList
.cardBox
{
display
:
flex
;
flex-wrap
:
wrap
;
}
</
style
>
src/views/personal/rizhi/xitongInfo.vue
0 → 100644
View file @
cb949a94
src/views/personal/rizhi/zhanghuInfo.vue
0 → 100644
View file @
cb949a94
src/views/personal/rizhi/zhuzhaiInfo.vue
0 → 100644
View file @
cb949a94
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