Commit bbbac3b5 by nanrui

gitopn保函编号获取按钮灰亮处理

parent 1f8053ec
...@@ -1366,30 +1366,27 @@ export default { ...@@ -1366,30 +1366,27 @@ export default {
}, },
computed: { computed: {
flag(){ 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.gitp.swiftflg == 'N') {
if(this.model.gidgrp.rec.ownref==''){ if(this.model.gidgrp.rec.ownref == '') {
if(this.model.sysmod.wrkbch.bchref==''){ if(this.model.gidgrp.rec.hndtyp !== '' && this.model.gidgrp.apl.pts.adrblk !== '') {
return true;
}else {
if(this.model.gidgrp.rec.hndtyp=='OT'){
if(this.model.gidgrp.ben.pts.extkey!=''){
return false; return false;
}else{ } else {
return true; return true;
} }
}else if(this.model.gidgrp.rec.hndtyp!=''){ } else {
if(this.model.gidgrp.apl.pts.extkey!=''){
return false;
}else{
return true; return true;
} }
}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; return true;
} }
} } else {
}else{
return true; return true;
} }
}
}, },
amtwidth(){ amtwidth(){
return this.model.gitp.swiftflg != 'Y'? 'width:80%' : 'width:100%'; return this.model.gitp.swiftflg != 'Y'? 'width:80%' : 'width:100%';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment