Commit d255189b by WuBing

litopn不能获取国别地区代码

parent 8deb82c1
......@@ -69,14 +69,30 @@
v-model="model.cnybop.cnylib.sforeigncountrycode"
maxlength="3"
placeholder="请输入境外企业国别地区代码"
@keyup.enter.native="showGridPromptDialog('cnybop.cnylib.sforeigncountrycode')"
@keyup.enter.native="showGridPromptDialog(
'cnybop.cnylib.sforeigncountrycode',
null,
null,
{ COD: 'cnybop.cnylib.sforeigncountrycode' },
{ COD: true },
'doxpDialog'
)"
></c-input>
<template slot="footer">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onLibctySelbut1"
@click="
showGridPromptDialog(
'cnybop.libcty.selbut1',
null,
null,
{ COD: 'cnybop.cnylib.sforeigncountrycode' },
{ COD: true },
'doxpDialog'
)
"
>
</c-button>
......
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