Commit b8c6e30c by liaoxing

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

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