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
99fb18d1
authored
2020-12-08 17:42:46 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(hbj):添加户选项卡
1 parent
5264cb68
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
104 additions
and
8 deletions
src/router/routes.js
src/views/dz/index.vue
src/views/panel/add/index.vue
src/views/panel/search/index.vue
src/views/systemH/index.vue
src/views/zd/fjcl/fjcl.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/router/routes.js
View file @
99fb18d
...
...
@@ -70,6 +70,11 @@ const constantRoutes = [
name
:
"宗地"
,
code
:
"1-5"
,
component
:
()
=>
import
(
"@/views/zd/index"
),
},{
path
:
"/h"
,
name
:
"户"
,
code
:
"1-6"
,
component
:
()
=>
import
(
"@/views/systemH/index"
),
},
{
path
:
"/viewMap"
,
...
...
src/views/dz/index.vue
View file @
99fb18d
<
template
>
<div
class=
"content_box"
>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"多幢基本信息"
name=
"dzxx"
><dzxx></dzxx></el-tab-pane>
<el-tab-pane
label=
"多幢基本信息"
name=
"dzxx"
><dzxx
v-if=
"dzJbxxVisble"
></dzxx></el-tab-pane>
<el-tab-pane
label=
"附件材料"
name=
"fjcl"
><fjcl
v-if=
"fjclVisible"
></fjcl></el-tab-pane>
</el-tabs>
</div>
</
template
>
<
script
>
import
dzxx
from
"./dzxx"
;
import
fjcl
from
"./../zd/fjcl/fjcl"
export
default
{
name
:
""
,
components
:
{
dzxx
dzxx
,
fjcl
},
props
:
{},
data
()
{
return
{
activeName
:
"dzxx"
,
dzJbxxVisble
:
false
,
fjclVisible
:
false
};
},
methods
:
{
handleClick
(
tab
,
event
)
{
console
.
log
(
tab
,
event
);
switch
(
tab
.
name
)
{
case
'dzxx'
:
this
.
dzJbxxVisble
=
true
;
break
case
'fjcl'
:
this
.
fjclVisible
=
true
;
break
;
default
:
break
;
}
},
},
created
()
{},
...
...
src/views/panel/add/index.vue
View file @
99fb18d
...
...
@@ -127,7 +127,7 @@
this
.
$store
.
state
.
zdbsm
=
row
.
glbsm
break
;
case
"h"
:
path
=
"h"
;
path
=
"
/
h"
;
this
.
$store
.
state
.
hbsm
=
row
.
glbsm
type
=
"2"
;
default
:
...
...
src/views/panel/search/index.vue
View file @
99fb18d
...
...
@@ -170,6 +170,8 @@
console
.
log
(
this
.
$refs
.
hbj
);
this
.
$refs
.
hbj
.
getHInfo
(
this
.
hbsm
);
});
path
=
"/h"
;
this
.
$store
.
state
.
hbsm
=
row
.
glbsm
break
;
default
:
break
;
...
...
src/views/systemH/index.vue
0 → 100644
View file @
99fb18d
<
template
>
<div
class=
"content_box"
>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"户基本信息表"
name=
"hjbxx"
>
<hbj
v-if=
"hbjVisible"
></hbj>
</el-tab-pane>
<el-tab-pane
label=
"登记簿"
name=
"djb"
>
<djb
v-if=
"djbVisible"
></djb>
</el-tab-pane>
<el-tab-pane
label=
"附件材料"
name=
"fjcl"
>
<fjcl
v-if=
"fjclVisible"
></fjcl>
</el-tab-pane>
</el-tabs>
</div>
</
template
>
<
script
>
import
hbj
from
"./../zrz/lpb/bjlp/hbj/index"
import
djb
from
"./../zd/djb/index"
;
import
fjcl
from
"./../zd/fjcl/fjcl"
export
default
{
name
:
"index"
,
components
:
{
hbj
,
djb
,
fjcl
},
data
()
{
return
{
activeName
:
"hjbxx"
,
djbVisible
:
false
,
fjclVisible
:
false
,
hbjVisible
:
false
}
},
mounted
()
{
},
methods
:
{
handleClick
(
tab
,
event
)
{
// console.log(tab, event);
switch
(
tab
.
name
)
{
case
'hjbxx'
:
this
.
hbjVisible
=
true
;
break
case
'djb'
:
this
.
djbVisible
=
true
;
break
;
case
'fjcl'
:
this
.
fjclVisible
=
true
;
break
;
default
:
break
;
}
},
},
watch
:
{}
}
</
script
>
<
style
scoped
>
</
style
>
src/views/zd/fjcl/fjcl.vue
View file @
99fb18d
...
...
@@ -106,6 +106,7 @@
window
.
open
(
`/api/file/download?url=`
+
url
);
},
getFileList
()
{
console
.
log
(
this
.
$route
.
name
,
'NAME'
)
switch
(
this
.
$route
.
name
)
{
case
"宗地"
:
this
.
filesData
.
dylx
=
'zd'
;
...
...
@@ -115,6 +116,14 @@
this
.
filesData
.
dylx
=
'zrz'
;
this
.
filesData
.
glbsm
=
this
.
$store
.
state
.
zrzbsm
break
case
"多幢"
:
this
.
filesData
.
dylx
=
'dz'
;
this
.
filesData
.
glbsm
=
this
.
$store
.
state
.
dzbsm
break
case
"户"
:
this
.
filesData
.
dylx
=
'h'
;
this
.
filesData
.
glbsm
=
this
.
$store
.
state
.
hbsm
break
;
default
:
break
}
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
99fb18d
...
...
@@ -518,6 +518,11 @@
fwjgTitleRowspan
:
1
,
//房屋结构的单元格垂直合并数量
}
},
created
(){
let
bsm
=
this
.
$store
.
state
.
hbsm
console
.
log
(
bsm
,
'户BSM'
)
this
.
getHInfo
(
bsm
);
},
methods
:
{
addYtInfo
(){
this
.
form
.
fwytList
.
push
({
...
...
@@ -813,7 +818,7 @@
watch
:
{
scyclx
:{
handler
(
n
){
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
form
.
scyclx
=
this
.
scyclx
;
})
}
...
...
@@ -823,7 +828,7 @@
</
script
>
<
style
rel=
"stylesheet/less"
lang=
"less"
scoped
>
.h
{
height
:
600px
;
height
:
100%
;
width
:
100%
;
margin-top
:
10px
;
overflow-y
:
scroll
;
...
...
@@ -867,11 +872,11 @@
.hTable
{
margin-top
:
10px
;
}
/
deep
/
.el-select-tree
{
width
:
100%
;
.el-input__inner{
height
:
30px
!important
;
}
}
</
style
>
\ No newline at end of file
</
style
>
...
...
Please
register
or
sign in
to post a comment