<template> <div class="eibs-tab"> <c-row> <!-- ====================================顶部================================= --> <c-col :span="24"> <c-col :span="11"> <el-form-item label="Reference" prop="ledgrp.rec.ownref" style="width: 100%"> <c-fullbox> <c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入Reference" style="width: 95%" :disabled="true"> </c-input> <template slot="footer"> <c-button style="margin: 0 10px 0 0; padding: 0 12px" size="small" type="primary" @click="onSeainf"> <span style="font-size: 15px; font-family: '宋体'; font-weight: bold">i</span> </c-button> <c-button style="margin: 0 0" size="small" type="primary" :disabled="model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref ? false : true" @click="onLetpButgetref"> 获取 </c-button> </template> </c-fullbox> </el-form-item> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="Name" prop="ledgrp.rec.nam"> <c-input text-align="middle" v-model="model.ledgrp.rec.nam" maxlength="40" placeholder="请输入" disabled> </c-input> </el-form-item> </c-col> </c-col> <!-- ================================左边================================= --> <c-col :span="11"> <c-col :span="24"> <el-form-item label="Form of L/C" prop="ledgrp.rec.lcrtyp"> <c-select v-model="model.ledgrp.rec.lcrtyp" style="width:100%" placeholder="请选择Form of L/C" :code="codes.lcrtyp"> </c-select> </el-form-item> </c-col> <!-- responsible user --> <c-col :span="24"> <el-form-item label="responsible user" prop="letp.usr.extkey"> <c-fullbox> <c-input v-model="model.letp.usr.extkey" maxlength="8" placeholder="请输入" disabled></c-input> <template slot="footer"> <c-button style="margin-left:10px;padding: 0 10px;" size="small" icon="el-icon-search" type="primary" @click="onExtkey"></c-button> <c-checkbox :disabled="true" style="margin-left:5px;" v-model="model.ledgrp.rec.collflg">Collateralized L/C</c-checkbox> </template> </c-fullbox> </el-form-item> </c-col> <!-- nominal amount --> <c-col :span="24"> <c-col :span="12"> <el-form-item label="Nominal Amount" prop="ledgrp.cbs.nom1.cur"> <c-select v-model="model.ledgrp.cbs.nom1.cur" style="width: 100%" placeholder="请选择币种" @keyup.enter.native="nom1CurEvent" :code="codes.curtxt1"> </c-select> </el-form-item> </c-col> <c-col :span="7"> <el-form-item label="" label-width="5px" prop="ledgrp.cbs.nom1.amt"> <c-input-currency v-model="model.ledgrp.cbs.nom1.amt" style="text-align: left; width: 95%" placeholder="请输入Nominal Amount" @keyup.enter.native=" defaultFunction('ledgrp.cbs.nom1.amt', model.ledgrp.cbs.nom1.amt) " ></c-input-currency> <!-- <c-input-currency v-model="model.ledgrp.cbs.nom1.amt" style="text-align: left; width: 100%" placeholder="请输入Nominal Amount"></c-input-currency> --> </el-form-item> </c-col> <c-col :span="5"> <c-checkbox v-model="addamtflg" style="margin-left:-1px;">Add. Amount</c-checkbox> </c-col> </c-col> <c-col :span="24"> <c-col :span="12"> <c-form-item label="Amount Tolerance +/-" prop="ledgrp.rec.nomtop"> <c-input v-model.number="model.ledgrp.rec.nomtop" maxlength="2" style="width: 100%" placeholder="请输入Amount Tolerance - Positive" class="m-input-currency"></c-input> </c-form-item> </c-col> <c-col :span="7"> <el-form-item label="" label-width="5px" prop="ledgrp.rec.nomton"> <c-input v-model.number="model.ledgrp.rec.nomton" maxlength="2" style="width: 95%" placeholder="请输入Amount Tolerance - Negative" class="m-input-currency"></c-input> </el-form-item> </c-col> <c-col :span="5"> <!-- <c-checkbox v-model="model.ledgrp.preadvflg" style="margin-left:10px;">预先通知</c-checkbox> --> </c-col> </c-col> <c-col :span="24"> <c-col :span="19"> <el-form-item label="Amount Specification" prop="ledgrp.rec.nomspc"> <c-select v-model="model.ledgrp.rec.nomspc" style="width: 97%" placeholder="请选择适用金额规范" :code="codes.nomspc" disabled> </c-select> </el-form-item> </c-col> <!-- Incoming Transfer --> <c-col :span="5"> <c-checkbox v-model="model.ledgrp.rec.inctrf" style="margin-left:-1px;" disabled>Incoming Transfer</c-checkbox> </c-col> </c-col> <!-- Maximum Amount --> <c-col :span="12"> <el-form-item label="Maximum Amount" prop="ledgrp.cbs.max.cur"> <c-select v-model="model.ledgrp.cbs.max.cur" style="width: 100%" placeholder="请选择币种" :code="codes.curtxt1" disabled> </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="" label-width="5px" prop="ledgrp.cbs.max.amt"> <c-input disabled v-model="model.ledgrp.cbs.max.amt" placeholder="请输入最大金额" class="m-input-currency"></c-input> </el-form-item> </c-col> <!-- Issued on --> <c-col :span="12"> <el-form-item label="Issued on" prop="ledgrp.rec.opndat"> <c-date-picker type="date" v-model="model.ledgrp.rec.opndat" style="width: 100%" value-format="yyyy-MM-dd" placeholder="请选择开证日期"> </c-date-picker> </el-form-item> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="Date Pre-advised" label-width="120px" prop="ledgrp.rec.preadvdt"> <c-date-picker type="date" v-model="model.ledgrp.rec.preadvdt" style="width: 100%" value-format="yyyy-MM-dd" placeholder="请选择日期" disabled> </c-date-picker> </el-form-item> </c-col> <!-- shipment date --> <c-col :span="12"> <el-form-item label="Shipment Date" prop="ledgrp.rec.shpdat"> <c-date-picker type="date" v-model="model.ledgrp.rec.shpdat" style="width: 100%" placeholder="请选择装运日期" value-format="yyyy-MM-dd"> </c-date-picker> </el-form-item> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="Released on" label-width="120px" prop="ledgrp.rec.advdat"> <c-date-picker disabled type="date" v-model="model.ledgrp.rec.advdat" style="width: 100%" placeholder="请选择通知日期" value-format="yyyy-MM-dd"> </c-date-picker> </el-form-item> </c-col> <!-- expiring on --> <c-col :span="24"> <el-form-item label="Expiring on" prop="ledgrp.rec.expdat"> <c-date-picker type="date" v-model="model.ledgrp.rec.expdat" style="width: 100%" value-format="yyyy-MM-dd" placeholder="请选择到期日"> </c-date-picker> </el-form-item> </c-col> <!-- in (place)/counters of --> <c-col :span="24"> <el-form-item label="in (Place)/ counters of" prop="ledgrp.rec.expplc"> <c-input v-model="model.ledgrp.rec.expplc" maxlength="29" placeholder="有效地点"></c-input> </el-form-item> </c-col> <!-- Confirmation Instruct.Received --> <c-col :span="24"> <el-form-item label="Confirmation Instruct" prop="ledgrp.rec.cnfdet"> <c-select v-model="model.ledgrp.rec.cnfdet" style="width: 100%" placeholder="请选择确认接收指示" :code="codes.cnfflg1"> </c-select> </el-form-item> </c-col> <!-- Applicable rules --> <c-col :span="24"> <el-form-item label="Applicable Rules" prop="ledgrp.rec.apprul"> <c-select v-model="model.ledgrp.rec.apprul" style="width: 100%" placeholder="请选择适用规则" :code="codes.apprul" @change="apprulChange"> </c-select> </el-form-item> </c-col> <!-- Other Applicable rules --> <c-col :span="24"> <el-form-item label="Other Applicable Rules" prop="ledgrp.rec.apprultxt"> <c-input v-model="model.ledgrp.rec.apprultxt" maxlength="35" placeholder="请输入其他规则" :disabled="model.ledgrp.rec.apprul === 'OTHR' ? false : true"></c-input> </el-form-item> </c-col> <!-- Partial shipment --> <c-col :span="24"> <el-form-item label="Partial Shipment" prop="ledgrp.rec.shppar"> <c-select v-model="model.ledgrp.rec.shppar" style="width: 100%" placeholder="请选择分批装运" :code="codes.shptrss18"> </c-select> </el-form-item> </c-col> <!-- Transshipment --> <c-col :span="24"> <el-form-item label="Transshipment" prop="ledgrp.rec.shptrs"> <c-select v-model="model.ledgrp.rec.shptrs" style="width:100%" placeholder="请选择Transshipment" :code="codes.shptrss18"> </c-select> </el-form-item> </c-col> </c-col> <!-- <c-col :span="12"> <el-form-item label="Drag Drop Sender" prop="letp.recget.sdamod.dadsnd"> <c-input v-model="model.letp.recget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Reference" prop="ledgrp.rec.ownref"> <c-input v-model="model.ledgrp.rec.ownref" maxlength="16" placeholder="请输入Reference"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="" prop="letp.recget.sdamod.seainf"> <c-input v-model="model.letp.recget.sdamod.seainf" placeholder="请输入"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Name" prop="ledgrp.rec.nam"> <c-input v-model="model.ledgrp.rec.nam" maxlength="40" placeholder="请输入Name"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <c-button size="small" type="primary" @click="onLetpButgetref"> Get Ref </c-button> </c-col> --> <!-- ========================右边======================= --> <c-col :span="11" :offset="1"> <!-- <c-col :span="12"> <el-form-item label="Beneficiary Ref." prop="ledgrp.ben.pts.ref"> <c-input v-model="model.ledgrp.ben.pts.ref" maxlength="16" placeholder="请输入Beneficiary Ref."></c-input> </el-form-item> </c-col> --> <c-col :span="24"> <c-ptap :model="model" :argadr="{ title: 'Beneficiary Ref', grp: 'ledgrp', rol: 'ben', }" :disabled="true" @onSeainf="onSeainf" @onAplpDet="onBenpDet" disabledRef disabledExtkey> </c-ptap> </c-col> <c-col :span="24"> <c-ptap :model="model" :argadr="{ title: 'Issuer Ref', grp: 'ledgrp', rol: 'iss', }" :disabled="true" @onSeainf="onSeainf" @onAplpDet="onIsspDet" disabledRef disabledExtkey> </c-ptap> </c-col> <c-col :span="24"> <c-ptap :model="model" :argadr="{ title: 'Applicant Ref.', grp: 'ledgrp', rol: 'apl', }" :disabled="true" @onSeainf="onSeainf" @onAplpDet="onAplpDet" disabledRef disabledExtkey> </c-ptap> </c-col> <!-- Revolving Flag --> <c-col :span="12" class="centerLable marginLable"> <c-checkbox v-model="model.ledgrp.rec.revflg">Revolving L/C</c-checkbox> </c-col> <!-- Authorization to Debit 借记授权书--> <c-col :span="12" class="centerLable marginLable"> <c-checkbox v-model="model.ledgrp.rec.dbtflg">Authorization to Debit</c-checkbox> </c-col> <!-- Non-Bank Issuer 非银行发行人--> <c-col :span="24" class="centerLable marginLable"> <c-checkbox v-model="model.ledgrp.rec.nonban">Non-Bank Issuer</c-checkbox> </c-col> <!-- Test Key Unconfirmity --> <c-col :span="24" class="centerLable marginLable"> <c-checkbox v-model="model.ledgrp.rec.teskeyunc">Test Key Unconfirmity</c-checkbox> </c-col> </c-col> <!-- <c-col :span="12"> <el-form-item label="Drag Drop Sender" prop="letp.benp.ptsget.sdamod.dadsnd"> <c-input v-model="model.letp.benp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Responsible User" prop="letp.usr.extkey"> <c-input v-model="model.letp.usr.extkey" maxlength="8" placeholder="请输入Responsible User"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="" prop="letp.usrget.sdamod.seainf"> <c-input v-model="model.letp.usrget.sdamod.seainf" placeholder="请输入"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <c-checkbox v-model="model.ledgrp.rec.collflg">Collateralized L/C</c-checkbox> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="External Key of Address" prop="ledgrp.ben.pts.extkey"> <c-input v-model="model.ledgrp.ben.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"> </c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="" prop="letp.benp.ptsget.sdamod.seainf"> <c-input v-model="model.letp.benp.ptsget.sdamod.seainf" placeholder="请输入"></c-input> </el-form-item> </c-col> <c-col :span="12"> <c-button size="small" type="primary" @click="onBenpDet"> Details </c-button> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="名称" prop="ledgrp.ben.namelc"> <c-input type="textarea" v-model="model.ledgrp.ben.namelc" maxlength="35" show-word-limit placeholder="请输入名称"> </c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Nominal Amount" prop="ledgrp.cbs.nom1.cur"> <c-select v-model="model.ledgrp.cbs.nom1.cur" style="width:100%" placeholder="请选择Nominal Amount"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Nominal Amount" prop="ledgrp.cbs.nom1.amt"> <c-input v-model="model.ledgrp.cbs.nom1.amt" placeholder="请输入Nominal Amount"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <c-checkbox v-model="addamtflg">Add. Amount</c-checkbox> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Address Block" prop="ledgrp.ben.pts.adrblk"> <c-input type="textarea" v-model="model.ledgrp.ben.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Chinese address" prop="ledgrp.ben.dbfadrblkcn"> <c-input type="textarea" v-model="model.ledgrp.ben.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <c-checkbox v-model="model.ledgrp.preadvflg">PreAdvice or Notification</c-checkbox> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Amount Tolerance +/-" prop="ledgrp.rec.nomtop"> <c-input v-model="model.ledgrp.rec.nomtop" placeholder="请输入Amount Tolerance +/-"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Amount Tolerance - Negative" prop="ledgrp.rec.nomton"> <c-input v-model="model.ledgrp.rec.nomton" placeholder="请输入Amount Tolerance - Negative"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="地址" prop="ledgrp.ben.adrelc"> <c-input type="textarea" v-model="model.ledgrp.ben.adrelc" maxlength="35" show-word-limit placeholder="请输入地址"> </c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <c-checkbox v-model="model.ledgrp.rec.inctrf">Incoming Transfer</c-checkbox> </c-col> <c-col :span="12"> <el-form-item label="Amount Specification" prop="ledgrp.rec.nomspc"> <c-select v-model="model.ledgrp.rec.nomspc" style="width:100%" placeholder="请选择Amount Specification"> </c-select> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <c-checkbox v-model="model.ledgrp.rec.resflg">Reserved Contract</c-checkbox> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Maximum Amount" prop="ledgrp.cbs.max.cur"> <c-select v-model="model.ledgrp.cbs.max.cur" style="width:100%" placeholder="请选择Maximum Amount"> </c-select> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Maximum Amount" prop="ledgrp.cbs.max.amt"> <c-input v-model="model.ledgrp.cbs.max.amt" placeholder="请输入Maximum Amount"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Issuer Ref." prop="ledgrp.iss.pts.ref"> <c-input v-model="model.ledgrp.iss.pts.ref" maxlength="16" placeholder="请输入Issuer Ref."> </c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Drag Drop Sender" prop="letp.issp.ptsget.sdamod.dadsnd"> <c-input v-model="model.letp.issp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Issued on" prop="ledgrp.rec.opndat"> <c-date-picker type="date" v-model="model.ledgrp.rec.opndat" style="width:100%" placeholder="请选择Issued on"> </c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Date Pre-advised" prop="ledgrp.rec.preadvdt"> <c-date-picker type="date" v-model="model.ledgrp.rec.preadvdt" style="width:100%" placeholder="请选择Date Pre-advised"></c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="External Key of Address" prop="ledgrp.iss.pts.extkey"> <c-input v-model="model.ledgrp.iss.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"> </c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="" prop="letp.issp.ptsget.sdamod.seainf"> <c-input v-model="model.letp.issp.ptsget.sdamod.seainf" placeholder="请输入"></c-input> </el-form-item> </c-col> <c-col :span="12"> <c-button size="small" type="primary" @click="onIsspDet"> Details </c-button> </c-col> <c-col :span="12"> <el-form-item label="名称" prop="ledgrp.iss.namelc"> <c-input type="textarea" v-model="model.ledgrp.iss.namelc" maxlength="35" show-word-limit placeholder="请输入名称"> </c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Shipment Date" prop="ledgrp.rec.shpdat"> <c-date-picker type="date" v-model="model.ledgrp.rec.shpdat" style="width:100%" placeholder="请选择Shipment Date"> </c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Released on" prop="ledgrp.rec.advdat"> <c-date-picker type="date" v-model="model.ledgrp.rec.advdat" style="width:100%" placeholder="请选择Released on"> </c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Address Block" prop="ledgrp.iss.pts.adrblk"> <c-input type="textarea" v-model="model.ledgrp.iss.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Chinese address" prop="ledgrp.iss.dbfadrblkcn"> <c-input type="textarea" v-model="model.ledgrp.iss.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Expiring on" prop="ledgrp.rec.expdat"> <c-date-picker type="date" v-model="model.ledgrp.rec.expdat" style="width:100%" placeholder="请选择Expiring on"> </c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="地址" prop="ledgrp.iss.adrelc"> <c-input type="textarea" v-model="model.ledgrp.iss.adrelc" maxlength="35" show-word-limit placeholder="请输入地址"> </c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="in (Place)/ counters of" prop="ledgrp.rec.expplc"> <c-input v-model="model.ledgrp.rec.expplc" maxlength="29" placeholder="请输入in (Place)/ counters of"></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="Applicant Ref." prop="ledgrp.apl.pts.ref"> <c-input v-model="model.ledgrp.apl.pts.ref" maxlength="16" placeholder="请输入Applicant Ref."></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Drag Drop Sender" prop="letp.aplp.ptsget.sdamod.dadsnd"> <c-input v-model="model.letp.aplp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="External Key of Address" prop="ledgrp.apl.pts.extkey"> <c-input v-model="model.ledgrp.apl.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"> </c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="" prop="letp.aplp.ptsget.sdamod.seainf"> <c-input v-model="model.letp.aplp.ptsget.sdamod.seainf" placeholder="请输入"></c-input> </el-form-item> </c-col> <c-col :span="12"> <c-button size="small" type="primary" @click="onAplpDet"> Details </c-button> </c-col> <c-col :span="12"> <el-form-item label="名称" prop="ledgrp.apl.namelc"> <c-input type="textarea" v-model="model.ledgrp.apl.namelc" maxlength="35" show-word-limit placeholder="请输入名称"> </c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.letp.oppbnkl" data-path=".letp.oppbnkl"> </span> </c-col> <c-col :span="12"> <el-form-item label="境内外对手行代码" prop="ledgrp.rec.oppbnk"> <c-input v-model="model.ledgrp.rec.oppbnk" maxlength="12" placeholder="请输入境内外对手行代码"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Address Block" prop="ledgrp.apl.pts.adrblk"> <c-input type="textarea" v-model="model.ledgrp.apl.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Chinese address" prop="ledgrp.apl.dbfadrblkcn"> <c-input type="textarea" v-model="model.ledgrp.apl.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Applicable Rules" prop="ledgrp.rec.apprul"> <c-select v-model="model.ledgrp.rec.apprul" style="width:100%" placeholder="请选择Applicable Rules"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="地址" prop="ledgrp.apl.adrelc"> <c-input type="textarea" v-model="model.ledgrp.apl.adrelc" maxlength="35" show-word-limit placeholder="请输入地址"> </c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Other Applicable Rules" prop="ledgrp.rec.apprultxt"> <c-input v-model="model.ledgrp.rec.apprultxt" maxlength="35" placeholder="请输入Other Applicable Rules"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Partial Shipment" prop="ledgrp.rec.shppar"> <c-select v-model="model.ledgrp.rec.shppar" style="width:100%" placeholder="请选择Partial Shipment"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Partial Shipment" prop="ledgrp.rec.shppars18"> <c-select v-model="model.ledgrp.rec.shppars18" style="width:100%" placeholder="请选择Partial Shipment"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <c-checkbox v-model="model.ledgrp.rec.revflg">Revolving Flag</c-checkbox> </c-col> <c-col :span="12"> <c-checkbox v-model="model.ledgrp.rec.dbtflg">Authorization to Debit</c-checkbox> </c-col> <c-col :span="12"> <c-checkbox v-model="model.ledgrp.rec.nonban">Non-Bank Issuer</c-checkbox> </c-col> <c-col :span="12"> <el-form-item label="Transshipment" prop="ledgrp.rec.shptrs"> <c-select v-model="model.ledgrp.rec.shptrs" style="width:100%" placeholder="请选择Transshipment"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Transshipment" prop="ledgrp.rec.shptrss18"> <c-select v-model="model.ledgrp.rec.shptrss18" style="width:100%" placeholder="请选择Transshipment"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <c-checkbox v-model="model.ledgrp.rec.teskeyunc">Test Key Unconfirmity</c-checkbox> </c-col> --> </c-row> </div> </template> <script> import Api from "~/service/Api" import commonProcess from "~/mixin/commonProcess"; import CodeTable from "~/config/CodeTable" import Event from "~/model/Letamc/Event" import Utils from "~/utils"; import Ptap from "~/views/Public/Ptap"; export default { components: { "c-ptap": Ptap }, inject: ['root'], props: ["model", "codes"], mixins: [commonProcess], data() { return { } }, computed: { addamtflg: { get() { return this.model.letp.aamp.aammod.addamtflg != '' }, set(val) { this.model.letp.aamp.aammod.addamtflg = val ? "X" : "" } }, }, methods: { ...Event, nom1CurEvent() { this.executeDefault("ledgrp.cbs.nom1.cur").then((res) => { if ((res.respCode == SUCCESS)) { Utils.copyValueFromVO(this.model, res.data); } }); }, apprulChange(v) { if (v !== "OTHR") { this.model.ledgrp.rec.apprultxt = ""; } }, }, created: function () { } } </script> <style> .centerLable { margin-left: -10px; height: 32px; line-height: 32px; } .marginLable { padding-left: 150px; } </style>