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
f25e954c
authored
2022-11-01 17:41:05 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查封登记
1 parent
f7621255
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
57 additions
and
32 deletions
src/api/ywbl.js
src/views/workflow/workFrame.vue
src/views/ywbl/cfdj/plcfslxx.vue
src/views/ywbl/cfdj/tdslxx.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/api/ywbl.js
View file @
f25e954
...
...
@@ -160,4 +160,14 @@ export function deleteBdcdy (data) {
data
,
showLoading
:
true
})
}
// 获取自然幢下其他户
export
function
selectOtherH
(
data
)
{
return
request
({
url
:
'ywbl/ywsq/selectOtherH'
,
method
:
'post'
,
data
,
showLoading
:
true
})
}
\ No newline at end of file
...
...
src/views/workflow/workFrame.vue
View file @
f25e954
...
...
@@ -226,7 +226,7 @@ export default {
operation
(
index
,
item
)
{
//按钮 B0:选择不动产单元 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书 B7:证书领取 B8:楼盘表 B9:登簿
//操作按钮 登簿:record 转件:transfer 退回:back 退出:signout
let
that
=
this
;
let
that
=
this
;
switch
(
item
.
value
)
{
case
"B0"
:
// let type = queueDjywmc(this.$route.query.sqywbm)
...
...
src/views/ywbl/cfdj/plcfslxx.vue
View file @
f25e954
...
...
@@ -51,7 +51,7 @@
查封不动产列表
<div
class=
"triangle"
></div>
</div>
<cfBdcdyTable
:tableData=
"ruleForm.
qlxx
"
/>
<cfBdcdyTable
:tableData=
"ruleForm.
yqlxxList
"
/>
<div
class=
"slxx_title title-block"
>
批量查封信息
<div
class=
"triangle"
></div>
...
...
src/views/ywbl/cfdj/tdslxx.vue
View file @
f25e954
...
...
@@ -58,6 +58,23 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"权利人:"
prop=
"qlxx.qlrmc"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.qlrmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"证件号:"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.qlrzjhm"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"证件种类:"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.qlrzjzl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"不动产单元号:"
prop=
"qlxx.bdcdyh"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.bdcdyh"
></el-input>
</el-form-item>
...
...
@@ -80,23 +97,6 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"权利人:"
prop=
"qlxx.qlrmc"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.qlrmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"证件号:"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.qlrzjhm"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"证件种类:"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.qlrzjzl"
></el-input>
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
>
查封信息
<div
class=
"triangle"
></div>
...
...
@@ -173,7 +173,7 @@
</
template
>
<
script
>
import
sqrViewTable
from
"@/views/workflow/components/sqrViewTable"
;
import
{
Init
,
saveData
}
from
"@/api/cfdjFlow.js"
;
import
{
Batch
Init
,
saveData
}
from
"@/api/cfdjFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
data
()
{
...
...
@@ -194,8 +194,9 @@ export default {
this
.
ableEdit
=
this
.
$parent
.
showBatch
;
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
formdata
.
append
(
"bsmSlsq"
,
this
.
$route
.
query
.
bsmSlsq
);
formdata
.
append
(
"djlx"
,
this
.
propsParam
.
djlx
);
Init
(
formdata
).
then
((
res
)
=>
{
Batch
Init
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
}
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
f25e954
<
template
>
<div
class=
"from-clues"
>
<div
class=
"from-clues-header"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleTabClick"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleTabClick"
v-if=
"!isJump"
>
<el-tab-pane
label=
"自然幢"
name=
"zrz"
></el-tab-pane>
<el-tab-pane
label=
"户"
name=
"h"
></el-tab-pane>
</el-tabs>
...
...
@@ -45,7 +45,7 @@ import Cookies from 'js-cookie'
import
{
datas
,
sendThis
}
from
"../javascript/fwsyq.js"
;
import
table
from
"@/utils/mixin/table"
;
import
jump
from
"@/views/ywbl/ywsq/components/mixin/jump"
;
import
{
selectScBdcdy
,
startBusinessFlow
,
choiceBdcdy
}
from
"@/api/ywbl.js"
;
import
{
selectScBdcdy
,
startBusinessFlow
,
choiceBdcdy
,
selectOtherH
}
from
"@/api/ywbl.js"
;
export
default
{
mixins
:
[
table
,
jump
],
props
:
{
...
...
@@ -78,15 +78,29 @@ export default {
this
.
$emit
(
"closeDialog"
);
},
fetchData
()
{
this
.
queryForm
.
sqywbm
=
this
.
djywbm
;
this
.
queryForm
.
fwfl
=
this
.
activeName
;
selectScBdcdy
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
;
}
})
if
(
!
this
.
isJump
){
//从业务办理进入
this
.
queryForm
.
sqywbm
=
this
.
djywbm
;
this
.
queryForm
.
fwfl
=
this
.
activeName
;
selectScBdcdy
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
;
}
})
}
else
{
//从办理框架选择不动产单元进入
//房屋首次办理选择不动产需找出对应自然幢下未选择的户
this
.
queryForm
.
bsmSlsq
=
this
.
$route
.
query
.
bsmSlsq
;
selectOtherH
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
;
}
})
}
},
handleTabClick
()
{
this
.
pageData
.
currentPage
=
1
;
...
...
Please
register
or
sign in
to post a comment