Commit bbbac3b5 by nanrui

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

parent 1f8053ec
...@@ -1366,29 +1366,26 @@ export default { ...@@ -1366,29 +1366,26 @@ 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 false;
} else {
return true;
}
} else {
return true; return true;
}else { }
if(this.model.gidgrp.rec.hndtyp=='OT'){ } else {
if(this.model.gidgrp.ben.pts.extkey!=''){ if(this.model.gidgrp.rec.ownref == '') {
return false; if(this.model.gidgrp.rec.purpos !== '' && this.model.gidgrp.apl.pts.adrblk !== '') {
}else{ return false;
} else {
return true; 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(){ amtwidth(){
......
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