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
9449e558
authored
2021-01-15 10:41:12 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into master
2 parents
f8ad8093
60b00c34
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
23 deletions
src/views/panel/change/fg/index.vue
src/views/panel/modify/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/panel/change/fg/index.vue
View file @
9449e55
...
...
@@ -603,26 +603,35 @@
},
saveZd
()
{
if
(
this
.
zdFghData
.
oldZdbsm
===
''
){
Message
.
info
(
"请选择需要分割的宗地"
)
Message
.
warning
(
"请选择需要分割的宗地"
)
return
}
if
(
this
.
tempBsmList
.
length
===
(
this
.
zdZxx
.
dzList
.
length
+
this
.
zdZxx
.
zrzList
.
length
)){
zdfg
(
this
.
zdFghData
).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$store
.
state
.
zdbsms
=
res
.
result
;
//更新目录树
this
.
getTreeByS
(
res
.
result
);
this
.
$router
.
push
({
path
:
'/zd'
,
query
:
{
bsm
:
res
.
result
[
0
],
source
:
3
,
//分割标识
}
});
}
else
{
Message
.
error
(
"保存失败"
)
}
})
if
(
this
.
zdFghData
.
newZdlist
.
every
(
i
=>
i
.
xmmc
!=
''
))
{
vm
.
loadingShow
(
'正在保存中'
);
zdfg
(
this
.
zdFghData
).
then
(
res
=>
{
vm
.
loadingHide
()
if
(
res
.
success
)
{
this
.
$store
.
state
.
zdbsms
=
res
.
result
;
//更新目录树
this
.
getTreeByS
(
res
.
result
);
this
.
$router
.
push
({
path
:
'/zd'
,
query
:
{
bsm
:
res
.
result
[
0
],
source
:
3
,
//分割标识
}
});
}
else
{
Message
.
error
(
"保存失败"
)
}
}).
catch
((
err
)
=>
{
vm
.
loadingHide
()
Message
.
error
(
err
)
})
}
else
{
Message
.
warning
(
"请完善分割后的宗地项目名称后重试"
)
}
}
else
{
this
.
$message
.
warning
(
"幢信息未选择完成,无法保存"
)
}
...
...
@@ -1093,7 +1102,7 @@
width
:
calc
(
100%
-
40px
);
/deep/.el-input__inner
{
margin
:
0
;
height
:
4
4
px
;
height
:
4
3
px
;
outline
:
none
;
border
:
none
;
color
:
#606764
;
...
...
src/views/panel/modify/index.vue
View file @
9449e55
...
...
@@ -183,25 +183,25 @@
switch
(
row
.
dylx
)
{
case
"zd"
:
this
.
$store
.
state
.
zdbsm
=
row
.
glbsm
;
this
.
getRightTree
(
row
.
glbsm
,
'
1
'
);
this
.
getRightTree
(
row
.
glbsm
,
'
0,1,2
'
);
break
;
case
"zrz"
:
this
.
$store
.
state
.
zrzbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
1
'
);
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
0,1,2
'
);
break
;
case
"h"
:
case
"h0"
:
case
"h1"
:
this
.
$store
.
state
.
hbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
'h'
,
'
1
'
);
this
.
getTreeByBsm
(
row
.
glbsm
,
'h'
,
'
0,1,2
'
);
break
;
case
"dz"
:
this
.
$store
.
state
.
dzbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
1
'
);
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
0,1,2
'
);
break
;
case
"gzw"
:
this
.
$store
.
state
.
dzbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
1
'
);
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'
0,1,2
'
);
break
;
default
:
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
9449e55
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment