<c-select:disabled="model.bodgrp.rec.doctypcod === 'P'"v-model="model.trnmod.swiadd.newmatpertyp"style="width: 100%"placeholder="请输入Days/Months or Years for Maturity Period">
<c-inputv-model="model.bddgrp.rec.totamt"placeholder="请输入Total Amount to be Paid"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col>
<!-- <c-col>
<c-col:span="12">
<el-form-itemlabel="External Key of Address"prop="bddgrp.acb.pts.extkey">
<c-inputv-model="model.bddgrp.acb.pts.extkey"maxlength="16"placeholder="请输入External Key of Address"@keyup.enter.native="showGridPromptDialog('brdgrp.acb.pts.extkey')"></c-input>
<el-form-itemlabel="Narrative TAG 77A of MT754"prop="bddgrp.blk.nartxt77a">
<c-inputtype="textarea"v-model="model.bddgrp.blk.nartxt77a":rows="15"maxlength="35"show-word-limitplaceholder="请输入Narrative TAG 77A of MT754"></c-input>
</el-form-item>
</c-col>
<c-col:span="24">
<c-ptap
:model="model"
:argadr="{
title: `Beneficiary's Bank `,
grp: 'bddgrp',
rol: 'beb',
}"
:noRef="true"
:isAdrblk="false"
>
</c-ptap>
</c-col>
</c-col>
</div>
</template>
<script>
...
...
@@ -221,8 +254,10 @@ import Api from "~/service/Api"