Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1863d54e
authored
2022-09-05 15:42:17 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
0efb83b1
328a4b13
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
147 additions
and
18 deletions
src/views/ywbl/fqsq/components/th.vue
src/views/ywbl/fqsq/components/zc.vue
src/views/ywbl/fqsq/components/zsyl.vue
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/fqsq/components/th.vue
View file @
1863d54
<
template
>
<dialogBox
title=
"退回"
@
submitForm=
"submitForm"
:saveloding=
"saveloding"
saveButton=
"确认退回"
width=
"80%"
<dialogBox
title=
"退回"
@
submitForm=
"submitForm"
saveButton=
"确认退回"
width=
"80%"
@
closeDialog=
"closeDialog"
v-model=
"value"
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
...
...
@@ -68,7 +68,6 @@ export default {
];
return
{
saveloding
:
false
,
columns
,
radioVal
:
""
,
outstepopinion
:
""
,
...
...
src/views/ywbl/fqsq/components/zc.vue
View file @
1863d54
<
template
>
<dialogBox
title=
"转出"
@
submitForm=
"submitForm"
:saveloding=
"saveloding"
saveButton=
"确认转出"
width=
"45%"
<dialogBox
title=
"转出"
@
submitForm=
"submitForm"
saveButton=
"确认转出"
width=
"45%"
height=
'30%'
@
closeDialog=
"closeDialog"
v-model=
"value"
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
...
...
@@ -29,7 +29,6 @@ export default {
},
data
()
{
return
{
saveloding
:
false
,
}
},
methods
:
{
...
...
src/views/ywbl/fqsq/components/zsyl.vue
0 → 100644
View file @
1863d54
<
template
>
<dialogBox
title=
"证书预览"
:isReset=
'false'
:isSave=
'false'
width=
"80%"
@
closeDialog=
"closeDialog"
v-model=
"value"
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"zsyl-box"
>
<div
class=
"zsyl-left"
>
<div
class=
"zsyl-title"
>
____()_______不动产权第 号
</div>
<lb-table
:show-header=
"false"
:column=
"columns"
border
:heightNum=
"390"
:pagination=
"false"
heightNumSetting
:data=
"tableData"
>
</lb-table>
</div>
<div
class=
"zsyl-right"
>
<div
class=
"zsyl-title"
>
附记
</div>
<div></div>
</div>
</div>
</div>
</dialogBox>
</
template
>
<
script
>
import
{
getTaskBackNode
,
sendBackTask
}
from
"@/api/fqsq.js"
export
default
{
components
:
{
},
props
:
{
value
:
{
type
:
Boolean
,
default
:
false
},
queryForm
:{
type
:
Object
},
bsmBusiness
:{
type
:
String
}
},
data
()
{
const
columns
=
[
// {
// label: '',
// align: 'center',
// render: (h, scope) => {
// return <el-radio label={scope.row.taskid} v-model={this.radioVal} >{''}</el-radio>
// }
// },
{
prop
:
"activityName"
,
label
:
""
,
width
:
'120px'
},
{
prop
:
"assignee"
,
label
:
""
,
},
];
return
{
columns
,
tableData
:[{
activityName
:
'权利人'
,
assignee
:
'张三'
},{
activityName
:
'共有情况'
,
assignee
:
'一人持有'
},{
activityName
:
'坐落'
,
assignee
:
'陕西省西安市莲湖区'
},{
activityName
:
'不动产单元号'
,
assignee
:
'3-1-3003'
},{
activityName
:
'权利类型'
,
assignee
:
'非常大'
},{
activityName
:
'权利性质'
,
assignee
:
'非常大'
},{
activityName
:
'用途'
,
assignee
:
'非常大'
},{
activityName
:
'面积'
,
assignee
:
'124平方米'
},{
activityName
:
'使用期限'
,
assignee
:
'99年'
},{
activityName
:
'权利其他状况'
,
assignee
:
'良好'
}],
}
},
mounted
(){
// if(this.$route.query.bsmSlsq){
// this.list.bsmSlsq = this.$route.query.bsmSlsq
// }
},
methods
:
{
tablelistFn
(){
// getTaskBackNode({taskId:this.taskId}).then(res => {
// if (res.code === 200) {
// this.tableData = res.result
// }
// })
},
closeDialog
()
{
this
.
$emit
(
"input"
,
false
);
},
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.zsyl-box
{
display
:
flex
;
justify-content
:
space-between
;
.zsyl-left{
width
:
45%
;
}
.zsyl-right
{
width
:
45%
;
}
}
</
style
>
src/views/ywbl/fqsq/fqsq.vue
View file @
1863d54
...
...
@@ -26,9 +26,9 @@
}">
</div>
<ul
v-if=
'this.isShowdrawer'
>
<p
>
受理单元列表(
{{
unitData
.
length
}}
)
</p>
<div
v-for=
'(item,
index) in unitData'
:key=
'index'
>
<li
@
click=
'unitClick(item)'
>
{{
item
.
bdcdyh
}}
</li>
<p
class=
"title"
>
受理单元列表(
{{
unitData
.
length
}}
)
</p>
<div
v-for=
'(item,index) in unitData'
:key=
'index'
>
<li
@
click=
'unitClick(item)'
>
<p>
{{
item
.
bdcdyh
}}
</p><p>
{{
item
.
zl
}}
</p>
</li>
<div
class=
"xian"
></div>
</div>
</ul>
...
...
@@ -50,22 +50,25 @@
</div>
<zc
v-model=
"zcDialog"
:queryForm=
'queryForm'
/>
<thDialog
ref=
'thdialogRef'
v-model=
"thflag"
:taskId=
'taskId'
:bsmBusiness=
'bsmBusiness'
:queryForm=
'queryForm'
/>
<zsylDialog
v-model=
'zsylFlag'
/>
</div>
</
template
>
<
script
>
import
{
leftMenu
}
from
"@/api/fqsq.js"
import
zc
from
"./components/zc.vue"
import
thDialog
from
"./components/th.vue"
import
zsylDialog
from
'./components/zsyl'
export
default
{
/**注册组件*/
components
:
{
zc
,
thDialog
},
components
:
{
zc
,
thDialog
,
zsylDialog
},
data
()
{
return
{
zcDialog
:
false
,
thflag
:
false
,
queryForm
:
{
bsmSlsq
:
""
,
bestepid
:
""
,
zsylFlag
:
false
,
zcDialog
:
false
,
thflag
:
false
,
queryForm
:{
bsmSlsq
:
""
,
bestepid
:
""
,
},
isShowdrawer
:
true
,
key
:
0
,
...
...
@@ -138,8 +141,9 @@ export default {
editItem
:
''
,
issplitScreen
:
false
,
unitData
:
[],
taskId
:
""
,
bsmBusiness
:
""
,
taskId
:
""
,
bsmBusiness
:
""
,
id
:
""
,
};
},
watch
:
{
...
...
@@ -148,6 +152,7 @@ export default {
console
.
log
(
newName
,
'newName'
);
let
itemObj
=
{
'1'
:
'slxx'
,
'2'
:
'clxx'
,
'3'
:
'spyj'
}
this
.
editItem
=
this
.
loadView
(
itemObj
[
newName
])
this
.
list
(
this
.
id
)
},
immediate
:
true
}
...
...
@@ -168,6 +173,7 @@ export default {
// 获取左侧列表
list
(
id
)
{
let
that
=
this
that
.
id
=
id
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
id
);
leftMenu
(
formdata
).
then
(
res
=>
{
...
...
@@ -190,7 +196,10 @@ export default {
})
},
operation
(
index
,
item
)
{
if
(
item
.
icon
==
'fqsq5'
)
{
if
(
item
.
icon
==
'fqsq3'
){
this
.
zsylFlag
=
true
}
else
if
(
item
.
icon
==
'fqsq5'
)
{
this
.
key
++
this
.
issplitScreen
=
!
this
.
issplitScreen
this
.
flag
=
!
this
.
flag
...
...
@@ -338,7 +347,7 @@ export default {
padding
:
2px
;
}
p
{
.title
{
padding
:
20px
;
text-align
:
center
;
}
...
...
@@ -347,7 +356,7 @@ export default {
padding
:
10px
;
font-size
:
14px
;
color
:
#606266
;
line-height
:
20px
;
}
li
:hover
{
...
...
Please
register
or
sign in
to post a comment