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
be89298d
authored
2021-01-05 15:22:40 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权限控制
1 parent
0c405cd7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
src/views/dz/dzxx/index.vue
src/views/zd/zddcb/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/zrzxx/index.vue
src/views/dz/dzxx/index.vue
View file @
be89298
...
...
@@ -389,7 +389,7 @@
getDzDetailByBsm
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
form
=
res
.
result
;
if
(
this
.
form
.
bblx
===
0
&&
this
.
form
.
qszt
===
0
&&
this
.
form
.
bhqkbsm
==
null
){
if
(
this
.
form
.
bblx
===
0
&&
this
.
form
.
qszt
===
'0'
&&
this
.
form
.
bhqkbsm
==
null
){
this
.
disabled
=
false
}
else
{
this
.
disabled
=
true
...
...
src/views/zd/zddcb/index.vue
View file @
be89298
...
...
@@ -498,9 +498,11 @@
.
then
((
res
)
=>
{
if
(
res
.
result
)
{
this
.
formData
=
res
.
result
;
if
(
this
.
formData
.
bblx
===
0
&&
this
.
formData
.
qszt
===
0
&&
this
.
formData
.
bhqkbsm
==
null
){
if
(
this
.
formData
.
bblx
===
0
&&
this
.
formData
.
qszt
===
'0'
&&
this
.
formData
.
bhqkbsm
==
null
){
console
.
log
(
"12345"
)
this
.
disabled
=
false
}
else
{
console
.
log
(
"1234567890"
)
this
.
disabled
=
true
}
console
.
log
(
res
.
result
,
'res.result'
);
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
be89298
...
...
@@ -600,7 +600,7 @@
if
(
res
.
code
===
200
){
this
.
form
=
res
.
result
;
this
.
hbsm
=
res
.
result
.
bsm
;
if
(
this
.
form
.
bblx
===
0
&&
this
.
form
.
qszt
===
0
&&
this
.
form
.
bhqkbsm
==
null
){
if
(
this
.
form
.
bblx
===
0
&&
this
.
form
.
qszt
===
'0'
&&
this
.
form
.
bhqkbsm
==
null
){
this
.
disableFlag
=
false
}
else
{
this
.
disableFlag
=
true
...
...
src/views/zrz/zrzxx/index.vue
View file @
be89298
...
...
@@ -663,7 +663,7 @@
// if(res.result.zddm == null){
// this.generatorCode()
// }
if
(
this
.
form
.
bblx
===
0
&&
this
.
form
.
qszt
===
0
&&
this
.
form
.
bhqkbsm
==
null
){
if
(
this
.
form
.
bblx
===
0
&&
this
.
form
.
qszt
===
'0'
&&
this
.
form
.
bhqkbsm
==
null
){
this
.
disabled
=
false
}
else
{
this
.
disabled
=
true
...
...
Please
register
or
sign in
to post a comment