Commit 977df1cf by lianyang

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

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