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
5eb79b02
authored
2023-06-29 10:29:15 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加批量操作
1 parent
37cbb2d1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
38 deletions
src/views/workflow/components/leftmenu/ordinaryMenu.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
src/views/workflow/components/leftmenu/ordinaryMenu.vue
View file @
5eb79b0
...
...
@@ -107,19 +107,19 @@ export default {
switch
(
qllx
)
{
case
'A04'
:
this
.
showBatch
=
true
;
this
.
batchButtonName
=
'
批量房屋
操作'
;
this
.
batchButtonName
=
'
房屋批量
操作'
;
break
;
case
'B39'
:
this
.
showBatch
=
true
;
this
.
batchButtonName
=
'
批量查封
操作'
;
this
.
batchButtonName
=
'
查封批量
操作'
;
break
;
case
'A37'
:
this
.
showBatch
=
true
;
this
.
batchButtonName
=
'
批量抵押
操作'
;
this
.
batchButtonName
=
'
抵押批量
操作'
;
break
;
case
'B37'
:
this
.
showBatch
=
true
;
this
.
batchButtonName
=
'
批量在建工程抵押
操作'
;
this
.
batchButtonName
=
'
在建工程抵押批量
操作'
;
break
;
}
}
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
5eb79b0
...
...
@@ -32,12 +32,12 @@
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型:"
>
<el-input
disabled
v-model=
"ruleForm.sldy.qllxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sldy
List[0]
.qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记类型:"
>
<el-input
disabled
v-model=
"ruleForm.sldy.djlxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.sldy
List[0]
.djlxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -102,7 +102,7 @@
<el-col
:span=
"14"
>
<el-form-item
label=
"共有方式:"
>
<el-radio-group
:disabled=
"$route.query.viewtype == 1"
@
change=
"showCZInfo"
v-model=
"ruleForm.sldy.gyfs"
>
v-model=
"ruleForm.sldy
List[0]
.gyfs"
>
<el-radio
label=
"0"
>
单独所有
</el-radio>
<el-radio
label=
"1"
>
共同共有
</el-radio>
<el-radio
label=
"2"
>
按份所有
</el-radio>
...
...
@@ -114,13 +114,13 @@
<el-col
:span=
"5"
v-show=
" ruleForm.slsq.gyfs == '2'"
>
<el-form-item
label=
"是否分别持证:"
>
<el-radio-group
v-model=
"ruleForm.sldy.sqfbcz"
>
<el-radio-group
v-model=
"ruleForm.sldy
List[0]
.sqfbcz"
>
<el-radio
label=
"1"
>
是
</el-radio>
<el-radio
label=
"0"
>
否
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"5"
v-show=
"ruleForm.sldy.gyfs == '2'"
>
<el-col
:span=
"5"
v-show=
"ruleForm.sldy
List[0]
.gyfs == '2'"
>
<el-form-item
label=
"持证人:"
>
<el-select
v-model=
"ruleForm.slsq.czr"
placeholder=
"持证人"
>
<el-option
v-for=
"item in czrOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
@@ -192,6 +192,7 @@ export default {
,
qlxxList
:[]
//权利信息集合
,
sldyList
:[]
//受理不动产单元集合
,
slsq
:
{}
//受理申请流程明细
,
flow
:
{}
//受理申请流程明细
,
sqrList
:[]
//申请人
,
ssQlxxList
:[]
//上手权利信息
,
user
:{}
//用户
...
...
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
View file @
5eb79b0
<
template
>
<!-- 受理信息 -->
<div
class=
"slxx"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
class=
"loadingtext"
:label-position=
"flag ? 'top' : ''"
<el-form
class=
"loadingtext"
:label-position=
"flag ? 'top' : ''"
:inline=
"flag"
label-width=
"140px"
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
...
...
@@ -27,17 +27,17 @@
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型
:"
prop=
"qllx
"
>
<el-input
disabled
v-model=
"ruleForm.sldy[0].qllxmc"
></el-input>
<el-form-item
label=
"权利类型
1:
"
>
<el-input
disabled
v-model=
"ruleForm.sldy
List
[0].qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记类型:"
prop=
"djlx"
>
<el-input
disabled
v-model=
"ruleForm.sldy[0].djlxmc"
></el-input>
<el-form-item
label=
"登记类型:"
>
<el-input
disabled
v-model=
"ruleForm.sldy
List
[0].djlxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记情形:"
prop=
"djqx"
>
<el-form-item
label=
"登记情形:"
>
<el-input
disabled
v-model=
"ruleForm.slsq.djqxmc"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -56,7 +56,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"抵押方式:"
>
<!--
<el-input
disabled
v-model=
"ruleForm.slywxx.djqxmc"
></el-input>
-->
<el-radio-group
disabled
v-model=
"ruleForm.diyaq[0].dyfs"
>
<el-radio-group
disabled
v-model=
"ruleForm.diyaq
List
[0].dyfs"
>
<el-radio
label=
"1"
>
一般抵押
</el-radio>
<el-radio
label=
"2"
>
最高额抵押
</el-radio>
</el-radio-group>
...
...
@@ -64,7 +64,7 @@
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"是否存在禁止或者限制转让抵押不动产的约定:"
label-width=
"350px"
>
<el-radio-group
v-model=
"ruleForm.diyaq[0].sfczjzhxz"
>
<el-radio-group
v-model=
"ruleForm.diyaq
List
[0].sfczjzhxz"
>
<el-radio
label=
"1"
>
启用
</el-radio>
<el-radio
label=
"0"
>
禁用
</el-radio>
</el-radio-group>
...
...
@@ -73,27 +73,27 @@
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
v-show=
"ruleForm.diyaq[0].dyfs == 1"
>
<el-col
:span=
"8"
v-show=
"ruleForm.diyaq
List
[0].dyfs == 1"
>
<el-form-item
label=
"被担保主债权数额:"
>
<el-input
v-model=
"ruleForm.diyaq[0].bdbzzqse"
></el-input>
<el-input
v-model=
"ruleForm.diyaq
List
[0].bdbzzqse"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
v-show=
"ruleForm.diyaq[0].dyfs == 2"
>
<el-col
:span=
"8"
v-show=
"ruleForm.diyaq
List
[0].dyfs == 2"
>
<el-form-item
label=
"最高债权额:"
>
<el-input
v-model=
"ruleForm.diyaq[0].zgzqse"
></el-input>
<el-input
v-model=
"ruleForm.diyaq
List
[0].zgzqse"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"债务履行起始时间:"
>
<el-date-picker
v-model=
"ruleForm.diyaq[0].zwlxqssj"
type=
"date"
>
<el-date-picker
v-model=
"ruleForm.diyaq
List
[0].zwlxqssj"
type=
"date"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"债务履行结束时间:"
>
<el-date-picker
v-model=
"ruleForm.diyaq[0].zwlxjssj"
type=
"date"
>
<el-date-picker
v-model=
"ruleForm.diyaq
List
[0].zwlxjssj"
type=
"date"
>
</el-date-picker>
</el-form-item>
</el-col>
...
...
@@ -102,22 +102,22 @@
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"担保范围:"
>
<el-input
v-model=
"ruleForm.diyaq[0].dbfw"
:disabled=
"$route.query.viewtype == 1 || ruleForm.sldy.djlx == '300'"
></el-input>
<el-input
v-model=
"ruleForm.diyaq
List
[0].dbfw"
:disabled=
"$route.query.viewtype == 1 || ruleForm.sldy
List[0]
.djlx == '300'"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"最高债权确定事实和数额:"
>
<el-input
v-model=
"ruleForm.diyaq[0].zgzqqdss"
></el-input>
<el-input
v-model=
"ruleForm.diyaq
List
[0].zgzqqdss"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col>
<el-form-item
label=
"附记:"
prop=
"fj"
>
<el-input
type=
"textarea"
v-model=
"ruleForm.diyaq[0].fj"
:disabled=
"$route.query.viewtype == 1"
></el-input>
<el-input
type=
"textarea"
v-model=
"ruleForm.diyaq
List
[0].fj"
:disabled=
"$route.query.viewtype == 1"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -129,7 +129,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"14"
>
<el-form-item
label=
"共有方式:"
>
<el-radio-group
:disabled=
"$route.query.viewtype == 1"
v-model=
"ruleForm.sldy[0].gyfs"
>
<el-radio-group
:disabled=
"$route.query.viewtype == 1"
v-model=
"ruleForm.sldy
List
[0].gyfs"
>
<el-radio
label=
"0"
>
单独所有
</el-radio>
<el-radio
label=
"1"
>
共同共有
</el-radio>
<el-radio
label=
"2"
>
按份所有
</el-radio>
...
...
@@ -137,15 +137,15 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"5"
v-show=
"ruleForm.sldy[0].gyfs == '2'"
>
<el-col
:span=
"5"
v-show=
"ruleForm.sldy
List
[0].gyfs == '2'"
>
<el-form-item
label=
"是否分别持证:"
>
<el-radio-group
v-model=
"ruleForm.sldy[0].sqfbcz"
>
<el-radio-group
v-model=
"ruleForm.sldy
List
[0].sqfbcz"
>
<el-radio
label=
"1"
>
是
</el-radio>
<el-radio
label=
"0"
>
否
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"5"
v-show=
"ruleForm.sldy[0].gyfs == '2'"
>
<el-col
:span=
"5"
v-show=
"ruleForm.sldy
List
[0].gyfs == '2'"
>
<el-form-item
label=
"持证人:"
>
<el-select
v-model=
"ruleForm.czr"
placeholder=
"持证人"
>
<el-option
v-for=
"item in czrOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
@@ -155,7 +155,7 @@
</el-col>
</el-row>
<qlrCommonTable
:tableData=
"ruleForm.qlrList"
@
upDateQlrxxList=
"upDateQlrxxList"
:viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.sldy[0].gyfs"
/>
:viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.sldy
List
[0].gyfs"
/>
<div
class=
"slxx_title title-block"
>
抵押人信息
<div
class=
"triangle"
></div>
...
...
@@ -169,14 +169,14 @@
</div>
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
v-if=
"ruleForm.sldy[0].djlx == '400'"
label=
"注销抵押原因:"
prop=
"djyy"
>
<el-form-item
v-if=
"ruleForm.sldy
List
[0].djlx == '400'"
label=
"注销抵押原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype == 1"
v-model=
"ruleForm.diyaq[0].zxdyyy"
>
v-model=
"ruleForm.diyaq
List
[0].zxdyyy"
>
</el-input>
</el-form-item>
<el-form-item
v-else
label=
"登记原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype == 1"
v-model=
"ruleForm.diyaq[0].djyy"
>
v-model=
"ruleForm.diyaq
List
[0].djyy"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -196,7 +196,7 @@
import
{
bacthInit
,
saveBatchData
}
from
"@/api/workflow/zjgcdyFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
moun
ted
()
{
crea
ted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
...
...
@@ -207,7 +207,9 @@
formdata
.
append
(
"isEdit"
,
this
.
ableOperation
);
bacthInit
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
// this.$nextTick(()=>{this.ruleForm = res.result;})
this
.
ruleForm
=
res
.
result
;
console
.
log
(
this
.
ruleForm
);
this
.
$endLoading
();
}
})
...
...
@@ -222,7 +224,21 @@
ableOperation
:
true
,
disabled
:
true
,
czrOptions
:
[],
ruleForm
:
{},
ruleForm
:
{
// cfdjList:[]//查封登记
// ,diyaqList:[]//抵押权
// ,fdcq2List:[]//房屋信息集合
// ,qlrList:[]//权利人
// ,ywrList:[]//义务人
// ,qlxxList:[]//权利信息集合
// ,sldyList:[]//受理不动产单元集合
// ,slsq: {}//受理申请流程明细
// ,flow: {}//受理申请流程明细
// ,sqrList:[]//申请人
// ,ssQlxxList:[]//上手权利信息
// ,user:{}//用户
// ,zdjbxx: {}//宗地基本信息
},
//传递参数
propsParam
:
{},
rules
:
{},
...
...
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
View file @
5eb79b0
...
...
@@ -259,7 +259,7 @@
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
;
this
.
$endLoading
();
this
.
ruleForm
.
diyaq
.
sfczjzhxz
=
"0"
;
//
this.ruleForm.diyaq.sfczjzhxz = "0";
}
})
},
...
...
Please
register
or
sign in
to post a comment