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
d30e237d
authored
2020-10-29 16:05:49 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
124b73ca
3c677d31
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
src/views/systemZRZ/zrzxx/index.vue
src/views/systemZRZ/zrzxx/index.vue
View file @
d30e237
...
...
@@ -233,7 +233,7 @@
<span>
调查意见
</span>
</td>
<td
colspan=
"10"
>
<el-input
v-model=
"form.
name
"
></el-input>
<el-input
v-model=
"form.
dcyj
"
></el-input>
</td>
</tr>
...
...
@@ -242,15 +242,16 @@
<span>
审查员
</span>
</td>
<td
colspan=
"2"
>
<el-input
v-model=
"form.
name
"
></el-input>
<el-input
v-model=
"form.
scy
"
></el-input>
</td>
<td
colspan=
"2"
rowspan=
"2"
align=
"right"
style=
"width:8.33%;padding-right:10px"
>
<td
colspan=
"2"
align=
"right"
style=
"width:8.33%;padding-right:10px"
>
<span>
审查日期
</span>
</td>
<td
colspan=
"2"
>
<el-date-picker
v-model=
"form.date"
type=
"date"
style=
"width: 100%"
placeholder=
"选择日期"
>
</el-date-picker>
</td>
...
...
@@ -312,8 +313,10 @@
fwcbbsm
:
''
,
//房屋产别ID
fwcqlybsm
:
''
,
//房屋产权来源ID
ydybsm
:
''
,
//原单元标识码
dcyj
:
''
,
//调查意见
scy
:
''
,
//审查员
name
:
''
,
date
:
''
,
date
:
''
,
//审查日期
fwytList
:[{
glbsm
:
''
,
//关联标识码
fwytzdbsm
:
''
,
//房屋用途字典标识码
...
...
@@ -496,9 +499,6 @@
this
.
form
.
zrzbsm
=
this
.
$route
.
query
.
bsm
;
this
.
getZrzDetailByBsm
(
this
.
$route
.
query
.
bsm
)
}
if
(
this
.
source
!==
1
){
this
.
getZrzDetailByBsm
(
this
.
$route
.
query
.
bsm
)
}
},
mounted
()
{},
computed
:
{
...
...
Please
register
or
sign in
to post a comment