<template> <div class="eibs-tab"> <c-col :span="11"> <c-col :span="24"> <el-form-item label="Applicant's Bank Ref." prop="lidgrp.ini.pts.ref"> <c-input v-model="model.lidgrp.ini.pts.ref" maxlength="16" placeholder="请输入Applicant's Bank"></c-input> </el-form-item> </c-col> <c-col :span="16"> <el-form-item label="Extkey" prop="lidgrp.ini.pts.extkey"> <c-input v-model="model.lidgrp.ini.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> </el-form-item> </c-col> <c-col :span="8"> <el-form-item label="" label-width="15px"> <c-button size="small" type="primary;width:10%" @click="onSeainf('lidgrp.ini.pts.extkey')" >i</c-button > <c-button size="small" type="primary" @click="onInipDet"> Details </c-button> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Address Block" prop="lidgrp.ini.pts.adrblk"> <c-input type="textarea" v-model="model.lidgrp.ini.pts.adrblk" maxlength="35" :rows="4" show-word-limit placeholder="请输入Address Block" ></c-input> </el-form-item> </c-col> <!-- <c-col :span="24"> <el-form-item label="Chinese address" prop="lidgrp.ini.dbfadrblkcn"> <c-input type="textarea" v-model="model.lidgrp.ini.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="名称" prop="lidgrp.ini.namelc"> <c-input type="textarea" v-model="model.lidgrp.ini.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="地址" prop="lidgrp.ini.adrelc"> <c-input type="textarea" v-model="model.lidgrp.ini.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input> </el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="Reimbursement Bank Ref." prop="lidgrp.rmb.pts.ref"> <c-input v-model="model.lidgrp.rmb.pts.ref" maxlength="16" placeholder="请输入Reimbursement Bank"></c-input> </el-form-item> </c-col> <c-col :span="16"> <el-form-item label="Extkey" prop="lidgrp.rmb.pts.extkey"> <c-input v-model="model.lidgrp.rmb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> </el-form-item> </c-col> <c-col :span="8"> <el-form-item label="" label-width="15px"> <c-button size="small" type="primary;width:10%" @click="onSeainf('lidgrp.rmb.pts.extkey')" >i</c-button > <c-button size="small" type="primary" @click="onRmbpDet"> Details </c-button> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Name of Party" prop="lidgrp.rmb.pts.nam"> <c-input v-model="model.lidgrp.rmb.pts.nam" maxlength="40" placeholder="请输入Name of Party"></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Requested Confirmation party Ref." prop="lidgrp.con.pts.ref"> <c-input v-model="model.lidgrp.con.pts.ref" maxlength="16" placeholder="请输入Requested Confirmation party"></c-input> </el-form-item> </c-col> <c-col :span="16"> <el-form-item label="Extkey" prop="lidgrp.con.pts.extkey"> <c-input v-model="model.lidgrp.con.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> </el-form-item> </c-col> <c-col :span="8"> <el-form-item label="" label-width="15px"> <c-button size="small" type="primary;width:10%" @click="onSeainf('lidgrp.con.pts.extkey')" >i</c-button > <c-button size="small" type="primary" @click="onConpDet"> Details </c-button> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Address Block" prop="lidgrp.con.pts.adrblk"> <c-input type="textarea" v-model="model.lidgrp.con.pts.adrblk" maxlength="35" :rows="4" show-word-limit placeholder="请输入Address Block" ></c-input> </el-form-item> </c-col> <!-- <c-col :span="24"> <el-form-item label="Chinese address" prop="lidgrp.con.dbfadrblkcn"> <c-input type="textarea" v-model="model.lidgrp.con.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="名称" prop="lidgrp.con.namelc"> <c-input type="textarea" v-model="model.lidgrp.con.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="地址" prop="lidgrp.con.adrelc"> <c-input type="textarea" v-model="model.lidgrp.con.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input> </el-form-item> </c-col> --> </c-col> <c-col :span="11" :offset="1"> <c-col :span="24"> <el-form-item label="2nd Advising Bank Ref." prop="lidgrp.a2b.pts.ref"> <c-input v-model="model.lidgrp.a2b.pts.ref" maxlength="16" placeholder="请输入2nd Advising Bank"></c-input> </el-form-item> </c-col> <c-col :span="16"> <el-form-item label="Extkey" prop="lidgrp.a2b.pts.extkey"> <c-input v-model="model.lidgrp.a2b.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> </el-form-item> </c-col> <c-col :span="8"> <el-form-item label="" label-width="15px"> <c-button size="small" type="primary;width:10%" @click="onSeainf('lidgrp.a2b.pts.extkey')" >i</c-button > <c-button size="small" type="primary" @click="onA2bpDet"> Details </c-button> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Address Block" prop="lidgrp.a2b.pts.adrblk"> <c-input type="textarea" v-model="model.lidgrp.a2b.pts.adrblk" maxlength="35" :rows="4" show-word-limit placeholder="请输入Address Block" ></c-input> </el-form-item> </c-col> <!-- <c-col :span="24"> <el-form-item label="Chinese address" prop="lidgrp.a2b.dbfadrblkcn"> <c-input type="textarea" v-model="model.lidgrp.a2b.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="名称" prop="lidgrp.a2b.namelc"> <c-input type="textarea" v-model="model.lidgrp.a2b.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="地址" prop="lidgrp.a2b.adrelc"> <c-input type="textarea" v-model="model.lidgrp.a2b.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input> </el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="Available with Bank Ref." prop="lidgrp.avb.pts.ref"> <c-input v-model="model.lidgrp.avb.pts.ref" maxlength="16" placeholder="请输入Reference for Address Optional"></c-input> </el-form-item> </c-col> <c-col :span="16"> <el-form-item label="Extkey" prop="lidgrp.avb.pts.extkey"> <c-input v-model="model.lidgrp.avb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> </el-form-item> </c-col> <c-col :span="8"> <el-form-item label="" label-width="15px"> <c-button size="small" type="primary;width:10%" @click="onSeainf('lidgrp.avb.pts.extkey')" >i</c-button > <c-button size="small" type="primary" @click="onAvbpDet"> Details </c-button> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Address Block" prop="lidgrp.avb.pts.adrblk"> <c-input type="textarea" v-model="model.lidgrp.avb.pts.adrblk" maxlength="35" :rows="4" show-word-limit placeholder="请输入Address Block" ></c-input> </el-form-item> </c-col> <!-- <c-col :span="24"> <el-form-item label="Chinese address" prop="lidgrp.avb.dbfadrblkcn"> <c-input type="textarea" v-model="model.lidgrp.avb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="名称" prop="lidgrp.avb.namelc"> <c-input type="textarea" v-model="model.lidgrp.avb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="地址" prop="lidgrp.avb.adrelc"> <c-input type="textarea" v-model="model.lidgrp.avb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input> </el-form-item> </c-col> --> </c-col> <c-col :span="24"> </c-col> <!-- <c-col :span="12"> <span v-text="model.litp.avblab" data-path=".litp.avblab" > </span> </c-col>--> </div> </template> <script> import Api from "~/service/Api" import commonProcess from "~/mixin/commonProcess"; import CodeTable from "~/config/CodeTable" import Event from "~/model/Litopn/Event" export default { inject: ['root'], props:["model","codes"], mixins: [commonProcess], data(){ return { } }, methods:{...Event}, created:function(){ } } </script> <style> </style>