Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
bbbac3b5
Commit
bbbac3b5
authored
Dec 30, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn保函编号获取按钮灰亮处理
parent
1f8053ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
19 deletions
+16
-19
Ovwp1.vue
src/views/Business/Gitopn/Ovwp1.vue
+16
-19
No files found.
src/views/Business/Gitopn/Ovwp1.vue
View file @
bbbac3b5
...
...
@@ -1366,29 +1366,26 @@ export default {
},
computed
:
{
flag
(){
// return this.model.gidgrp.apl.pts.extkey != "" && this.model.gidgrp.rec.hndtyp !="" && (this.model.gidgrp.rec.hndtyp=="OL" || this.model.gidgrp.rec.hndtyp=="OC");
if
(
this
.
model
.
gidgrp
.
rec
.
ownref
==
''
){
if
(
this
.
model
.
sysmod
.
wrkbch
.
bchref
==
''
){
if
(
this
.
model
.
gitp
.
swiftflg
==
'N'
)
{
if
(
this
.
model
.
gidgrp
.
rec
.
ownref
==
''
)
{
if
(
this
.
model
.
gidgrp
.
rec
.
hndtyp
!==
''
&&
this
.
model
.
gidgrp
.
apl
.
pts
.
adrblk
!==
''
)
{
return
false
;
}
else
{
return
true
;
}
}
else
{
return
true
;
}
else
{
if
(
this
.
model
.
gidgrp
.
rec
.
hndtyp
==
'OT'
){
if
(
this
.
model
.
gidgrp
.
ben
.
pts
.
extkey
!=
''
){
return
false
;
}
else
{
}
}
else
{
if
(
this
.
model
.
gidgrp
.
rec
.
ownref
==
''
)
{
if
(
this
.
model
.
gidgrp
.
rec
.
purpos
!==
''
&&
this
.
model
.
gidgrp
.
apl
.
pts
.
adrblk
!==
''
)
{
return
false
;
}
else
{
return
true
;
}
}
else
if
(
this
.
model
.
gidgrp
.
rec
.
hndtyp
!=
''
){
if
(
this
.
model
.
gidgrp
.
apl
.
pts
.
extkey
!=
''
){
return
false
;
}
else
{
return
true
;
}
}
else
{
return
true
;
}
}
else
{
return
true
;
}
}
else
{
return
true
;
}
},
amtwidth
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment