Commit daf9e5e3 by zhujiazhan

地区弹窗修改

parent 98652f8e
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
maxlength="3" maxlength="3"
placeholder="请输入付款人常驻国家/地区代码" placeholder="请输入付款人常驻国家/地区代码"
style="width:100%" style="width:100%"
@keyup.enter.native="showGridPromptDialog('cnybop.cnyinc.spayercountrycode')" @keyup.enter.native="showGridPromptDialog('cnybop.cnyinc.spayercountrycode', null, null,{COD: 'cnybop.cnyinc.spayercountrycode'}, {COD: true},'doxpDialog')"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
                size="small"                 size="small"
                type="primary"                 type="primary"
                icon="el-icon-search"                 icon="el-icon-search"
                @click="showGridPromptDialog('cnybop.inccty.selbut1', null, null,{COD: 'cnybop.cnyinc.spayercountrycode'}, {TXT: false},'doxpDialog')"> </c-button>                 @click="showGridPromptDialog('cnybop.inccty.selbut1', null, null,{COD: 'cnybop.cnyinc.spayercountrycode'}, {COD: true},'doxpDialog')"> </c-button>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
......
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
                size="small"                 size="small"
                type="primary"                 type="primary"
                icon="el-icon-search"                 icon="el-icon-search"
                @click="showGridPromptDialog('cptp.selbut', null, null,{COD: 'cptp.draweecountcode'}, {TXT: false},'doxpDialog')"                 @click="showGridPromptDialog('cptp.selbut', null, null,{COD: 'cptp.draweecountcode'}, {COD: true},'doxpDialog')"
              > </c-button>               > </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
......
...@@ -110,6 +110,7 @@ ...@@ -110,6 +110,7 @@
:promptData="promptData" :promptData="promptData"
v-on:select-ety="selectEty" v-on:select-ety="selectEty"
></c-grid-ety-prompt-dialog> ></c-grid-ety-prompt-dialog>
</c-page> </c-page>
</template> </template>
<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