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
270e8492
authored
2023-09-11 16:42:10 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利人
1 parent
2ea1c216
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
40 additions
and
15 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 @
270e849
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-11 16:
25:39
* @LastEditTime: 2023-09-11 16:
37:36
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -479,7 +479,6 @@
},
};
},
created
()
{
},
mounted
()
{
this
.
loadData
();
this
.
ableOperation
=
this
.
$parent
.
ableOperation
;
...
...
@@ -495,7 +494,6 @@
this
.
ruleForm
.
qlxx
.
ssywh
=
val
.
ywh
;
this
.
ssQlxxchangediolog
(
val
);
},
// 弹框事件
/**
* @description: 弹框事件
* @param {*} val
...
...
@@ -600,7 +598,6 @@
}
});
},
// 更新土地用途信息
/**
* @description: 更新土地用途信息
* @param {*} val
...
...
@@ -620,9 +617,6 @@
this
.
ruleForm
.
qlrData
&&
(
this
.
ruleForm
.
qlrData
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrData
;
}
if
(
this
.
ruleForm
.
qlrData
.
length
==
0
)
{
this
.
czr
=
''
}
},
// 更新义务人信息
/**
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue
View file @
270e849
...
...
@@ -523,14 +523,12 @@
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
;
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
View file @
270e849
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-22 16:27:48
* @LastEditTime: 2023-0
9-11 16:38:51
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -641,9 +641,6 @@
this
.
ruleForm
.
qlrData
&&
(
this
.
ruleForm
.
qlrData
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrData
;
}
if
(
this
.
ruleForm
.
qlrData
.
length
==
0
)
{
this
.
czr
=
''
}
},
/**
* @description: onSubmit
...
...
src/views/workflow/components/dialog/addQlr.vue
View file @
270e849
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-11 16:
17
:54
* @LastEditTime: 2023-09-11 16:
40
:54
-->
<
template
>
<dialogBox
...
...
@@ -422,6 +422,9 @@
watch
:
{
value
(
val
)
{
this
.
myValue
=
_
.
cloneDeep
(
val
)
if
(
val
&&
Object
.
keys
(
this
.
details
).
length
>
0
)
{
this
.
activeName
=
'1'
}
this
.
isShow
=
this
.
showButton
},
details
:
{
...
...
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
270e849
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-11 16:
25:28
* @LastEditTime: 2023-09-11 16:
39:27
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -499,6 +499,9 @@
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
270e849
...
...
@@ -357,6 +357,9 @@
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
270e849
...
...
@@ -507,6 +507,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
270e849
...
...
@@ -319,6 +319,9 @@
this
.
ruleForm
.
qlrList
&&
(
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
270e849
...
...
@@ -420,6 +420,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
View file @
270e849
...
...
@@ -456,6 +456,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/sllmslxx/index.vue
View file @
270e849
...
...
@@ -406,6 +406,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
270e849
...
...
@@ -429,6 +429,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
&&
(
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
270e849
...
...
@@ -352,6 +352,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
270e849
...
...
@@ -270,6 +270,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
270e849
...
...
@@ -358,6 +358,9 @@
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
if
(
this
.
ruleForm
.
qlrList
.
length
==
1
)
{
this
.
czr
=
this
.
ruleForm
.
qlrList
[
0
].
sqrmc
}
if
(
this
.
ruleForm
.
qlrList
.
length
==
0
)
{
this
.
czr
=
''
}
...
...
Please
register
or
sign in
to post a comment