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
af0ca181
authored
2020-12-31 11:47:06 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户编辑表单修改
1 parent
ee2771be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
af0ca18
<
template
>
<div
class=
"h content-form"
ref=
"mainBox"
:class=
"$route.path == '/h' ? 'hpage':''"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
class=
"form"
:style=
"
{'height': $route.path == '/h' ? '100%' : formHeight+'px'}"
>
<div
class=
"h content-form"
ref=
"mainBox"
:class=
"$route.path == '/h' ? 'hpage':''"
:style=
"
{'height': $route.path == '/h' ? '100%' : formHeight+'px'}"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
class=
"form"
>
<Qlr
ref=
"qlrxxModule"
:bsm=
'bsm'
></Qlr>
<table
border=
"1"
width=
"100%"
cellspacing=
"0"
cellpadding=
"0"
class=
"hTable"
>
<tbody>
<tr
height=
"30"
>
<t
d
colspan=
"12"
align=
"center"
><font
size=
"4"
>
户基本信息
</font></td
>
<t
h
colspan=
"12"
align=
"center"
><font
size=
"4"
>
户基本信息
</font></th
>
</tr>
<tr
height=
"30"
>
<td
colspan=
"2"
align=
"center"
>
宗地代码
<i
class=
"requisite"
>
*
</i></td>
...
...
@@ -532,7 +532,7 @@
}
this
.
$nextTick
(()
=>
{
this
.
mainBoxWidth
=
this
.
$refs
.
mainBox
.
clientWidth
;
this
.
formHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
3
2
0
this
.
formHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
3
0
0
})
},
methods
:
{
...
...
@@ -896,6 +896,7 @@
td
{
//
bgcolor
:
#F1F4FC
;
width
:
8.33%
;
height
:
36px
;
text-align
:
right
;
padding-right
:
10px
;
}
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
af0ca18
...
...
@@ -950,7 +950,7 @@ export default {
}
.btnGroup
{
margin
:
20px
auto
0
;
width
:
2
3
0px
;
width
:
2
6
0px
;
}
.hbjDialog
{
/deep/
.el-dialog{
...
...
Please
register
or
sign in
to post a comment