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
d6ec1003
authored
2020-12-09 16:13:19 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into master
2 parents
93e929f8
9c0ce83f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
d6ec100
...
...
@@ -590,8 +590,13 @@
if
(
res
.
code
===
200
){
this
.
form
=
res
.
result
;
if
(
res
.
result
.
qszt
!==
'0'
){
console
.
log
(
JSON
.
stringify
(
res
)
+
":res"
)
console
.
log
(
JSON
.
stringify
(
res
.
result
)
+
":res.result"
)
console
.
log
(
res
.
result
.
qszt
+
":res.result.qszt"
)
console
.
log
(
res
.
result
.
qszt
!==
'0'
+
":res.result.qszt!==0"
)
this
.
disableFlag
=
true
;
}
console
.
log
(
this
.
disableFlag
)
if
(
this
.
form
.
scyclx
===
'0'
){
this
.
$set
(
this
.
form
,
"ycjzmj"
,
this
.
form
.
jzmj
)
this
.
$set
(
this
.
form
,
"yctnjzmj"
,
this
.
form
.
tnjzmj
)
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
d6ec100
...
...
@@ -57,6 +57,7 @@
<td
v-for=
"(hs, hsIndex) in cs.hs"
:rowspan=
"hs.sjcs"
:colspan=
"hs.sjhs"
:data-bsm=
"hs.bsm"
ref=
"hBsm"
:key=
"hsIndex"
...
...
@@ -111,6 +112,7 @@
<td
v-for=
"(hs, hsIndex) in cs.hs"
:rowspan=
"hs.sjcs"
:colspan=
"hs.sjhs"
:data-bsm=
"hs.bsm"
ref=
"hBsm"
:key=
"hsIndex"
...
...
@@ -170,6 +172,7 @@
<td
v-for=
"(hs, hsIndex) in cs.hs"
:rowspan=
"hs.sjcs"
:colspan=
"hs.sjhs"
:data-bsm=
"hs.bsm"
ref=
"hBsm"
:key=
"hsIndex"
...
...
@@ -214,6 +217,7 @@
<td
v-for=
"(hs, hsIndex) in cs.hs"
:rowspan=
"hs.sjcs"
:colspan=
"hs.sjhs"
:data-bsm=
"hs.bsm"
ref=
"hBsm"
:key=
"hsIndex"
...
...
Please
register
or
sign in
to post a comment