<template> <div class="eibs-tab"> <c-row> <c-col :span="24"> <c-col :span="7"> <el-form-item label="L/C Reference" prop="ccdgrp.rec.ownref"> <c-input v-model="model.ccdgrp.rec.ownref" maxlength="16" style="width: 96%" placeholder="请输入L/C Reference" @keyup.enter.native="showGridPromptDialog('ccdgrp.rec.ownref')" ></c-input> </el-form-item> </c-col> <c-col :span="2"> <c-button size="small" type="primary" @click="onSeainf" icon="el-icon-search" ></c-button> </c-col> <c-col :span="2" class="centerLable"> <c-checkbox v-model="model.clsflg">Show closed</c-checkbox> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="Name" prop="ccdgrp.rec.nam"> <c-input v-model="model.ccdgrp.rec.nam" maxlength="40" placeholder="请输入Externally Displayed Name to Identify the Contract" disabled ></c-input> </el-form-item> </c-col> </c-col> <c-col :span="24"> <c-col :span="11"> <c-col :span="24"> <el-form-item label="L/C Amount" prop="ccdgrp.cbs.nom1.cur"> <c-input v-model="model.ccdgrp.cbs.nom1.cur" maxlength="3" placeholder="请输入L/C Amount" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Open Amount" prop="ccdgrp.cbs.opn1.cur"> <c-input v-model="model.ccdgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入Open Amount" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Available with" prop="ccdgrp.avbnam"> <c-input v-model="model.ccdgrp.avbnam" maxlength="40" placeholder="请输入Available with" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label=" by " prop="ccdgrp.rec.avbby"> <c-select v-model="model.ccdgrp.rec.avbby" style="width: 100%" placeholder="请选择Available by " disabled > </c-select> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="Date Issued" prop="ccdgrp.rec.opndat"> <c-date-picker type="date" v-model="model.ccdgrp.rec.opndat" style="width: 95%" placeholder="请选择Date Issued" disabled ></c-date-picker> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label="Shipment Date" label-width="110px" prop="ccdgrp.rec.shpdat" > <c-date-picker type="date" v-model="model.ccdgrp.rec.shpdat" style="width: 100%" placeholder="请选择Shipment Date" disabled ></c-date-picker> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="Date/Place of Expiry" prop="ccdgrp.rec.expdat"> <c-date-picker type="date" v-model="model.ccdgrp.rec.expdat" style="width: 95%" placeholder="请选择Date/Place of Expiry" disabled ></c-date-picker> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label="" label-width="0px" prop="ccdgrp.rec.expplc"> <c-input v-model="model.ccdgrp.rec.expplc" maxlength="29" placeholder="请输入Date/Place of Expiry" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Form of L/C" prop="ccdgrp.rec.lcrtyp"> <c-select v-model="model.ccdgrp.rec.lcrtyp" style="width: 100%" placeholder="请选择转让标志" disabled :code="codes.lcrtyp" > </c-select> </el-form-item> </c-col> </c-col> <c-col :span="11" :offset="1"> <c-col :span="24"> <el-form-item label="Beneficiary" prop="ccdgrp.ben.pts.ref"> <c-input v-model="model.ccdgrp.ben.pts.ref" maxlength="16" placeholder="请输入Beneficiary" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Name of Party" prop="ccdgrp.ben.pts.nam"> <c-input v-model="model.ccdgrp.ben.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Issuing Bank" prop="ccdgrp.iss.pts.ref"> <c-input v-model="model.ccdgrp.iss.pts.ref" maxlength="16" placeholder="请输入Issuing Bank" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Name of Party" prop="ccdgrp.iss.pts.nam"> <c-input v-model="model.ccdgrp.iss.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Applicant" prop="ccdgrp.apl.pts.ref"> <c-input v-model="model.ccdgrp.apl.pts.ref" maxlength="16" placeholder="请输入Applicant" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Name of Party" prop="ccdgrp.apl.pts.nam"> <c-input v-model="model.ccdgrp.apl.pts.nam" maxlength="40" placeholder="请输入Name of Party" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="Confirmation text" prop="cnftxt"> <c-input v-model="model.cnftxt" maxlength="40" placeholder="请输入Confirmation text" disabled ></c-input> </el-form-item> </c-col> </c-col> </c-col> <c-col :span="24"> <el-form-item> <el-divider /> </el-form-item> </c-col> <c-col :offset="12" :span="10"> <el-tabs tab-position="right" @tab-click="change"> <el-tab-pane v-for="it in meum" :key="it.label" :label="it.label"> <sel-mune :data="it.item" /> </el-tab-pane> </el-tabs> </c-col> </c-row> <!--c-col :span="12"> <el-form-item label="Drag Drop Sender" prop="recget.sdamod.dadsnd"> <c-input v-model="model.recget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Reference" prop="ccdgrp.rec.ownref"> <c-input v-model="model.ccdgrp.rec.ownref" maxlength="16" placeholder="请输入Reference"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="" prop="recget.sdamod.seainf"> <c-input v-model="model.recget.sdamod.seainf" placeholder="请输入"></c-input> </el-form-item> </c-col> <c-col :span="12"> <c-checkbox v-model="model.clsflg">Show closed Contract</c-checkbox> </c-col> <c-col :span="12"> <el-form-item label="Name of CC contract" prop="ccdgrp.rec.nam"> <c-input v-model="model.ccdgrp.rec.nam" maxlength="40" placeholder="请输入Name of CC contract"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Drag Drop Sender" prop="cldget.sdamod.dadsnd"> <c-input v-model="model.cldget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Reference" prop="cldgrp.rec.ownref"> <c-input v-model="model.cldgrp.rec.ownref" maxlength="16" placeholder="请输入Reference"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="" prop="cldget.sdamod.seainf"> <c-input v-model="model.cldget.sdamod.seainf" placeholder="请输入"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of CC contract" prop="cldgrp.rec.nam"> <c-input v-model="model.cldgrp.rec.nam" maxlength="40" placeholder="请输入Name of CC contract"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Cash letter Batch No." prop="ccdgrp.rec.rptbtchno"> <c-input v-model="model.ccdgrp.rec.rptbtchno" maxlength="16" placeholder="请输入Cash letter Batch No."></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Branch reference no." prop="ccdgrp.rec.brchref"> <c-input v-model="model.ccdgrp.rec.brchref" maxlength="16" placeholder="请输入Branch reference no."></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Document Amount" prop="cldgrp.cbs.max.cur"> <c-select v-model="model.cldgrp.cbs.max.cur" style="width:100%" placeholder="请选择Document Amount"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Document Amount" prop="cldgrp.cbs.max.amt"> <c-input v-model="model.cldgrp.cbs.max.amt" placeholder="请输入Document Amount"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Type of Draft" prop="cldgrp.rec.chktyp"> <c-input v-model="model.cldgrp.rec.chktyp" maxlength="1" placeholder="请输入Type of Draft"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Payemnt Disposition" prop="cldgrp.rec.colflg"> <c-input v-model="model.cldgrp.rec.colflg" maxlength="1" placeholder="请输入Payemnt Disposition"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Document Amount" prop="ccdgrp.cbs.max.cur"> <c-select v-model="model.ccdgrp.cbs.max.cur" style="width:100%" placeholder="请选择Document Amount"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Document Amount" prop="ccdgrp.cbs.max.amt"> <c-input v-model="model.ccdgrp.cbs.max.amt" placeholder="请输入Document Amount"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Presenter Draft Nb." prop="ccdgrp.rec.preref"> <c-input v-model="model.ccdgrp.rec.preref" maxlength="16" placeholder="请输入Presenter Draft Nb."></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Currency" prop="cldgrp.cbs.opn1.cur"> <c-select v-model="model.cldgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择Currency"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Currency" prop="cldgrp.cbs.opn1.amt"> <c-input v-model="model.cldgrp.cbs.opn1.amt" placeholder="请输入Currency"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Open Amount" prop="ccdgrp.cbs.opn1.cur"> <c-select v-model="model.ccdgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择Open Amount"> </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Open Amount" prop="ccdgrp.cbs.opn1.amt"> <c-input v-model="model.ccdgrp.cbs.opn1.amt" placeholder="请输入Open Amount"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Presenter" prop="ccdgrp.rec.prenam"> <c-input v-model="model.ccdgrp.rec.prenam" maxlength="40" placeholder="请输入Presenter"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Coll.bank ref." prop="cldgrp.rec.colref"> <c-input v-model="model.cldgrp.rec.colref" maxlength="16" placeholder="请输入Coll.bank ref."></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Date of Draft" prop="ccdgrp.rec.chkdat"> <c-date-picker type="date" v-model="model.ccdgrp.rec.chkdat" style="width:100%" placeholder="请选择Date of Draft"></c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Drawn on Bank Ref." prop="ccdgrp.rec.droref"> <c-input v-model="model.ccdgrp.rec.droref" maxlength="16" placeholder="请输入Drawn on Bank Ref."></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Col.bank name" prop="cldgrp.rec.colptynam"> <c-input v-model="model.cldgrp.rec.colptynam" maxlength="40" placeholder="请输入Col.bank name"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Form of Clean Coll." prop="ccdgrp.rec.ccform"> <c-input v-model="model.ccdgrp.rec.ccform" maxlength="1" placeholder="请输入Form of Clean Coll."></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Drawn on Bank" prop="ccdgrp.rec.dronam"> <c-input v-model="model.ccdgrp.rec.dronam" maxlength="40" placeholder="请输入Drawn on Bank"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Date of creation" prop="cldgrp.rec.credat"> <c-date-picker type="date" v-model="model.cldgrp.rec.credat" style="width:100%" placeholder="请选择Date of creation"></c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Payment disposition" prop="ccdgrp.rec.purflg"> <c-input v-model="model.ccdgrp.rec.purflg" maxlength="1" placeholder="请输入Payment disposition"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Collecting Bank Ref ." prop="ccdgrp.rec.colref"> <c-input v-model="model.ccdgrp.rec.colref" maxlength="16" placeholder="请输入Collecting Bank Ref ."></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="ITEM COUNT" prop="cldgrp.rec.count"> <c-input v-model="model.cldgrp.rec.count" placeholder="请输入ITEM COUNT"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Collecting Bank Name" prop="ccdgrp.rec.colnam"> <c-input v-model="model.ccdgrp.rec.colnam" maxlength="40" placeholder="请输入Collecting Bank Name"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Mode of settlement" prop="ccdgrp.rec.modset"> <c-input v-model="model.ccdgrp.rec.modset" maxlength="1" placeholder="请输入Mode of settlement"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Bitmap for folder" prop="cfgfil.bitmap"> <c-input v-model="model.cfgfil.bitmap" placeholder="请输入Bitmap for folder"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside1"> <c-input v-model="model.cfgfil.regside1" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg1" prop="cfgfil.hotreg1"> <c-input v-model="model.cfgfil.hotreg1" placeholder="请输入hotspot reg1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside5"> <c-input v-model="model.cfgfil.regside5" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg5" prop="cfgfil.hotreg5"> <c-input v-model="model.cfgfil.hotreg5" placeholder="请输入hotspot reg5"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside9"> <c-input v-model="model.cfgfil.regside9" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg9" prop="cfgfil.hotreg9"> <c-input v-model="model.cfgfil.hotreg9" placeholder="请输入hotspot reg9"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt1" data-path=".cfgfil.regtxt1" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt5" data-path=".cfgfil.regtxt5" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt9" data-path=".cfgfil.regtxt9" > </span> </c-col> <c-col :span="12"> <span v-text="model.dspbpd" data-path=".dspbpd" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub1"> <c-input v-model="model.cfgfil.hotsub1" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt1" data-path=".cfgfil.subtxt1" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn1" data-path=".cfgfil.subtrn1" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub2"> <c-input v-model="model.cfgfil.hotsub2" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt2" data-path=".cfgfil.subtxt2" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn2" data-path=".cfgfil.subtrn2" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt3" data-path=".cfgfil.subtxt3" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub3"> <c-input v-model="model.cfgfil.hotsub3" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside2"> <c-input v-model="model.cfgfil.regside2" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg2" prop="cfgfil.hotreg2"> <c-input v-model="model.cfgfil.hotreg2" placeholder="请输入hotspot reg2"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside6"> <c-input v-model="model.cfgfil.regside6" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg6" prop="cfgfil.hotreg6"> <c-input v-model="model.cfgfil.hotreg6" placeholder="请输入hotspot reg6"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside10"> <c-input v-model="model.cfgfil.regside10" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg10" prop="cfgfil.hotreg10"> <c-input v-model="model.cfgfil.hotreg10" placeholder="请输入hotspot reg10"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt2" data-path=".cfgfil.regtxt2" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt6" data-path=".cfgfil.regtxt6" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt10" data-path=".cfgfil.regtxt10" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn3" data-path=".cfgfil.subtrn3" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub4"> <c-input v-model="model.cfgfil.hotsub4" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt4" data-path=".cfgfil.subtxt4" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn4" data-path=".cfgfil.subtrn4" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub5"> <c-input v-model="model.cfgfil.hotsub5" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt5" data-path=".cfgfil.subtxt5" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn5" data-path=".cfgfil.subtrn5" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub6"> <c-input v-model="model.cfgfil.hotsub6" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt6" data-path=".cfgfil.subtxt6" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn6" data-path=".cfgfil.subtrn6" > </span> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside3"> <c-input v-model="model.cfgfil.regside3" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg3" prop="cfgfil.hotreg3"> <c-input v-model="model.cfgfil.hotreg3" placeholder="请输入hotspot reg3"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside7"> <c-input v-model="model.cfgfil.regside7" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg7" prop="cfgfil.hotreg7"> <c-input v-model="model.cfgfil.hotreg7" placeholder="请输入hotspot reg7"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside11"> <c-input v-model="model.cfgfil.regside11" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg11" prop="cfgfil.hotreg11"> <c-input v-model="model.cfgfil.hotreg11" placeholder="请输入hotspot reg11"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt3" data-path=".cfgfil.regtxt3" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt7" data-path=".cfgfil.regtxt7" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt11" data-path=".cfgfil.regtxt11" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt7" data-path=".cfgfil.subtxt7" > </span> </c-col> <c-col :span="12"> <span v-text="model.selbut.dsppndram" data-path=".selbut.dsppndram" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub7"> <c-input v-model="model.cfgfil.hotsub7" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn7" data-path=".cfgfil.subtrn7" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub8"> <c-input v-model="model.cfgfil.hotsub8" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt8" data-path=".cfgfil.subtxt8" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn8" data-path=".cfgfil.subtrn8" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt9" data-path=".cfgfil.subtxt9" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub9"> <c-input v-model="model.cfgfil.hotsub9" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn9" data-path=".cfgfil.subtrn9" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg4" prop="cfgfil.hotreg4"> <c-input v-model="model.cfgfil.hotreg4" placeholder="请输入hotspot reg4"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.selbut.sptpenlab_descr" data-path=".selbut.sptpenlab_descr" > </span> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside4"> <c-input v-model="model.cfgfil.regside4" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside8"> <c-input v-model="model.cfgfil.regside8" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg8" prop="cfgfil.hotreg8"> <c-input v-model="model.cfgfil.hotreg8" placeholder="请输入hotspot reg8"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside" prop="cfgfil.regside12"> <c-input v-model="model.cfgfil.regside12" placeholder="请输入Regside"></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg12" prop="cfgfil.hotreg12"> <c-input v-model="model.cfgfil.hotreg12" placeholder="请输入hotspot reg12"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt4" data-path=".cfgfil.regtxt4" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt8" data-path=".cfgfil.regtxt8" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.regtxt12" data-path=".cfgfil.regtxt12" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub10"> <c-input v-model="model.cfgfil.hotsub10" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt10" data-path=".cfgfil.subtxt10" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn10" data-path=".cfgfil.subtrn10" > </span> </c-col> <c-col :span="12"> <span v-text="model.selbut.sptpenlab" data-path=".selbut.sptpenlab" > </span> </c-col> <c-col :span="12"> <span v-text="model.selbut.dspclsdat" data-path=".selbut.dspclsdat" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtrn11" data-path=".cfgfil.subtrn11" > </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt11" data-path=".cfgfil.subtxt11" > </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1" prop="cfgfil.hotsub11"> <c-input v-model="model.cfgfil.hotsub11" placeholder="请输入hotspot submenu 1"></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.selbut.trnpenlab_descr" data-path=".selbut.trnpenlab_descr" > </span> </c-col> <c-col :span="12"> <span v-text="model.dspbpdclsdat" data-path=".dspbpdclsdat" > </span> </c-col> <c-col :span="12"> <span v-text="model.selbut.trnpenlab" data-path=".selbut.trnpenlab" > </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/Cctsel/Event"; import SelMune from "./SelMune.vue"; export default { components: { SelMune }, inject: ["root"], props: ["model", "codes"], mixins: [commonProcess], data() { return { flag: 1, meum: [ { label: "L/C", item: [ { title: "光票托收催收", url: "#/business/ccttra", disabled: false, }, { title: "光票托收开立", url: "#/business/cctdav", disabled: false, }, { title: "光票托收结汇", url: "#/business/cctset", disabled: false }, { title: "光票托收退票", url: "#/business/cctdcr", disabled: false }, { title: "Confirmation an Export L/C", url: "#", disabled: true }, { title: "Amending Issuing Bank", url: "#/business/letame", disabled: true, }, { title: "Changing Issuing Bank", url: "#", disabled: true, }, { title: "Receiving Docs", url: "#", disabled: true }, ], }, { label: "Others", item: [ { title: "Charge Settlement", url: "#", disabled: true }, { title: "Attachment", url: "#", disabled: true }, { title: "Editing References", url: "#", disabled: true }, { title: "Common Message", url: "#", disabled: true }, { title: "Cancelling", url: "#", disabled: true }, { title: "Re_Opening", url: "#", disabled: true }, ], }, { label: "Docs", item: [ { title: "Correct Drawing", url: "#", disabled: true }, { title: "Processing Discrepant Docs", url: "#", disabled: true }, { title: "Sending Documents", url: "#", disabled: true }, { title: "Changing Maturity", url: "#", disabled: true }, { title: "Funds Settlement", url: "#", disabled: true }, { title: "Reimbursement", url: "#", disabled: true }, ], }, { label: "Oth.Docs", item: [ { title: "Charge Settlement", url: "#", disabled: true }, { title: "Attachment", url: "#", disabled: true }, { title: "Confirmation Limit Canclling", url: "#", disabled: true }, { title: "Editing Reference", url: "#", disabled: true }, { title: "Common Message", url: "#", disabled: true }, { title: "Cancelling", url: "#", disabled: true }, { title: "Re_Opening", url: "#", disabled: true }, ], }, { label: "Advance", item: [ { title: "Creating an Advance", url: "#", disabled: true }, { title: "Amending an Advance", url: "#", disabled: true }, { title: "Setting an Advance", url: "#", disabled: true }, { title: "递延收益冲销", url: "#", disabled: true }, { title: "资产转卖收入或损失确认", url: "#", disabled: true }, { title: "Cancelling", url: "#", disabled: true }, ], }, { label: "Oth.Advance", item: [ { title: "Charge Settlement", url: "#", disabled: true }, { title: "Attachment", url: "#", disabled: true }, { title: "Editing References", url: "#", disabled: true }, { title: "Engagement Adjustment", url: "#", disabled: true }, { title: "Common Messages", url: "#", disabled: true }, ], }, { label: "Transfer", item: [ { title: "Opening a Transfer L/C", url: "#", disabled: true }, { title: "Amenting a Transfer L/C", url: "#", disabled: true }, { title: "Receiving Docs from 2nd Benfic", url: "#", disabled: true, }, ], }, { label: "Oth.Transfer", item: [ { title: "Charge Settlement", url: "#", disabled: true }, { title: "Attachment", url: "#", disabled: true }, { title: "Editing References", url: "#", disabled: true }, { title: "Common Messages", url: "#", disabled: true }, { title: "Cancelling", url: "#", disabled: true }, { title: "Re_Opening", url: "#", disabled: true }, ], }, { label: "L/T Docs", item: [ { title: "Receiving Docs from 1st Benfic", url: "#", disabled: true, }, { title: "Correct Drawing", url: "#", disabled: true }, { title: "Processing discrepant Docs", url: "#", disabled: true }, { title: "Sending Documents", url: "#", disabled: true }, { title: "Changing Maturity", url: "#", disabled: true }, { title: "funds Settlement", url: "#", disabled: true }, { title: "Reimbursement Clain", url: "#", disabled: true }, ], }, { label: "Oth.L/T Docs", item: [ { title: "Charge Settlement", url: "#", disabled: true }, { title: "Attachment", url: "#", disabled: true }, { title: "Editing References", url: "#", disabled: true }, { title: "Common Messages", url: "#", disabled: true }, { title: "Cancelling", url: "#", disabled: true }, { title: "Re_Opening", url: "#", disabled: true }, ], }, ], }; }, methods: { ...Event, change(tab, event) {} }, created: function () {}, }; </script> <style> </style>