Commit 977df1cf by lianyang

brtudp/betsnd国家代码?去除弹框

parent 66d14bec
......@@ -72,13 +72,13 @@
@keyup.enter.native="eventFunction('cnybop.cnylib.sforeigncountrycode')"
></c-input>
<template slot="footer">
<!-- @click="showGridPromptDialog('cnybop.libcty.selbut1',null,null,{TXT:'cnybop.cnylib.sforeigncountrycode'},{TXT:false},'doxpDialog')" -->
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('cnybop.libcty.selbut1',null,null,{TXT:'cnybop.cnylib.sforeigncountrycode'},{TXT:false},'doxpDialog')"
@click="onLibctySelbut1"
>
<!-- @click="onLibctySelbut1" -->
?
</c-button>
</template>
......
......@@ -246,14 +246,15 @@
v-model="model.cfabrt.recgrp.bas.crehqcode"
maxlength="3"
placeholder="请输入债权人总部所在国家(地区)代码"
@keyup.enter.native="eventFunction('cfabrt.recgrp.bas.crehqcode')"
></c-input>
<template slot="footer">
<!-- @click="onCouselCrehqselbut" -->
<!-- @click="showGridPromptDialog('cfabrt.recp.pubp.cousel.crehqselbut', null, null,{TXT: 'cfabrt.recgrp.bas.crehqcode'}, {TXT: false},'doxpDialog')" -->
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('cfabrt.recp.pubp.cousel.crehqselbut', null, null,{TXT: 'cfabrt.recgrp.bas.crehqcode'}, {TXT: false},'doxpDialog')"
@click="onCouselCrehqselbut"
>
?
</c-button>
......@@ -271,14 +272,15 @@
v-model="model.cfabrt.recgrp.bas.opercode"
maxlength="3"
placeholder="请输入债权人经营地所在国家(地区)代码"
@keyup.enter.native="eventFunction('cfabrt.recgrp.bas.opercode')"
></c-input>
<template slot="footer">
<!-- @click="onCouselOperselbut" -->
<!-- @click="showGridPromptDialog('cfabrt.recp.pubp.cousel.operselbut', null, null,{TXT: 'cfabrt.recgrp.bas.opercode'}, {TXT: false},'doxpDialog')" -->
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('cfabrt.recp.pubp.cousel.operselbut', null, null,{TXT: 'cfabrt.recgrp.bas.opercode'}, {TXT: false},'doxpDialog')"
@click="onCouselOperselbut"
>
?
</c-button>
......@@ -364,7 +366,11 @@ export default {
data() {
return {}
},
methods: { ...Event },
methods: { ...Event,
crehqcodeEvent(){
}
},
created: function () {},
}
</script>
......
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