Commit 735d99a1 by lianyang

getopn概要页“获取”按钮disabled条件修改

parent 24afeb5a
......@@ -23,7 +23,7 @@
<c-button
style="margin: 0 0"
:disabled="this.flag"
:disabled="getrefDisabled"
size="small"
type="primary"
@click="onGitpButgetref"
......@@ -1162,8 +1162,8 @@ export default {
},
computed: {
flag() {
return this.model.gidgrp.ben.pts.extkey == "";
getrefDisabled() {
return this.model.gidgrp.ben.pts.adrblk ==''|| this.model.gidgrp.rec.ownref!='';
},
gtxinrDisabled(){
let strs=this.model.gidgrp.rec.hndtyp;
......
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