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
287cb903
authored
2020-11-16 11:24:32 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户编辑前端页面不能输入的问题
1 parent
950a2ebc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
26 deletions
src/views/systemZRZ/lpb/bjlp/hbj/index.vue
src/views/systemZRZ/lpb/bjlp/hbj/index.vue
View file @
287cb90
...
...
@@ -22,7 +22,7 @@
<!-- todo 此处暂时存放的是不动产单元号标识码,而不是不动产单元号-->
<td
colspan=
"4"
>
<el-input
v-model=
"form.bdcdyh"
style=
"width: 70%"
disabled
></el-input>
<el-button
@
click
.
prevent=
""
size=
"mini"
type=
"primary"
style=
"width:25%;margin-left:3%"
>
生成
</el-button>
<el-button
@
click
.
prevent=
"
generatorCode
"
size=
"mini"
type=
"primary"
style=
"width:25%;margin-left:3%"
>
生成
</el-button>
</td>
<td
colspan=
"2"
align=
"center"
>
原不动产单元
</td>
<td
colspan=
"4"
>
...
...
@@ -376,7 +376,8 @@
<
script
>
import
Qlr
from
"./../../../../../components/formMenu/qlr"
;
import
Qlxz
from
"./../../../../../components/formMenu/qlxz_simple"
;
import
{
getQjHDetailByBsm
,
updateQjH
}
from
"./../../../../../api/h"
import
{
getQjHDetailByBsm
,
updateQjH
}
from
"./../../../../../api/h"
;
import
{
getBdcdyh
}
from
"./../../../../../api/zrz"
export
default
{
name
:
'zrz'
,
components
:{
...
...
@@ -519,32 +520,35 @@
if
(
res
.
code
===
200
){
this
.
form
=
res
.
result
;
if
(
this
.
form
.
scyclx
===
'0'
){
this
.
f
orm
.
ycjzmj
=
this
.
form
.
jzmj
;
this
.
f
orm
.
yctnjzmj
=
this
.
form
.
tnjzmj
;
this
.
f
orm
.
ycftjzmj
=
this
.
form
.
ftjzmj
;
this
.
f
orm
.
ycdxbfjzmj
=
this
.
form
.
dxbfjzmj
;
this
.
f
orm
.
ycqtjzmj
=
this
.
form
.
qtjzmj
;
this
.
f
orm
.
ycftxs
=
this
.
form
.
ftxs
;
this
.
f
orm
.
scjzmj
=
this
.
form
.
gljzmj
;
this
.
f
orm
.
sctnjzmj
=
this
.
form
.
gltnjzmj
;
this
.
f
orm
.
scftjzmj
=
this
.
form
.
glftjzmj
;
this
.
f
orm
.
scdxbfjzmj
=
this
.
form
.
gldxbfjzmj
;
this
.
f
orm
.
scqtjzmj
=
this
.
form
.
glqtjzmj
;
this
.
f
orm
.
scftxs
=
this
.
form
.
glftxs
;
this
.
f
uzhi
(
this
.
form
.
ycjzmj
,
this
.
form
.
jzmj
)
;
this
.
f
uzhi
(
this
.
form
.
yctnjzmj
,
this
.
form
.
tnjzmj
)
;
this
.
f
uzhi
(
this
.
form
.
ycftjzmj
,
this
.
form
.
ftjzmj
)
;
this
.
f
uzhi
(
this
.
form
.
ycdxbfjzmj
,
this
.
form
.
dxbfjzmj
)
;
this
.
f
uzhi
(
this
.
form
.
ycqtjzmj
,
this
.
form
.
qtjzmj
)
;
this
.
f
uzhi
(
this
.
form
.
ycftxs
,
this
.
form
.
ftxs
)
;
this
.
f
uzhi
(
this
.
form
.
scjzmj
,
this
.
form
.
gljzmj
)
;
this
.
f
uzhi
(
this
.
form
.
sctnjzmj
,
this
.
form
.
gltnjzmj
)
;
this
.
f
uzhi
(
this
.
form
.
scftjzmj
,
this
.
form
.
glftjzmj
)
;
this
.
f
uzhi
(
this
.
form
.
scdxbfjzmj
,
this
.
form
.
gldxbfjzmj
)
;
this
.
f
uzhi
(
this
.
form
.
scqtjzmj
,
this
.
form
.
gltjzmj
)
;
this
.
f
uzhi
(
this
.
form
.
scftxs
,
this
.
form
.
glftxs
)
;
}
else
if
(
this
.
form
.
scyclx
===
'1'
){
this
.
form
.
scjzmj
=
this
.
form
.
jzmj
;
this
.
form
.
sctnjzmj
=
this
.
form
.
tnjzmj
;
this
.
form
.
scftjzmj
=
this
.
form
.
ftjzmj
;
this
.
form
.
scdxbfjzmj
=
this
.
form
.
dxbfjzmj
;
this
.
form
.
scqtjzmj
=
this
.
form
.
qtjzmj
;
this
.
form
.
scftxs
=
this
.
form
.
ftxs
;
this
.
form
.
ycjzmj
=
this
.
form
.
gljzmj
;
this
.
form
.
yctnjzmj
=
this
.
form
.
gltnjzmj
;
this
.
form
.
ycftjzmj
=
this
.
form
.
glftjzmj
;
this
.
form
.
ycdxbfjzmj
=
this
.
form
.
gldxbfjzmj
;
this
.
form
.
ycqtjzmj
=
this
.
form
.
glqtjzmj
;
this
.
form
.
ycftxs
=
this
.
form
.
glftxs
;
this
.
fuzhi
(
this
.
form
.
scjzmj
,
this
.
form
.
jzmj
);
this
.
fuzhi
(
this
.
form
.
sctnjzmj
,
this
.
form
.
tnjzmj
);
this
.
fuzhi
(
this
.
form
.
scftjzmj
,
this
.
form
.
ftjzmj
);
this
.
fuzhi
(
this
.
form
.
scdxbfjzmj
,
this
.
form
.
dxbfjzmj
);
this
.
fuzhi
(
this
.
form
.
scqtjzmj
,
this
.
form
.
qtjzmj
);
this
.
fuzhi
(
this
.
form
.
scftxs
,
this
.
form
.
ftxs
);
this
.
fuzhi
(
this
.
form
.
ycjzmj
,
this
.
form
.
gljzmj
);
this
.
fuzhi
(
this
.
form
.
yctnjzmj
,
this
.
form
.
gltnjzmj
);
this
.
fuzhi
(
this
.
form
.
ycftjzmj
,
this
.
form
.
glftjzmj
);
this
.
fuzhi
(
this
.
form
.
ycdxbfjzmj
,
this
.
form
.
gldxbfjzmj
);
this
.
fuzhi
(
this
.
form
.
ycqtjzmj
,
this
.
form
.
gltjzmj
);
this
.
fuzhi
(
this
.
form
.
ycftxs
,
this
.
form
.
glftxs
);
}
console
.
log
(
"============="
)
console
.
log
(
this
.
form
)
if
(
res
.
result
.
fwytList
.
length
===
0
){
this
.
form
.
fwytList
.
push
({
glbsm
:
''
,
//关联标识码
...
...
@@ -649,6 +653,18 @@
onReset
(){
},
generatorCode
(){
getBdcdyh
(
this
.
form
.
zrzh
,
"h"
)
.
then
((
res
)
=>
{
this
.
form
.
zrzh
=
res
.
result
.
substring
(
0
,
24
);
this
.
form
.
bdcdyh
=
res
.
result
;
})
},
fuzhi
(
params
,
result
){
if
(
params
!=
null
){
result
=
params
;
}
}
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment