Commit 04fa2924 by nanrui

Betdrv,Betdcr,Betsnd,Betcan UI改造两栏分布处理

parent a242ad5c
<template>
<div class="eibs">
<!-- left -->
<c-col :span="11">
<!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item
label="内部不符点"
prop="bedgrp.blk.intdis"
style="width: 100%"
>
<el-form-item label="内部不符点" prop="bedgrp.blk.intdis" style="width: 100%">
<c-fullbox>
<c-input
type="textarea"
v-model="model.bedgrp.blk.intdis"
maxlength="50"
show-word-limit
placeholder="请输入内部不符点"
></c-input>
<c-input type="textarea" v-model="model.bedgrp.blk.intdis" maxlength="50" show-word-limit
placeholder="请输入内部不符点"></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 10px"
size="small"
type="primary"
@click="
<c-button style="margin-left: 10px; padding: 0 10px" size="small" type="primary" @click="
showGridPromptDialog(
'betp.intdis.buttxmsel',
null,
......@@ -29,10 +16,9 @@
{ TXT: 'bedgrp.blk.intdis' },
{ TXT: false },
'doxpDialog'
)
"
)"
icon="el-icon-more"
>
...
</c-button>
</template>
</c-fullbox>
......@@ -40,26 +26,12 @@
</c-col>
<c-col :span="24">
<el-form-item
label="不符点"
prop="bedgrp.blk.docdis"
style="width: 100%"
>
<el-form-item label="不符点" prop="bedgrp.blk.docdis" style="width: 100%">
<c-fullbox>
<c-input
type="textarea"
v-model="model.bedgrp.blk.docdis"
maxlength="65"
show-word-limit
placeholder="请输入Discrepancies"
:disabled="!docdisflg"
></c-input>
<c-input type="textarea" v-model="model.bedgrp.blk.docdis" maxlength="65" show-word-limit
placeholder="请输入Discrepancies" :disabled="!docdisflg"></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 10px"
size="small"
type="primary"
:disabled="!docdisflg"
<c-button style="margin-left: 10px; padding: 0 10px" size="small" type="primary" :disabled="!docdisflg"
@click="
showGridPromptDialog(
'betp.docdis.buttxmsel',
......@@ -68,43 +40,37 @@
{ TXT: 'bedgrp.blk.docdis' },
{ TXT: false },
'doxpDialog'
)
"
)"
icon="el-icon-more"
>
...
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<c-checkbox v-model="docdisflg" style="margin-left: 150px"
>不符点修改</c-checkbox
>
<el-form-item>
<c-checkbox v-model="docdisflg" class="checkbox-left">不符点修改</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="24">
<c-docpre :model="model" :argadr="{
path: 'bedgrp.blk.prsdoc',
grp: 'betp',
code: 'docpre',
}">
</c-docpre>
</c-col>
</c-col>
<!-- right -->
<c-col :span="11" :offset="1">
<!-- ======================右边====================== -->
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item
label="拒绝原因"
prop="bedgrp.blk.docins"
style="width: 100%"
>
<el-form-item label="拒绝原因" prop="bedgrp.blk.docins" style="width: 100%">
<c-fullbox>
<c-input
type="textarea"
v-model="model.bedgrp.blk.docins"
maxlength="50"
show-word-limit
placeholder="请输入拒绝原因"
></c-input>
<c-input type="textarea" v-model="model.bedgrp.blk.docins" maxlength="50" show-word-limit
placeholder="请输入拒绝原因"></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 10px"
size="small"
type="primary"
@click="
<c-button style="margin-left: 10px; padding: 0 10px" size="small" type="primary" @click="
showGridPromptDialog(
'betp.resrej.buttxmsel',
null,
......@@ -112,10 +78,9 @@
{ TXT: 'bedgrp.blk.docins' },
{ TXT: false },
'doxpDialog'
)
"
)"
icon="el-icon-more"
>
...
</c-button>
</template>
</c-fullbox>
......@@ -123,27 +88,12 @@
</c-col>
<c-col :span="24">
<el-form-item
label="单据处理说明"
prop="bedgrp.blk.disdoc"
style="width: 100%"
>
<el-form-item label="单据处理说明" prop="bedgrp.blk.disdoc" style="width: 100%">
<c-fullbox>
<c-input
type="textarea"
v-model="model.bedgrp.blk.disdoc"
maxlength="65"
show-word-limit
placeholder="请输入单据处理说明"
disabled
></c-input>
<c-input type="textarea" v-model="model.bedgrp.blk.disdoc" maxlength="65" show-word-limit
placeholder="请输入单据处理说明" disabled></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 10px"
size="small"
type="primary"
disabled
@click="
<c-button style="margin-left: 10px; padding: 0 10px" size="small" type="primary" disabled @click="
showGridPromptDialog(
'betp.disdoc.buttxmsel',
null,
......@@ -151,10 +101,9 @@
{ TXT: 'bedgrp.blk.disdoc' },
{ TXT: false },
'doxpDialog'
)
"
)"
icon="el-icon-more"
>
...
</c-button>
</template>
</c-fullbox>
......@@ -163,26 +112,11 @@
<c-col :span="24">
<el-form-item label="" prop="rejpenins">
<c-checkbox v-model="rejpenins"
>拒绝复核指示</c-checkbox
>
<c-checkbox v-model="rejpenins" class="checkbox-left">拒绝复核指示</c-checkbox>
</el-form-item>
</c-col>
</c-col>
<!-- next part -->
<c-col :span="24">
<c-docpre
:model="model"
:argadr="{
path: 'bedgrp.blk.prsdoc',
grp: 'betp',
code: 'docpre',
}"
>
</c-docpre>
</c-col>
</div>
......@@ -230,8 +164,11 @@ export default {
methods: {
...Event,
},
created: function () {},
created: function () { },
};
</script>
<style>
.marginLable {
padding-left: 160px;
}
</style>
<template>
<div class="eibs">
<!--================================左边================================== -->
<c-col :span="11">
<c-col :span="24" >
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<c-col :span="21">
<el-form-item label="不符点" prop="bedgrp.blk.docdis">
<c-input
type="textarea"
v-model="model.bedgrp.blk.docdis"
maxlength="3500"
:rows="3"
show-word-limit
placeholder="请输入不符点"
:disabled="model.bedgrp.blk.docdisflg==''"
></c-input>
<c-input type="textarea" v-model="model.bedgrp.blk.docdis" maxlength="3500" :rows="3" show-word-limit
placeholder="请输入不符点" :disabled="model.bedgrp.blk.docdisflg == ''"></c-input>
</el-form-item>
</c-col>
<c-col :span="3">
<c-button
size="small"
type="primary"
icon="el-icon-search"
:disabled="model.bedgrp.blk.docdisflg==''"
@click="showGridPromptDialog('betp.docdis.buttxmsel',null,null,{TXT:'bedgrp.blk.docdis'},{TXT:false},'doxpDialog')"
>
<c-button size="small" type="primary" icon="el-icon-more" :disabled="model.bedgrp.blk.docdisflg == ''"
@click="showGridPromptDialog('betp.docdis.buttxmsel', null, null, { TXT: 'bedgrp.blk.docdis' }, { TXT: false }, 'doxpDialog')">
<!-- @click="onDocdisButtxmsel" -->
...
</c-button>
</c-col>
</c-col>
......@@ -33,25 +20,14 @@
<c-col :span="24">
<c-col :span="21">
<el-form-item label="单据内部不符点" prop="bedgrp.blk.intdis">
<c-input
type="textarea"
v-model="model.bedgrp.blk.intdis"
maxlength="1300"
:rows="3"
show-word-limit
placeholder="请输入单据内部不符点"
></c-input>
<c-input type="textarea" v-model="model.bedgrp.blk.intdis" maxlength="1300" :rows="3" show-word-limit
placeholder="请输入单据内部不符点"></c-input>
</el-form-item>
</c-col>
<c-col :span="3">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('betp.intdis.buttxmsel',null,null,{TXT:'bedgrp.blk.intdis'},{TXT:false},'doxpDialog')"
>
<c-button size="small" type="primary" icon="el-icon-more"
@click="showGridPromptDialog('betp.intdis.buttxmsel', null, null, { TXT: 'bedgrp.blk.intdis' }, { TXT: false }, 'doxpDialog')">
<!-- @click="onIntdisButtxmsel" -->
...
</c-button>
</c-col>
</c-col>
......@@ -59,54 +35,29 @@
<c-col :span="24">
<c-col :span="21">
<el-form-item label="注释和结论" prop="bedgrp.blk.comcon">
<c-input
type="textarea"
v-model="model.bedgrp.blk.comcon"
maxlength="1300"
:rows="3"
show-word-limit
placeholder="请输入注释和结论"
></c-input>
<c-input type="textarea" v-model="model.bedgrp.blk.comcon" maxlength="1300" :rows="3" show-word-limit
placeholder="请输入注释和结论"></c-input>
</el-form-item>
</c-col>
<c-col :span="3">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('betp.comcon.buttxmsel',null,null,{TXT:'bedgrp.blk.comcon'},{TXT:false},'doxpDialog')"
>
<c-button size="small" type="primary" icon="el-icon-more"
@click="showGridPromptDialog('betp.comcon.buttxmsel', null, null, { TXT: 'bedgrp.blk.comcon' }, { TXT: false }, 'doxpDialog')">
<!-- @click="onComconButtxmsel" -->
...
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="21">
<el-form-item
label="结算指示"
prop="bedgrp.blk.setinsbe"
>
<c-input
type="textarea"
v-model="model.bedgrp.blk.setinsbe"
maxlength="390"
:rows="3"
show-word-limit
placeholder="请输入结算指示"
></c-input>
<el-form-item label="结算指示" prop="bedgrp.blk.setinsbe">
<c-input type="textarea" v-model="model.bedgrp.blk.setinsbe" maxlength="390" :rows="3" show-word-limit
placeholder="请输入结算指示"></c-input>
</el-form-item>
</c-col>
<c-col :span="3">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('betp.setinstxm.buttxmsel',null,null,{TXT:'bedgrp.blk.setinsbe'},{TXT:false},'doxpDialog')"
>
<c-button size="small" type="primary" icon="el-icon-more"
@click="showGridPromptDialog('betp.setinstxm.buttxmsel', null, null, { TXT: 'bedgrp.blk.setinsbe' }, { TXT: false }, 'doxpDialog')">
<!-- @click="onSetinstxmButtxmsel" -->
...
</c-button>
</c-col>
</c-col>
......@@ -121,65 +72,46 @@
</c-col>
<!--===========================右边============================== -->
<c-col :span="11" :offset="1">
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<c-checkbox v-model="model.bedgrp.blk.docdisflg"
>是否录入不符点</c-checkbox>
<el-form-item>
<c-checkbox v-model="model.bedgrp.blk.docdisflg" class="checkbox-left">是否录入不符点</c-checkbox>
</el-form-item>
</c-col>
<!-- Futher Handing -->
<c-col :span="24">
<!-- Processing Options -->
<el-form-item label="系统自动录入" prop="betp.folwupopt">
<c-select
v-model="model.betp.folwupopt"
style="width: 100%"
placeholder="请选择系统自动录入"
:code="codes.folwupopt"
disabled
>
<c-select v-model="model.betp.folwupopt" style="width: 100%" placeholder="请选择系统自动录入" :code="codes.folwupopt"
disabled>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="付款人" prop="bedgrp.rec.payrol">
<c-select
v-model="model.bedgrp.rec.payrol"
style="width: 100%"
placeholder="请选择付款人"
:code="codes.rolall"
<c-select v-model="model.bedgrp.rec.payrol" style="width: 100%" placeholder="请选择付款人" :code="codes.rolall"
@change="eventFunction(
'bedgrp.rec.payrol'
)"
>
)">
</c-select>
</el-form-item>
</c-col>
<!-- Referance -->
<!-- Referance -->
<c-col :span="24">
<el-form-item label="参考号" prop="bedgrp.oth.pts.ref">
<c-input
v-model="model.bedgrp.oth.pts.ref"
maxlength="16"
placeholder="请输入参考号"
:disabled="model.bedgrp.rec.payrol!='OTH'"
></c-input>
<c-input v-model="model.bedgrp.oth.pts.ref" maxlength="16" placeholder="请输入参考号"
:disabled="model.bedgrp.rec.payrol != 'OTH'"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
<c-ptap1 :model="model" :argadr="{
title: '',
grp: 'bedgrp',
rol: 'oth',
}"
@onSeainf="onSeainf"
@onAplpDet="onOthpDet"
:disabled1="model.bedgrp.rec.payrol!='OTH'"
>
}" @onSeainf="onSeainf" @onAplpDet="onOthpDet" :disabled1="model.bedgrp.rec.payrol != 'OTH'">
</c-ptap1>
</c-col>
</c-col>
......@@ -205,7 +137,9 @@ export default {
return {}
},
methods: { ...Event },
created: function () {},
created: function () { },
}
</script>
<style></style>
<style>
</style>
<template>
<div class="eibs">
<c-col :span="12">
<!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<!-- S0000042 : 是否报送跨境人民币2101表 -->
<c-col :span="18">
<el-form-item label="是否报送跨境人民币2101表" label-width=170px prop="cnybop.cnyflg">
......@@ -29,8 +30,8 @@
<c-col :span="18">
<el-form-item label="是否报送跨境人民币2106表" label-width=170px prop="cnybop.libflg">
<c-select v-model="model.cnybop.libflg" style="width:70%" placeholder="请选择是否报送跨境人民币2106表"
:disabled="model.bedgrp.cbs.max.cur !== 'CNY'"
:code="codes.libflg">
:code="codes.libflg"
:disabled="model.bedgrp.cbs.max.cur !== 'CNY'">
</c-select>
</el-form-item>
</c-col>
......@@ -59,7 +60,7 @@ export default {
return {}
},
methods: { ...Event },
created: function () {},
created: function () { },
}
</script>
<style>
......
<template>
<div class="eibs">
<!--===============左 =================== -->
<el-col :span="11">
<!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item label="业务主键" prop="cnybop.cnylib.spk">
<c-input
......@@ -79,7 +79,6 @@
icon="el-icon-search"
@click="onLibctySelbut1"
>
?
</c-button>
</template>
</c-fullbox>
......@@ -141,10 +140,10 @@
></c-date-picker>
</el-form-item>
</c-col>
</el-col>
</c-col>
<!-- ===============右 ===========================-->
<el-col :span="11" :offset="1">
<!-- ======================右边====================== -->
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item label="银行业务编号" prop="cnybop.cnylib.sbanktrano">
<c-input
......@@ -248,7 +247,7 @@
></c-input>
</el-form-item>
</c-col>
</el-col>
</c-col>
</div>
</template>
<script>
......
<template>
<div class="eibs">
<c-col :span="12">
<!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item label="偿付行" prop="rmbclm.rmbrol">
<c-select
v-model="model.rmbclm.rmbrol"
style="width: 100%"
placeholder="请选择偿付行"
:code="codes.rolall"
@change="selectOrCheckboxRule('rmbclm.rmbrol')"
>
<c-select v-model="model.rmbclm.rmbrol" style="width: 100%" placeholder="请选择偿付行" :code="codes.rolall"
@change="selectOrCheckboxRule('rmbclm.rmbrol')">
</c-select>
</el-form-item>
</c-col>
......@@ -18,58 +14,35 @@
<c-col :span="24">
<!-- Reference for Address Optional -->
<c-form-item
label="偿付行参考号"
prop="rmbclm.rmbrmb.pts.ref"
>
<c-input
v-model="model.rmbclm.rmbrmb.pts.ref"
maxlength="16"
placeholder="请输入编号"
:disabled="model.rmbclm.rmbrol=='ISS' ||model.rmbclm.rmbrol=='AVB'"
@blur="eventFunction('rmbclm.rmbrmb.pts.ref')"
></c-input>
<c-form-item label="偿付行参考号" prop="rmbclm.rmbrmb.pts.ref">
<c-input v-model="model.rmbclm.rmbrmb.pts.ref" maxlength="16" placeholder="请输入编号"
:disabled="model.rmbclm.rmbrol == 'ISS' || model.rmbclm.rmbrol == 'AVB'"
@blur="eventFunction('rmbclm.rmbrmb.pts.ref')"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
<c-ptap1 :model="model" :argadr="{
title: '',
grp: 'rmbclm',
rol: 'rmbrmb',
}"
@onSeainf="onSeainf"
@onAplpDet="onRmbpDet"
:disabled1="model.rmbclm.rmbrol=='ISS' ||model.rmbclm.rmbrol=='AVB'"
:disabled="model.rmbclm.rmbrol!=''"
>
}" @onSeainf="onSeainf" @onAplpDet="onRmbpDet"
:disabled1="model.rmbclm.rmbrol == 'ISS' || model.rmbclm.rmbrol == 'AVB'" :disabled="model.rmbclm.rmbrol != ''">
</c-ptap1>
</c-col>
<!-- SF000011 : Account with Bank -->
<c-col :span="24">
<c-form-item label="帐户行参考号" prop="rmbclm.acwacw.pts.ref">
<c-input
v-model="model.rmbclm.acwacw.pts.ref"
maxlength="16"
placeholder="请输入"
@blur="eventFunction('rmbclm.acwacw.pts.ref')"
></c-input>
<c-input v-model="model.rmbclm.acwacw.pts.ref" maxlength="16" placeholder="请输入"
@blur="eventFunction('rmbclm.acwacw.pts.ref')"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
<c-ptap1 :model="model" :argadr="{
title: '',
grp: 'rmbclm',
rol: 'acwacw',
}"
@onSeainf="onSeainf"
@onAplpDet="onAcwpDet"
:disabled="model.rmbclm.acwacw.pts.extkey!=''"
>
}" @onSeainf="onSeainf" @onAplpDet="onAcwpDet" :disabled="model.rmbclm.acwacw.pts.extkey != ''">
</c-ptap1>
</c-col>
......@@ -77,38 +50,24 @@
<!-- SF000019 : 编号 -->
<c-col :span="24">
<c-form-item label="受益人银行参考号" prop="rmbclm.bebbeb.pts.ref">
<c-input
v-model="model.rmbclm.bebbeb.pts.ref"
maxlength="16"
placeholder="请输入受益人银行"
@blur="eventFunction('rmbclm.bebbeb.pts.ref')"
></c-input>
<c-input v-model="model.rmbclm.bebbeb.pts.ref" maxlength="16" placeholder="请输入受益人银行"
@blur="eventFunction('rmbclm.bebbeb.pts.ref')"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-ptap1
:model="model"
:argadr="{
<c-ptap1 :model="model" :argadr="{
title: '',
grp: 'rmbclm',
rol: 'bebbeb',
}"
@onSeainf="onSeainf"
@onAplpDet="onBebpDet"
:disabled="model.rmbclm.bebbeb.pts.extkey!=''"
>
}" @onSeainf="onSeainf" @onAplpDet="onBebpDet" :disabled="model.rmbclm.bebbeb.pts.extkey != ''">
</c-ptap1>
</c-col>
<!-- SG000133 : value date -->
<c-col :span="12">
<el-form-item label="起息日" prop="rmbclm.valdat">
<c-date-picker
type="date"
v-model="model.rmbclm.valdat"
style="width: 100%"
placeholder="请选择起息日"
></c-date-picker>
<c-date-picker type="date" v-model="model.rmbclm.valdat" style="width: 100%" placeholder="请选择起息日">
</c-date-picker>
</el-form-item>
</c-col>
......@@ -134,7 +93,9 @@ export default {
return {}
},
methods: { ...Event },
created: function () {},
created: function () { },
}
</script>
<style></style>
<style>
</style>
<template>
<div class="eibs">
<!-- SF000060 : 远期单据指示 -->
<c-col :span="20">
<c-col :span="24">
<c-col :span="21">
<c-form-item label="远期单据指示" prop="bedsnd.usadet">
<c-input
type="textarea"
v-model="model.bedsnd.usadet"
maxlength="650"
:rows="8"
show-word-limit
placeholder="请输入远期单据指示"
></c-input>
<c-input type="textarea" v-model="model.bedsnd.usadet" maxlength="650" :rows="8" show-word-limit
placeholder="请输入远期单据指示"></c-input>
</c-form-item>
</c-col>
<c-col :span="3">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('bedsnd.usatxt.buttxmsel',null,null,{TXT:'bedsnd.usadet'},{TXT:false},'doxpDialog')"
>
<c-button size="small" type="primary" icon="el-icon-more"
@click="showGridPromptDialog('bedsnd.usatxt.buttxmsel', null, null, { TXT: 'bedsnd.usadet' }, { TXT: false }, 'doxpDialog')">
<!-- @click="onUsatxtButtxmsel" -->
...
</c-button>
</c-col>
</c-col>
<!-- SF000059 : 偿付条款 -->
<c-col :span="20">
<c-col :span="24">
<c-col :span="21">
<c-form-item label="偿付条款" prop="bedsnd.addphr">
<c-input
type="textarea"
v-model="model.bedsnd.addphr"
maxlength="650"
:rows="8"
show-word-limit
placeholder="请输入偿付条款"
></c-input>
<c-input type="textarea" v-model="model.bedsnd.addphr" maxlength="650" :rows="8" show-word-limit
placeholder="请输入偿付条款"></c-input>
</c-form-item>
</c-col>
<c-col :span="3">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('bedsnd.rgfphr.buttxmsel',null,null,{TXT:'bedsnd.addphr'},{TXT:false},'doxpDialog')"
>
<c-button size="small" type="primary" icon="el-icon-more"
@click="showGridPromptDialog('bedsnd.rgfphr.buttxmsel', null, null, { TXT: 'bedsnd.addphr' }, { TXT: false }, 'doxpDialog')">
<!-- @click="onRgfphrButtxmsel" -->
...
</c-button>
</c-col>
</c-col>
<!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<!-- SG000345 : 新受益人地址 -->
<c-col :span="20">
<c-col :span="24">
<c-form-item label="新受益人地址" prop="bedsnd.newbenadr">
<c-input
type="textarea"
v-model="model.bedsnd.newbenadr"
maxlength="175"
:rows="5"
show-word-limit
placeholder="请输入新受益人地址"
:disabled="model.ameadrflg==''"
style="width:60%"
></c-input>
<c-input type="textarea" v-model="model.bedsnd.newbenadr" maxlength="175" :rows="5" show-word-limit
placeholder="请输入新受益人地址" :disabled="model.ameadrflg == ''"></c-input>
</c-form-item>
</c-col>
<!-- S0000347 : 新受益人编号 -->
<c-col :span="20">
<c-col :span="24">
<c-form-item label="新受益人参考号" prop="bedgrp.blk.benref">
<c-input
type="textarea"
v-model="model.bedgrp.blk.benref"
maxlength="160"
:rows="5"
show-word-limit
placeholder="请输入新受益人编号"
style="width:60%"
></c-input>
<c-input type="textarea" v-model="model.bedgrp.blk.benref" maxlength="160" :rows="5" show-word-limit
placeholder="请输入新受益人编号"></c-input>
</c-form-item>
</c-col>
</c-col>
</div>
</template>
<script>
......@@ -100,7 +63,9 @@ export default {
return {}
},
methods: { ...Event },
created: function () {},
created: function () { },
}
</script>
<style></style>
<style>
</style>
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