Commit 61749d1d by tianxinyu

修复【LITROG】船务公司输入%%%%后点击回车调不出弹窗问题

parent a5519cfe
......@@ -144,7 +144,11 @@
<c-col :span="24">
<el-form-item label="船务公司" prop="brdgrp.shp.pts.extkey">
<c-fullbox>
<c-input v-model="model.brdgrp.shp.pts.extkey" maxlength="16" placeholder="请输入地址编码"></c-input>
<c-input v-model="model.brdgrp.shp.pts.extkey" maxlength="16" placeholder="请输入地址编码"
@keyup.enter.native="
showGridPromptDialog('brdgrp.shp.pts.extkey')
"
></c-input>
<template slot="footer">
<c-button
style="margin: 0 5px 0 10px; padding: 0 12px"
......
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