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
b78166f0
authored
2023-09-11 16:30:26 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利人信息
1 parent
b893d057
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
66 additions
and
25 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
src/views/workflow/components/dialog/addQlr.vue
src/views/ywbl/slsqxx/diyaq/slxx.vue
src/views/ywbl/slsqxx/fdcq1/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/lqslxx/index.vue
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
src/views/ywbl/slsqxx/sllmslxx/index.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx300.vue
src/views/ywbl/slsqxx/ygdy/slxx.vue
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
View file @
b78166f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-22 16:27:42
* @LastEditTime: 2023-0
9-11 16:25:39
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -610,16 +610,19 @@
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
},
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
* @author: renchao
*/
upDateQlrxxList
(
val
)
{
if
(
!
_
.
isEqual
(
val
,
this
.
ruleForm
.
qlrData
))
{
this
.
ruleForm
.
qlrData
&&
(
this
.
ruleForm
.
qlrData
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrData
;
this
.
key
++
;
}
if
(
this
.
ruleForm
.
qlrData
.
length
==
0
)
{
this
.
czr
=
''
}
},
// 更新义务人信息
/**
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue
View file @
b78166f
...
...
@@ -530,9 +530,14 @@
* @author: renchao
*/
upDateQlrxxList
(
val
)
{
if
(
!
_
.
isEqual
(
val
,
this
.
ruleForm
.
qlrData
))
{
this
.
ruleForm
.
qlrData
&&
(
this
.
ruleForm
.
qlrData
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrData
;
this
.
key
++
;
}
if
(
this
.
ruleForm
.
qlrData
.
length
==
0
)
{
this
.
czr
=
''
}
},
// 保存
/**
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
View file @
b78166f
...
...
@@ -631,15 +631,19 @@
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
},
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
* @author: renchao
*/
upDateQlrxxList
(
val
)
{
if
(
!
_
.
isEqual
(
val
,
this
.
ruleForm
.
qlrData
))
{
this
.
ruleForm
.
qlrData
&&
(
this
.
ruleForm
.
qlrData
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrData
;
}
if
(
this
.
ruleForm
.
qlrData
.
length
==
0
)
{
this
.
czr
=
''
}
},
/**
* @description: onSubmit
...
...
src/views/workflow/components/dialog/addQlr.vue
View file @
b78166f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-11 16:1
2:27
* @LastEditTime: 2023-09-11 16:1
7:54
-->
<
template
>
<dialogBox
...
...
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
b78166f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-22 16:25:12
* @LastEditTime: 2023-0
9-11 16:25:28
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -499,6 +499,9 @@
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
// 是否持证人变化
/**
...
...
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
b78166f
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-09-
05 15:48:55
* @LastEditTime: 2023-09-
11 16:28:02
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -353,9 +353,13 @@
* @author: renchao
*/
upDateQlrxxList
(
val
)
{
if
(
!
_
.
isEqual
(
val
,
this
.
ruleForm
.
qlrList
))
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
/**
* @description: 是否持证人变化
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
b78166f
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-09-
05 15:53:51
* @LastEditTime: 2023-09-
11 16:28:20
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -507,6 +507,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
// 是否持证人变化
/**
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
b78166f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-
01 13:41:37
* @LastEditTime: 2023-09-
11 16:28:26
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -319,6 +319,9 @@
this
.
ruleForm
.
qlrList
&&
(
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
// 是否持证人变化
/**
...
...
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
b78166f
...
...
@@ -348,7 +348,7 @@
?
(
this
.
ruleForm
.
slsq
.
fzfs
=
"1"
)
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
ruleForm
.
lq
.
zlnd
?
this
.
$set
(
this
.
ruleForm
.
lq
,
'zlnd'
,
this
.
ruleForm
.
lq
.
zlnd
.
toString
())
:
this
.
$set
(
this
.
ruleForm
.
lq
,
'zlnd'
,
""
)
this
.
ruleForm
.
lq
.
zlnd
?
this
.
$set
(
this
.
ruleForm
.
lq
,
'zlnd'
,
this
.
ruleForm
.
lq
.
zlnd
.
toString
())
:
this
.
$set
(
this
.
ruleForm
.
lq
,
'zlnd'
,
""
)
setTimeout
(()
=>
{
this
.
loading
=
false
},
200
)
...
...
@@ -367,7 +367,7 @@
czrOptions
:
[],
czr
:
""
,
ruleForm
:
{
lq
:{
lq
:
{
},
flow
:
{
ywh
:
""
,
...
...
@@ -420,7 +420,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
/**
* @description: 更新业务人信息
...
...
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
View file @
b78166f
...
...
@@ -456,6 +456,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
// 是否持证人变化
/**
...
...
src/views/ywbl/slsqxx/sllmslxx/index.vue
View file @
b78166f
...
...
@@ -359,10 +359,10 @@
czrOptions
:
[],
czr
:
""
,
ruleForm
:
{
lq
:{
zlnd
:
""
,
ldsyqssj
:
""
,
ldsyjssj
:
""
lq
:
{
zlnd
:
""
,
ldsyqssj
:
""
,
ldsyjssj
:
""
},
flow
:
{
ywh
:
""
,
...
...
@@ -406,7 +406,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
// 是否持证人变化
/**
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
b78166f
...
...
@@ -429,7 +429,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
&&
(
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
// 更新义务人信息
/**
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
b78166f
...
...
@@ -352,6 +352,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
/**
* @description: 更新业务人信息
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
b78166f
...
...
@@ -270,6 +270,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
/**
* @description: 是否持证人变化
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
b78166f
...
...
@@ -133,12 +133,10 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"是否禁止或者限制转让的约定:"
label-width=
"200px"
>
label-width=
"200px"
>
<el-radio-group
v-model=
"ruleForm.ygdj.sfczjzhxz"
:disabled=
"!viewEdit || isJfOperation"
>
:disabled=
"!viewEdit || isJfOperation"
>
<el-radio
label=
"1"
>
是
</el-radio>
<el-radio
label=
"0"
>
否
</el-radio>
</el-radio-group>
...
...
@@ -360,6 +358,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
},
/**
* @description: 义务人信息
...
...
Please
register
or
sign in
to post a comment