<template> <div class="eibs-tab"> <!-- SF001070 : Applicant Ref. --> <c-col :span="12"> <c-form-item :label="$t('gitp.SF001070')" prop="gidgrp.apc.pts.ref"> <c-input v-model="model.gidgrp.apc.pts.ref" maxlength="16" :placeholder="$t('other.please_enter')+$t('gitp.SF001070')"></c-input> </c-form-item> </c-col> <!-- SF001073 : Issuing Bank Ref. --> <c-col :span="12"> <c-form-item :label="$t('gitp.SF001073')" prop="gidgrp.iss.pts.ref"> <c-input v-model="model.gidgrp.iss.pts.ref" maxlength="16" :placeholder="$t('other.please_enter')+$t('gitp.SF001073')"></c-input> </c-form-item> </c-col> <!-- SF000801 : Applicant --> <c-col :span="12"> <c-form-item label="Drag Drop Sender" prop="gitp.apcp.ptsget.sdamod.dadsnd"> <c-input v-model="model.gitp.apcp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input> </c-form-item> </c-col> <!-- SF000800 : Issuing Bank --> <c-col :span="12"> <c-form-item label="External Key of Address" prop="gidgrp.apc.pts.extkey"> <c-input v-model="model.gidgrp.apc.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="" prop="gitp.apcp.ptsget.sdamod.seainf"> <c-input v-model="model.gitp.apcp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-button size="small" type="primary" @click="onApcpDet"> {{$t('ptsp.CF000081')}} </c-button> </c-col> <!-- SF000908 : (Tag 52a) --> <c-col :span="12"> <c-form-item label="名称" prop="gidgrp.apc.namelc"> <c-input type="textarea" v-model="model.gidgrp.apc.namelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'名称'" ></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="Address Block" prop="gidgrp.apc.pts.adrblk"> <c-input type="textarea" v-model="model.gidgrp.apc.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="Chinese address" prop="gidgrp.apc.dbfadrblkcn"> <c-input type="textarea" v-model="model.gidgrp.apc.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="地址" prop="gidgrp.apc.adrelc"> <c-input type="textarea" v-model="model.gidgrp.apc.adrelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'地址'" ></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-checkbox v-model="model.gitp.apcsupflg">{{$t('gitp.CF001202')}}</c-checkbox> </c-col> <!-- SF001071 : Obligor Ref. --> <c-col :span="12"> <c-form-item :label="$t('gitp.SF001071')" prop="gidgrp.ctc.pts.ref"> <c-input v-model="model.gidgrp.ctc.pts.ref" maxlength="16" :placeholder="$t('other.please_enter')+$t('gitp.SF001071')"></c-input> </c-form-item> </c-col> <!-- SF001074 : Ultimate Ben. Ref. --> <c-col :span="12"> <c-form-item :label="$t('gitp.SF001074')" prop="gidgrp.ben.pts.ref"> <c-input v-model="model.gidgrp.ben.pts.ref" maxlength="16" :placeholder="$t('other.please_enter')+$t('gitp.SF001074')"></c-input> </c-form-item> </c-col> <!-- SF000802 : Obligor --> <c-col :span="12"> <c-form-item label="Drag Drop Sender" prop="gitp.ctcp.ptsget.sdamod.dadsnd"> <c-input v-model="model.gitp.ctcp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input> </c-form-item> </c-col> <!-- SF000942 : Ultim. Beneficiary --> <c-col :span="12"> <c-form-item label="External Key of Address" prop="gidgrp.ctc.pts.extkey"> <c-input v-model="model.gidgrp.ctc.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="" prop="gitp.ctcp.ptsget.sdamod.seainf"> <c-input v-model="model.gitp.ctcp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-button size="small" type="primary" @click="onCtcpDet"> {{$t('ptsp.CF000081')}} </c-button> </c-col> <!-- SF000943 : (Tag 59) --> <c-col :span="12"> <c-form-item label="名称" prop="gidgrp.ctc.namelc"> <c-input type="textarea" v-model="model.gidgrp.ctc.namelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'名称'" ></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="Address Block" prop="gidgrp.ctc.pts.adrblk"> <c-input type="textarea" v-model="model.gidgrp.ctc.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="Chinese address" prop="gidgrp.ctc.dbfadrblkcn"> <c-input type="textarea" v-model="model.gidgrp.ctc.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="地址" prop="gidgrp.ctc.adrelc"> <c-input type="textarea" v-model="model.gidgrp.ctc.adrelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'地址'" ></c-input> </c-form-item> </c-col> <!-- SF001072 : Int. Beneficiary Ref. --> <c-col :span="12"> <c-form-item :label="$t('gitp.SF001072')" prop="gidgrp.bec.pts.ref"> <c-input v-model="model.gidgrp.bec.pts.ref" maxlength="16" :placeholder="$t('other.please_enter')+$t('gitp.SF001072')"></c-input> </c-form-item> </c-col> <!-- SF000944 : Intermediary --> <c-col :span="12"> <c-form-item label="Drag Drop Sender" prop="gitp.becp.ptsget.sdamod.dadsnd"> <c-input v-model="model.gitp.becp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="External Key of Address" prop="gidgrp.bec.pts.extkey"> <c-input v-model="model.gidgrp.bec.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="" prop="gitp.becp.ptsget.sdamod.seainf"> <c-input v-model="model.gitp.becp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-button size="small" type="primary" @click="onBecpDet"> {{$t('ptsp.CF000081')}} </c-button> </c-col> <!-- SF000913 : Beneficiary BEC --> <c-col :span="12"> <c-form-item label="名称" prop="gidgrp.bec.namelc"> <c-input type="textarea" v-model="model.gidgrp.bec.namelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'名称'" ></c-input> </c-form-item> </c-col> <!-- SF000914 : (Tag 59 of Seq B) --> <c-col :span="12"> <c-form-item label="Address Block" prop="gidgrp.bec.pts.adrblk"> <c-input type="textarea" v-model="model.gidgrp.bec.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="Chinese address" prop="gidgrp.bec.dbfadrblkcn"> <c-input type="textarea" v-model="model.gidgrp.bec.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="地址" prop="gidgrp.bec.adrelc"> <c-input type="textarea" v-model="model.gidgrp.bec.adrelc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'地址'" ></c-input> </c-form-item> </c-col> <!-- SF001223 : Avail. with Bank Ref. --> <c-col :span="12"> <c-form-item :label="$t('gitp.SF001223')" prop="gidgrp.avc.pts.ref"> <c-input v-model="model.gidgrp.avc.pts.ref" maxlength="16" :placeholder="$t('other.please_enter')+$t('gitp.SF001223')"></c-input> </c-form-item> </c-col> <!-- SF001222 : Available w. Bank --> <c-col :span="12"> <c-form-item label="Drag Drop Sender" prop="gitp.avcp.ptsget.sdamod.dadsnd"> <c-input v-model="model.gitp.avcp.ptsget.sdamod.dadsnd" :placeholder="$t('other.please_enter')+'Drag Drop Sender'"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="External Key of Address" prop="gidgrp.avc.pts.extkey"> <c-input v-model="model.gidgrp.avc.pts.extkey" maxlength="16" :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-form-item label="" prop="gitp.avcp.ptsget.sdamod.seainf"> <c-input v-model="model.gitp.avcp.ptsget.sdamod.seainf" :placeholder="$t('other.please_enter')+''"></c-input> </c-form-item> </c-col> <c-col :span="12"> <c-button size="small" type="primary" @click="onAvcpDet"> {{$t('ptsp.CF000082')}} </c-button> </c-col> <c-col :span="12"> <c-form-item label="Name of Party" prop="gidgrp.avc.pts.nam"> <c-input v-model="model.gidgrp.avc.pts.nam" maxlength="40" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input> </c-form-item> </c-col> </div> </template> <script> import Api from "~/service/Api" import commonProcess from "~/mixin/commonProcess"; import CodeTable from "~/config/CodeTable" import Event from "~/model/Gitdla/Event" export default { inject: ['root'], props:["model","codes"], mixins: [commonProcess], data(){ return { } }, methods:{...Event}, created:function(){ } } </script> <style> </style>