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
544079a9
authored
2020-12-28 14:35:21 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
aa44139c
70b2a021
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
65 additions
and
14 deletions
src/views/Home.vue
src/views/manage/index.vue
src/views/panel/add/index.vue
src/views/panel/change/fg/index.vue
src/views/panel/change/index.vue
src/views/panel/modify/index.vue
src/views/panel/search/index.vue
src/views/zd/jzd/index.vue
src/views/zd/jzx/index.vue
src/views/zd/mjftb/index.vue
src/views/zrz/yzgy/index.vue
src/views/Home.vue
View file @
544079a
...
...
@@ -447,7 +447,7 @@ export default {
position
:
relative
;
color
:
#4a4a4a
;
//
border-left
:
1px
solid
#EAEAEA
;
border-right
:
1px
solid
#EAEAEA
;
/*border-right: 1px solid #EAEAEA;*/
i
{
margin-right
:
6px
;
font-size
:
18px
;
...
...
src/views/manage/index.vue
View file @
544079a
<
template
>
<div>
<el-tabs
v-model=
"activeName"
class=
"tabs
"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
type=
"border-card
"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"日志管理"
name=
"log"
><log></log></el-tab-pane>
<el-tab-pane
label=
"字典管理"
name=
"dictionary"
><dictionary></dictionary></el-tab-pane>
</el-tabs>
...
...
@@ -31,6 +31,15 @@
}
</
script
>
<
style
scoped
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
background
:
#eaedf5
;
}
}
</
style
>
\ No newline at end of file
...
...
src/views/panel/add/index.vue
View file @
544079a
<
template
>
<el-tabs
v-model=
"activeName"
class=
"tabs
"
>
<el-tabs
v-model=
"activeName"
type=
"border-card
"
>
<el-tab-pane
label=
"添加"
name=
"tj"
>
<div
class=
"main"
>
<!--
<p
class=
"tips"
>
查询条件
</p>
-->
...
...
@@ -163,13 +163,14 @@
</
script
>
<
style
scoped
lang=
"less"
>
.tabs
{
.
el-
tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
background
:
#eaedf5
;
}
.main
{
width
:
100%
;
...
...
src/views/panel/change/fg/index.vue
View file @
544079a
...
...
@@ -45,7 +45,7 @@
</div>
</div>
<div
class=
"fgh"
:style=
"
{'minHeight':tableHeight+'px'}">
<span
class=
"tips"
>
分割后宗地信息
</span>
<span
class=
"tips"
>
分割后宗地信息
(总计分割宗地数量
{{
zdFghData
.
newZdlist
.
length
}}
个)
</span>
<table
border=
"1"
>
<tr>
<th
class=
"cz"
><el-button
...
...
@@ -55,6 +55,7 @@
>
+
</el-button
></th>
<th
class=
"xh"
>
序号
</th>
<th
class=
"xzq"
>
行政区
</th>
<th
class=
"djq"
>
地籍区
</th>
<th
class=
"djzq"
>
地籍子区
</th>
...
...
@@ -75,6 +76,7 @@
</el-button
>
</td>
<td
rowspan=
"2"
>
{{
index
+
1
}}
</td>
<td
class=
"xzq"
>
<el-select
class=
""
v-model=
"item.xzqbsm"
@
change=
"changeXzq(item.xzqbsm,index)"
>
<el-option
...
...
@@ -222,7 +224,7 @@
</div>
</div>
<div
class=
"fgh"
>
<span
class=
"tips"
>
分割后多幢信息
</span>
<span
class=
"tips"
>
分割后多幢信息
(总计分割多幢数量{{dzFghData.fwlist.length}}个)
</span>
<table
border=
"1"
>
<tr>
<th
class=
"cz"
>
...
...
@@ -233,6 +235,7 @@
>
+
</el-button>
</th>
<th
class=
"xh"
>
序号
</th>
<th
class=
"xzq"
>
幢类型
</th>
<th
class=
"xmmc"
width=
"300px"
>
项目名称
</th>
<th
class=
"xmmc"
>
幢信息
</th>
...
...
@@ -247,6 +250,7 @@
</el-button
>
</td>
<td>
{{index+1}}
</td>
<td
class=
"xzq"
>
<el-select
v-model=
"item.ztype"
@
change=
"changeXzq(item.xzqbsm,index)"
>
<el-option
...
...
@@ -617,6 +621,10 @@
}
},
saveZd
()
{
if
(
this
.
zdFghData
.
oldZdbsm
===
''
){
Message
.
info
(
"请选择需要分割的宗地"
)
return
}
if
(
this
.
tempBsmList
.
length
===
(
this
.
zdZxx
.
dzList
.
length
+
this
.
zdZxx
.
zrzList
.
length
)){
zdfg
(
this
.
zdFghData
).
then
(
res
=>
{
if
(
res
.
success
)
{
...
...
@@ -640,6 +648,10 @@
},
saveDz
()
{
console
.
log
(
this
.
dzFghData
,
'dzFghData'
);
if
(
this
.
dzFghData
.
olddzbsm
===
""
||
this
.
dzFghData
.
fwlist
.
length
===
0
){
Message
.
info
(
"请选择需要分割的多幢或者填写分割后多幢的基本信息!"
)
return
}
saveDzFg
(
this
.
dzFghData
).
then
(
res
=>
{
if
(
res
.
success
)
{
Message
.
success
(
"保存成功"
)
...
...
src/views/panel/change/index.vue
View file @
544079a
<
template
>
<div
class=
"content_box"
>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick
"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
type=
"border-card
"
>
<el-tab-pane
label=
"分割"
name=
"fg"
><fg
ref=
"fg"
v-if=
"fgLoad"
></fg></el-tab-pane>
<el-tab-pane
label=
"合并"
name=
"hb"
><hb
ref=
"hb"
v-if=
"hbLoad"
></hb></el-tab-pane>
<el-tab-pane
label=
"范围属性变更"
name=
"fwsxbg"
><fwsxbg
v-if=
"fwsxbgLoad"
></fwsxbg></el-tab-pane>
...
...
@@ -58,4 +58,15 @@ export default {
watch
:
{},
};
</
script
>
<
style
scoped
lang=
"less"
></
style
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
background
:
#eaedf5
;
}
}
</
style
>
...
...
src/views/panel/modify/index.vue
View file @
544079a
<
template
>
<el-tabs
v-model=
"activeName"
class=
"tabs
"
>
<el-tabs
v-model=
"activeName"
type=
"border-card
"
>
<el-tab-pane
label=
"更正"
name=
"gz"
>
<div
class=
"main"
>
<!--
<p
class=
"tips"
>
查询条件
</p>
-->
...
...
@@ -231,13 +231,14 @@
};
</
script
>
<
style
scoped
lang=
"less"
>
.tabs
{
.
el-
tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
background
:
#eaedf5
;
}
.main
{
width
:
100%
;
...
...
src/views/panel/search/index.vue
View file @
544079a
<
template
>
<el-tabs
v-model=
"activeName"
class=
"tabs
"
>
<el-tabs
v-model=
"activeName"
type=
"border-card
"
>
<el-tab-pane
label=
"综合查询"
name=
"zhcx"
>
<div
class=
"main"
>
<!--
<p
class=
"tips"
>
查询条件
</p>
-->
...
...
@@ -188,13 +188,14 @@
};
</
script
>
<
style
scoped
lang=
"less"
>
.tabs
{
.
el-
tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
background
:
#eaedf5
;
}
.main
{
width
:
100%
;
...
...
src/views/zd/jzd/index.vue
View file @
544079a
...
...
@@ -191,6 +191,10 @@
})
},
save
()
{
if
(
this
.
jzdlist
.
length
===
0
){
Message
.
info
(
"至少填写一条界址点信息"
)
return
}
jzdsingleModify
(
this
.
jzdlist
).
then
(
res
=>
{
if
(
res
.
success
)
{
Message
.
success
(
"保存成功"
)
...
...
src/views/zd/jzx/index.vue
View file @
544079a
...
...
@@ -261,6 +261,10 @@
})
},
save
()
{
if
(
this
.
jzxlist
.
length
===
0
){
Message
.
info
(
"至少填写一条界址线信息"
)
return
}
jzxsingleModify
(
this
.
jzxlist
).
then
(
res
=>
{
if
(
res
.
success
)
{
Message
.
success
(
"保存成功"
)
...
...
src/views/zd/mjftb/index.vue
View file @
544079a
...
...
@@ -120,6 +120,10 @@
})
},
save
()
{
if
(
this
.
mjftData
.
list
.
length
===
0
){
Message
.
info
(
"请填写相关定着物或者面积信息"
)
return
}
for
(
let
val
of
this
.
mjftData
.
list
)
{
if
(
val
.
dzwdm
==
''
)
{
Message
.
error
(
"定着物代码不能为空"
)
...
...
src/views/zrz/yzgy/index.vue
View file @
544079a
...
...
@@ -100,6 +100,10 @@
},
save
()
{
console
.
log
(
this
.
Data
);
if
(
this
.
Data
.
list
.
length
===
0
){
Message
.
info
(
"至少填写一条建筑物信息"
)
return
}
saveYzgy
(
this
.
Data
).
then
(
res
=>
{
console
.
log
(
res
)
if
(
res
.
success
)
{
...
...
Please
register
or
sign in
to post a comment