Commit b8c6e30c by liaoxing

境外付款地区 组件回填 方法修改

parent d47d41d2
......@@ -791,38 +791,59 @@
<!-- ----------------------------------------------------------------------- -->
<c-col :span="12" style="padding-right: 20px">
<el-form-item label="境外付款人所属国家/地区" prop="bpdgrp.rec.f0103"
v-show="model.bpdgrp.rec.fintyp == 'F' || model.bpdgrp.rec.fintyp == 'U'">
<c-col :span="24">
<c-fullbox>
<c-input
v-model="model.bpdgrp.rec.f0103"
maxlength="3"
placeholder="请输入境外付款人所属国家/地区"
@keyup.enter.native="showGridPromptDialog('bpdgrp.rec.f0103')"
></c-input>
<template slot="footer">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onBptcodSelbut1"
>
<c-col :span="21">
<el-form-item
label="境外付款人所属国家/地区"
prop="bpdgrp.rec.f0103"
v-show="model.bpdgrp.rec.fintyp == 'F' || model.bpdgrp.rec.fintyp == 'U'"
>
<c-input
v-model="model.bpdgrp.rec.f0103"
maxlength="3"
placeholder="请输入境外付款人所属国家/地区"
@keyup.enter.native="
showGridPromptDialog('bpdgrp.rec.f0103',null,null,
{ COD: 'bpdgrp.rec.f0103' },
{ COD: true },
'doxpDialog')
"
style="width: 100%"
></c-input>
</el-form-item>
</c-col>
<c-col :span="3">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onBptcodSelbut1"
>
</c-button>
</template>
<!-- @click="
showGridPromptDialog('bptp.bptcod.selbut1',null,null,
{ COD: 'bpdgrp.rec.f0103' },
{ COD: true },
'doxpDialog')
" -->
</c-col>
</c-fullbox>
</el-form-item>
</c-col>
<el-form-item label="境外付款人所属部门" prop="bpdgrp.rec.f0104"
v-show="model.bpdgrp.rec.fintyp == 'F' || model.bpdgrp.rec.fintyp == 'U'">
<c-select
v-model="model.bpdgrp.rec.f0104"
:code="codes.f0104"
style="width: 100%"
placeholder="请选择境外付款人所属部门"
>
</c-select>
</el-form-item>
<c-col :span="24">
<el-form-item label="境外付款人所属部门" prop="bpdgrp.rec.f0104"
v-show="model.bpdgrp.rec.fintyp == 'F' || model.bpdgrp.rec.fintyp == 'U'">
<c-select
v-model="model.bpdgrp.rec.f0104"
:code="codes.f0104"
style="width: 100%"
placeholder="请选择境外付款人所属部门"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="12">
......
......@@ -213,7 +213,7 @@
<c-grid-ety-prompt-dialog
ref="etyDialog"
:promptData="promptData"
v-on:select-ety="selectEty"
@select-ety="selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
......
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