Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
4671ce6f
authored
2021-01-08 15:56:54 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权利人默认共有方式
1 parent
549d30e8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
12 deletions
src/components/formMenu/qlr.vue
src/views/dz/dzxx/index.vue
src/views/gzw/jbxx/index.vue
src/views/zd/zddcb/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/zrzxx/index.vue
src/components/formMenu/qlr.vue
View file @
4671ce6
...
...
@@ -341,7 +341,7 @@
data
()
{
return
{
update
:
false
,
gyfs
:
''
,
gyfs
:
this
.
$store
.
state
.
gyfsList
[
0
].
bsm
,
tableData
:
[],
gyfsList
:[],
//表格选中项
...
...
@@ -658,9 +658,6 @@
},
mounted
()
{
this
.
getQlrInfo
(
this
.
bsm
);
if
(
this
.
$store
.
state
.
gyfsList
.
length
>
0
){
this
.
gyfs
=
this
.
$store
.
state
.
gyfsList
[
0
].
bsm
;
}
},
watch
:{
tableData
:{
...
...
@@ -730,9 +727,6 @@
this
.
gyfsList
[
i
].
disabled
=
item
.
mc
===
"单独所有"
;
}
}
if
(
this
.
tableData
.
length
>
1
){
this
.
gyfs
=
this
.
tableData
[
0
].
gyfsbsm
}
},
"formData.qlrlxbsm"
:
function
(
val
)
{
...
...
src/views/dz/dzxx/index.vue
View file @
4671ce6
...
...
@@ -401,7 +401,9 @@
getDzDetailByBsm
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
form
=
res
.
result
;
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
if
(
res
.
result
.
gygyqlrqk
!=
null
){
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
}
if
(
this
.
form
.
bblx
===
0
&&
this
.
form
.
qszt
===
'0'
&&
this
.
form
.
bhqkbsm
==
null
){
this
.
disabled
=
false
}
else
{
...
...
src/views/gzw/jbxx/index.vue
View file @
4671ce6
...
...
@@ -261,7 +261,9 @@
this
.
form
.
qszt
=
res
.
result
.
qszt
;
this
.
zdbsm
=
res
.
result
.
zdzhbsm
;
this
.
getZddm
(
this
.
zdbsm
);
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
if
(
res
.
result
.
gygyqlrqk
!=
null
){
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
}
}
})
},
...
...
src/views/zd/zddcb/index.vue
View file @
4671ce6
...
...
@@ -500,7 +500,9 @@
.
then
((
res
)
=>
{
if
(
res
.
result
)
{
this
.
formData
=
res
.
result
;
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
if
(
res
.
result
.
gygyqlrqk
!=
null
){
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
}
if
(
this
.
formData
.
bblx
===
0
&&
this
.
formData
.
qszt
===
'0'
&&
this
.
formData
.
bhqkbsm
==
null
){
console
.
log
(
"12345"
)
this
.
disabled
=
false
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
4671ce6
...
...
@@ -625,7 +625,9 @@
if
(
res
.
code
===
200
){
this
.
form
=
res
.
result
;
this
.
hbsm
=
res
.
result
.
bsm
;
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
if
(
res
.
result
.
gygyqlrqk
!=
null
){
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
}
this
.
$refs
.
qlrxxModule
.
getQlrInfo
(
hbsm
);
if
(
this
.
form
.
bblx
===
0
&&
this
.
form
.
qszt
===
'0'
&&
this
.
form
.
bhqkbsm
==
null
){
this
.
disableFlag
=
false
...
...
src/views/zrz/zrzxx/index.vue
View file @
4671ce6
...
...
@@ -660,7 +660,9 @@
getZrzDetailByBsm
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
form
=
res
.
result
;
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
if
(
res
.
result
.
gygyqlrqk
!=
null
){
this
.
$refs
.
qlrxxModule
.
changeGyfs
(
res
.
result
.
gygyqlrqk
);
}
// //如果没有宗地代码,自动生成
// if(res.result.zddm == null){
// this.generatorCode()
...
...
Please
register
or
sign in
to post a comment