<template> <div class="eibs-tab"> <!-- <c-col :span="12"> <el-form-item label="Drag Drop Sender"> <c-input v-model="model.didget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> </el-form-item> </c-col> --> <!-- =========================顶部不变======================== --> <c-col :span="8"> <el-form-item label="信用证编号"> <c-input v-model="model.didgrp.rec.ownref" maxlength="16" placeholder="请输入信用证编号" @keyup.enter.native=" showGridPromptDialog('didgrp.rec.ownref') " ></c-input> </el-form-item> </c-col> <c-col :span="1"> <el-form-item label="" label-width="10px"> <c-button size="small" type="primary" icon="el-icon-search" style="margin-left: 0" ></c-button> </el-form-item> </c-col> <!-- <c-col :span="12"> <el-form-item label=""> <c-input v-model="model.didget.sdamod.seainf" placeholder="请输入" ></c-input> </el-form-item> </c-col> --> <c-col :span="2" style="text-align: right"> <el-form-item class="itemLabel" label="显示闭卷业务" label-width="85px"> <c-checkbox v-model="model.didget.clsflg" /> </el-form-item> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="摘要"> <c-input v-model="model.didgrp.rec.nam" maxlength="40" disabled ></c-input> </el-form-item> </c-col> <!-- ========================变化部分 =========================--> <!-- =============================信用证============================= --> <!-- <c-col :span="12"> <el-form-item label="申请人"> <c-input v-model="model.didgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="提货担保参考号"> <c-input v-model="model.bddgrp.rec.shgref" maxlength="16" placeholder="请输入提货担保参考号" ></c-input> </el-form-item> </c-col> --> <c-col :span="24" v-if="flag == 1"> <!-- ==========left======= --> <c-col :span="11"> <c-col :span="24"> <c-col :span="13"> <el-form-item label="信用证金额"> <c-select v-model="model.didgrp.cbs.nom1.cur" style="width: 95%" disabled > </c-select> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label="" label-width="0"> <c-input v-model="model.didgrp.cbs.nom1.amt" disabled></c-input> </el-form-item> </c-col> </c-col> <c-col :span="24"> <c-col :span="13"> <el-form-item label="信用证余额"> <c-select v-model="model.didgrp.cbs.opn1.cur" style="width: 95%" disabled > </c-select> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label-width="0"> <c-input v-model="model.didgrp.cbs.opn1.amt" maxlength="3" placeholder="请输入信用证余额" disabled ></c-input> </el-form-item> </c-col> </c-col> <c-col :span="24"> <el-form-item label="指定银行"> <c-input v-model="model.didgrp.avbnam" maxlength="40" placeholder="请输入指定银行" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <c-col :span="13"> <el-form-item label="兑付方式"> <c-select v-model="model.didgrp.rec.avbby" style="width: 95%" placeholder="请选择兑付方式" disabled > </c-select> </el-form-item> </c-col> </c-col> <c-col :spam="24"> <c-col :span="13"> <el-form-item label="开证日期"> <c-date-picker type="date" v-model="model.didgrp.rec.opndat" style="width: 95%" placeholder="请选择开证日期" disabled ></c-date-picker> </el-form-item> </c-col> </c-col> <c-col :spam="24"> <c-col :span="13"> <el-form-item label="最迟装船日期"> <c-date-picker type="date" v-model="model.bddgrp.rec.rcvdat" style="width: 95%" disabled ></c-date-picker> </el-form-item> </c-col> </c-col> <c-col :spam="24"> <c-col :span="13"> <el-form-item label="到期日/到期地点"> <c-date-picker type="date" v-model="model.didgrp.rec.expdat" style="width: 95%" placeholder="请选择到期日/到期地点" disabled ></c-date-picker> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label="" label-width="0"> <c-input v-model="model.didgrp.rec.expplc" maxlength="16" disabled ></c-input> </el-form-item> </c-col> </c-col> <c-col :sapn="24"> <c-col :span="13"> <el-form-item label="信用证种类"> <c-select v-model="model.didgrp.rec.lcrtyp" style="width: 95%" placeholder="请选择信用证种类" disabled > </c-select> </el-form-item> </c-col> </c-col> </c-col> <!-- ==========right======= --> <c-col :span="11" :offset="1"> <!-- <c-col :span="3"> <el-form-item label="申请人"> </el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="申请人编号"> <c-input v-model="model.bddgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label=""> <c-input v-model="model.didgrp.apl.pts.nam" placeholder="请输入" disabled ></c-input> </el-form-item> </c-col> <!-- <c-col :span="3"> <el-form-item label="受益人"> </el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="受益人编号"> <c-input v-model="model.bddgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label=""> <c-input v-model="model.didgrp.ben.pts.nam" placeholder="请输入" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="通知行"> <c-input v-model="model.didgrp.adv.pts.ref" maxlength="16" placeholder="请输入通知行" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label=""> <c-input v-model="model.didgrp.adv.pts.nam" maxlength="16" disabled></c-input> </el-form-item> </c-col> </c-col> <!-- <c-col :span="11"> <el-form-item label="Drag Drop Sender"> <c-input v-model="model.bddget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender" ></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="3"> <el-form-item label="申请人"> </el-form-item> </c-col> <c-col :span="8"> <el-form-item label="编号"> <c-input v-model="model.bddgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人" disabled ></c-input> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label=""> <c-input v-model="model.bpdget.sdamod.seainf" placeholder="请输入" disabled ></c-input> </el-form-item> </c-col> <c-col :span="3"> <el-form-item label="受益人"> </el-form-item> </c-col> <c-col :span="8"> <el-form-item label="编号"> <c-input v-model="model.bddgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人" disabled ></c-input> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label=""> <c-input v-model="model.bddget.sdamod.seainf" placeholder="请输入" disabled ></c-input> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label="通知行"> <c-input v-model="model.didgrp.adv.pts.ref" maxlength="16" placeholder="请输入通知行" disabled ></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> <el-form-item> <c-input type="textarea" v-model="model.didgrp.rec.expplc" maxlength="35" show-word-limit placeholder="请输入到期日/到期地点" disabled ></c-input> </el-form-item> </c-col> <c-col :span="11"> <el-form-item> <c-input v-model="model.bddgrp.rec.ownref" maxlength="16" disabled ></c-input> </el-form-item> </c-col> --> <!-- <c-col :span="12"> </c-col> --> </c-col> <!-- =======================单据 ============================ --> <c-col :span="24" v-if="flag == 2"> <c-col :span="8"> <el-form-item label="单据业务编号"> <c-input v-model="model.didgrp.rec.ownref" maxlength="16" placeholder="请输入单据业务编号" ></c-input> </el-form-item> </c-col> <c-col :span="1"> <el-form-item label="" label-width="0"> <c-button size="small" type="primary" icon="el-icon-search" ></c-button> </el-form-item> </c-col> <!-- <c-col :span="12"> <el-form-item label=""> <c-input v-model="model.didget.sdamod.seainf" placeholder="请输入" ></c-input> </el-form-item> </c-col> --> <c-col :span="2" style="text-align: right"> <el-form-item class="itemLabel" label="显示闭卷业务" label-width="85px"> <c-checkbox v-model="model.didget.clsflg" /> </el-form-item> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="摘要"> <c-input v-model="model.didgrp.rec.nam" maxlength="40" disabled ></c-input> </el-form-item> </c-col> <!-- =========left========= --> <c-col :span="11"> <c-col :span="24"> <c-col :span="13"> <el-form-item label="单据金额"> <c-select v-model="model.bddgrp.cbs.max.cur" style="width: 95%" placeholder="请选择单据金额" disabled > </c-select> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label-width="0"> <c-input v-model="model.bddgrp.cbs.max.amt" placeholder="请输入单据金额" disabled ></c-input> </el-form-item> </c-col> </c-col> <c-col :span="24"> <c-col :span="13"> <el-form-item label="单据余额"> <c-select v-model="model.bddgrp.cbs.opn1.cur" style="width: 95%" placeholder="请选择单据余额" disabled > </c-select> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label-width="0"> <c-input v-model="model.bddgrp.cbs.opn1.amt" maxlength="3" placeholder="请输入单据余额" disabled ></c-input> </el-form-item> </c-col> </c-col> <c-col :span="13"> <el-form-item label="到单日期"> <c-input style="width: 95%" v-model="model.bddgrp.ben.pts.nam" maxlength="40" placeholder="请输入到单日期" disabled ></c-input> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="到期日"> <c-input style="width: 95%" v-model="model.bddgrp.ben.pts.nam" maxlength="40" placeholder="请输入到期日" disabled ></c-input> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="单据类型"> <c-select v-model="model.bddgrp.rec.docflg" style="width: 95%" placeholder="请选择单据类型" disabled > </c-select> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="单据状态"> <c-input v-model="model.bddgrp.rec.docsta" maxlength="1" placeholder="请输入单据状态" disabled ></c-input> </el-form-item> </c-col> </c-col> <!-- =========right========= --> <c-col :span="11" :offset="1"> <!-- <c-col :span="3"> <el-form-item label="申请人"> </el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="申请人编号"> <c-input v-model="model.bddgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人" disabled ></c-input> </el-form-item> </c-col> <!-- model.bpdget.sdamod.seainf 修改为 didgrp.apl.pts.nam --> <c-col :span="24"> <el-form-item label=""> <c-input v-model="model.didgrp.apl.pts.nam" placeholder="请输入" disabled ></c-input> </el-form-item> </c-col> <!-- <c-col :span="3"> <el-form-item label="受益人"> </el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="受益人编号"> <c-input v-model="model.bddgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人" disabled ></c-input> </el-form-item> </c-col> <!-- model.bddget.sdamod.seainf 修改为 bddgrp.ben.pts.nam --> <c-col :span="24"> <el-form-item label=""> <c-input v-model="model.bddgrp.ben.pts.nam" placeholder="请输入" disabled ></c-input> </el-form-item> </c-col> <!-- <c-col :span="3"> <el-form-item label="交单行"> </el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="交单行编号"> <c-input v-model="model.bddgrp.prb.pts.ref" maxlength="16" placeholder="请输入受益人" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item> <c-input v-model="model.bddgrp.rec.ownref" maxlength="16" disabled ></c-input> </el-form-item> </c-col> </c-col> </c-col> <!-- ==================== 融资 ============================ --> <c-col v-if="flag == 3"> <c-col> <c-col :span="24"> <c-col :span="8"> <el-form-item label="业务合同"> <c-select v-model="model.trpnttyp" style="width: 100%" placeholder="请选择业务合同" > </c-select> </el-form-item> </c-col> </c-col> <c-col :span="8"> <el-form-item label="单据业务编号"> <c-input v-model="model.didgrp.rec.ownref" maxlength="16" placeholder="请输入单据业务编号" ></c-input> </el-form-item> </c-col> <c-col :span="1"> <el-form-item label="" label-width="0"> <c-button size="small" type="primary" icon="el-icon-search" ></c-button> </el-form-item> </c-col> <c-col :span="2" style="text-align: right"> <el-form-item class="itemLabel" label="显示闭卷业务" label-width="85px" > <c-checkbox v-model="model.didget.clsflg" /> </el-form-item> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="摘要"> <c-input v-model="model.didgrp.rec.nam" maxlength="40" disabled ></c-input> </el-form-item> </c-col> </c-col> <c-col> <c-col :span="8"> <el-form-item label="融资业务编号"> <c-input v-model="model.trdgrp.rec.ownref" maxlength="16" placeholder="请输入单据业务编号" ></c-input> </el-form-item> </c-col> <c-col :span="1"> <el-form-item label="" label-width="0"> <c-button size="small" type="primary" icon="el-icon-search" ></c-button> </el-form-item> </c-col> <c-col :span="2" style="text-align: right"> <el-form-item class="itemLabel" label="显示闭卷业务" label-width="85px" > <c-checkbox v-model="model.didget.clsflg" /> </el-form-item> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="摘要"> <c-input v-model="model.didgrp.rec.nam" maxlength="40" disabled ></c-input> </el-form-item> </c-col> </c-col> <!-- ========left========== --> <c-col :span="11"> <c-col :span="13"> <el-form-item label="融资百分比"> <c-input v-model="model.trdgrp.rec.pctfin" placeholder="请输入融资百分比" style="width: 95%" disabled ></c-input> </el-form-item> </c-col> <c-col :span="1"> <el-form-item label="%" label-width="10px"> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="押汇金额"> <c-select v-model="model.trdgrp.cbs.max.cur" style="width: 95%" placeholder="请选择押汇金额" disabled > </c-select> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label-width="0"> <c-input v-model="model.trdgrp.cbs.max.amt" placeholder="请输入押汇金额" disabled ></c-input> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="押汇余额"> <c-input style="width: 95%" v-model="model.trdgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入押汇余额" disabled ></c-input> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label-width="0"> <c-input v-model="model.trdgrp.cbs.opn1.amt" placeholder="请输入Balance" disabled ></c-input> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="起息日期"> <c-date-picker type="date" v-model="model.trdgrp.rec.stttendat" style="width: 95%" placeholder="请选择起息日期" disabled ></c-date-picker> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="押汇到期日"> <c-date-picker type="date" v-model="model.trdgrp.rec.matdat" style="width: 95%" placeholder="请选择Maturity Date" disabled ></c-date-picker> </el-form-item> </c-col> </c-col> <!-- ========right========== --> <c-col :span="11" :offset="1"> <!-- <c-col :span="3"><el-form-item label="融资客户"></el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="融资客户编号"> <c-input v-model="model.trdgrp.fip.pts.ref" maxlength="16" placeholder="请输入融资客户" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item> <c-input disabled /> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="融资类型"> <c-input v-model="model.trdgrp.rec.fintyp" maxlength="3" placeholder="请输入融资类型" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="融资账号"> <c-input v-model="model.trdgrp.rec.finact" maxlength="21" placeholder="请输入融资账号" disabled ></c-input> </el-form-item> </c-col> </c-col> </c-col> <!-- ===================== 代付 =========================== --> <c-col v-if="flag == 4"> <c-col> <c-col :span="24"> <c-col :span="8"> <el-form-item label="业务合同"> <c-select v-model="model.trpnttyp" style="width: 100%" placeholder="请选择业务合同" > </c-select> </el-form-item> </c-col> </c-col> <c-col :span="8"> <el-form-item label="单据业务编号"> <c-input v-model="model.didgrp.rec.ownref" maxlength="16" placeholder="请输入单据业务编号" ></c-input> </el-form-item> </c-col> <c-col :span="1"> <el-form-item label="" label-width="0"> <c-button size="small" type="primary" icon="el-icon-search" ></c-button> </el-form-item> </c-col> <c-col :span="2" style="text-align: right"> <el-form-item class="itemLabel" label="显示闭卷业务" label-width="85px" > <c-checkbox v-model="model.didget.clsflg" /> </el-form-item> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="摘要"> <c-input v-model="model.didgrp.rec.nam" maxlength="40" disabled ></c-input> </el-form-item> </c-col> </c-col> <c-col> <c-col :span="8"> <el-form-item label="代付业务编号"> <c-input v-model="model.dfdgrp.rec.ownref" maxlength="16" placeholder="请输入代付业务编号" ></c-input> </el-form-item> </c-col> <c-col :span="1"> <el-form-item label="" label-width="0"> <c-button size="small" type="primary" icon="el-icon-search" ></c-button> </el-form-item> </c-col> <c-col :span="2" style="text-align: right"> <el-form-item class="itemLabel" label="显示闭卷业务" label-width="85px" > <c-checkbox v-model="model.didget.clsflg" /> </el-form-item> </c-col> <c-col :span="11" :offset="1"> <el-form-item label="摘要" label-width="150px "> <c-input v-model="model.didgrp.rec.nam" maxlength="40" disabled ></c-input> </el-form-item> </c-col> </c-col> <!-- =========left========= --> <c-col :span="11"> <c-col :span="13"> <el-form-item label="代付本金"> <c-select v-model="model.dfdgrp.cbs.max.cur" style="width: 95%" placeholder="请选择代付本金" disabled > </c-select> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label-width="0"> <c-input v-model="model.dfdgrp.cbs.max.amt" placeholder="请输入代付本金" disabled ></c-input> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="代付金额"> <c-select v-model="model.dfdgrp.cbs.opn1.cur" style="width: 95%" placeholder="请选择代付金额" disabled > </c-select> </el-form-item> </c-col> <c-col :span="11"> <el-form-item label-width="0"> <c-input v-model="model.dfdgrp.cbs.opn1.amt" placeholder="请输入代付金额" disabled ></c-input> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="代付日期"> <c-date-picker type="date" v-model="model.dfdgrp.rec.opndat" style="width: 95%" placeholder="请选择代付日期" disabled ></c-date-picker> </el-form-item> </c-col> <c-col :span="13"> <el-form-item label="代付类型"> <c-input style="width: 95%" v-model="model.dfdgrp.rec.fintyp" maxlength="3" placeholder="请输入Type" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item label="代付起始日"> <c-col :span="11"> <c-date-picker type="date" v-model="model.dfdgrp.rec.stttendat" style="width: 100%" placeholder="请选择代付起始日" disabled ></c-date-picker> </c-col> <c-col :span="2" style="text-align: center"> <label style="display: inline-block; width: 100%">-</label> </c-col> <c-col :span="11"> <c-date-picker type="date" v-model="model.dfdgrp.rec.matdat" style="width: 100%" placeholder="请选择Maturity Date" disabled ></c-date-picker> </c-col> </el-form-item> </c-col> </c-col> <!-- =========right========= --> <c-col :span="11" :offset="1"> <!-- <c-col :span="3"> <el-form-item label="申请人"> </el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="申请人编号"> <c-input v-model="model.bddgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item> <c-input disabled /> </el-form-item> </c-col> <!-- <c-col :span="3"> <el-form-item label="代付行"></el-form-item> </c-col> --> <c-col :span="24"> <el-form-item label="代付行编号"> <c-input v-model="model.dfdgrp.dff.pts.ref" maxlength="16" placeholder="请输入代付行" disabled ></c-input> </el-form-item> </c-col> <c-col :span="24"> <el-form-item> <c-input disabled /> </el-form-item> </c-col> </c-col> </c-col> <!-- ========================操作菜单================== --> <c-col :span="24"> <el-form-item label-width="0"> <el-divider /> </el-form-item> </c-col> <!-- <c-col :offset="12" :span="10"> <el-tabs tab-position="right" @tab-click="change"> <el-tab-pane label="信用证"> <sel-mune :data="items.item1" /> </el-tab-pane> <el-tab-pane label="信用证其他"> <sel-mune :data="items.item2" /> </el-tab-pane> <el-tab-pane label="单据" ><sel-mune :data="items.item3" /> </el-tab-pane> <el-tab-pane label="单据其他"> <sel-mune :data="items.item4" /></el-tab-pane> <el-tab-pane label="融资"> <sel-mune :data="items.item5" /></el-tab-pane> <el-tab-pane label="融资其他" ><sel-mune :data="items.item6" /> </el-tab-pane> <el-tab-pane label="同行代付"> <sel-mune :data="items.item7" /></el-tab-pane> <el-tab-pane label="其他"> <sel-mune :data="items.item8" /></el-tab-pane> </el-tabs> </c-col> --> <!-- <c-col :span="12"> <c-checkbox v-model="model.bddget.clsflg" >which contracts to show</c-checkbox > </c-col> <c-col :span="12"> <el-form-item label="Name of Bill Contract"> <c-input v-model="model.bddgrp.rec.nam" maxlength="40" placeholder="请输入Name of Bill Contract" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of Party"> <c-input v-model="model.didgrp.apl.pts.nam" maxlength="40" placeholder="请输入Name of Party" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Balance"> <c-input v-model="model.didgrp.cbs.opn1.amt" placeholder="请输入Balance" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Drag Drop Sender"> <c-input v-model="model.bpdget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="通知参考号"> <c-input v-model="model.bpdgrp.rec.ownref" maxlength="16" placeholder="请输入通知参考号" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <c-checkbox v-model="model.bpdget.clsflg" >which contracts to show</c-checkbox > </c-col> <c-col :span="12"> <el-form-item label="Externally Displayed Name to Identify the Contract" > <c-input v-model="model.bpdgrp.rec.nam" maxlength="40" placeholder="请输入Externally Displayed Name to Identify the Contract" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Drag Drop Sender"> <c-input v-model="model.trdget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label=""> <c-input v-model="model.trdget.sdamod.seainf" placeholder="请输入" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <c-checkbox v-model="model.trdget.clsflg" >which contracts to show</c-checkbox > </c-col> <c-col :span="12"> <el-form-item label="Name of Loan Contract"> <c-input v-model="model.trdgrp.rec.nam" maxlength="40" placeholder="请输入Name of Loan Contract" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label=""> <c-input v-model="model.dfdget.sdamod.seainf" placeholder="请输入" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <c-checkbox v-model="model.dfdget.clsflg" >which contracts to show</c-checkbox > </c-col> <c-col :span="12"> <el-form-item label="Name of Loan Contract"> <c-input v-model="model.dfdgrp.rec.nam" maxlength="40" placeholder="请输入Name of Loan Contract" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Balance"> <c-input v-model="model.bddgrp.cbs.opn1.amt" placeholder="请输入Balance" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of Party"> <c-input v-model="model.bddgrp.apl.pts.nam" maxlength="40" placeholder="请输入Name of Party" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of Party"> <c-input v-model="model.didgrp.ben.pts.nam" maxlength="40" placeholder="请输入Name of Party" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="通知金额"> <c-input v-model="model.bpdgrp.cbs.max.cur" maxlength="3" placeholder="请输入通知金额" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Balance"> <c-input v-model="model.bpdgrp.cbs.max.amt" placeholder="请输入Balance" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="通知行PTY信息"> <c-input v-model="model.bpdgrp.fia.pts.ownref" maxlength="20" placeholder="请输入通知行PTY信息" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Shipment Date"> <c-date-picker type="date" v-model="model.didgrp.rec.shpdat" style="width: 100%" placeholder="请选择Shipment Date" ></c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.zcdat" data-path=".zcdat"> </span> </c-col> <c-col :span="12"> <el-form-item label="Balance"> <c-input v-model="model.bpdgrp.cbs.opn1.amt" placeholder="请输入Balance" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of Party"> <c-input v-model="model.bpdgrp.fia.pts.nam" maxlength="40" placeholder="请输入Name of Party" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="通知行编号"> <c-input v-model="model.didgrp.rec.tzref" maxlength="35" placeholder="请输入通知行编号" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of Party"> <c-input v-model="model.dfdgrp.apl.pts.nam" maxlength="40" placeholder="请输入Name of Party" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of Party"> <c-input v-model="model.trdgrp.fip.pts.nam" maxlength="40" placeholder="请输入Name of Party" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <span v-text="model.matp.mattxtlab" data-path=".matp.mattxtlab"> </span> </c-col> <c-col :span="12"> <el-form-item label="Maturity Date"> <c-date-picker type="date" v-model="model.bddgrp.rec.matdat" style="width: 100%" placeholder="请选择Maturity Date" ></c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Maturity Date"> <c-date-picker type="date" v-model="model.bpdgrp.rec.matdat" style="width: 100%" placeholder="请选择Maturity Date" ></c-date-picker> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="通知类型"> <c-select v-model="model.bpdgrp.rec.fintyp" style="width: 100%" placeholder="请选择通知类型" > </c-select> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of Party"> <c-input v-model="model.didgrp.adv.pts.nam" maxlength="40" placeholder="请输入Name of Party" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of Party"> <c-input v-model="model.dfdgrp.dff.pts.nam" maxlength="40" placeholder="请输入Name of Party" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Name of Party"> <c-input v-model="model.bddgrp.prb.pts.nam" maxlength="40" placeholder="请输入Name of Party" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Bitmap for folder"> <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"> <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"> <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"> <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"> <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"> <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"> <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"> <el-form-item label="hotspot submenu 1"> <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"> <el-form-item label="hotspot submenu 1"> <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.subtxt3" data-path=".cfgfil.subtxt3"> </span> </c-col> <c-col :span="12"> <el-form-item label="hotspot submenu 1"> <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"> <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"> <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"> <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"> <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"> <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"> <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.selbut.dsppndram" data-path=".selbut.dsppndram"> </span> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="hotspot submenu 1"> <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.selbut.sptpenlab_descr" data-path=".selbut.sptpenlab_descr" > </span> </c-col> --> <!-- <c-col :span="12"> <span v-text="model.selbut.dspamenbr" data-path=".selbut.dspamenbr"> </span> </c-col> <c-col :span="12"> <span v-text="model.selbut.sptpenlab" data-path=".selbut.sptpenlab"> </span> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="hotspot submenu 1"> <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.selbut.dsprevnbr" data-path=".selbut.dsprevnbr"> </span> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="hotspot submenu 1"> <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.sptpentrbp_descr" data-path=".sptpentrbp_descr"> </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt6" data-path=".cfgfil.subtxt6"> </span> </c-col> <c-col :span="12"> <el-form-item label="Regside"> <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"> <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"> <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"> <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"> <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"> <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.sptpentrbp" data-path=".sptpentrbp"> </span> </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.selbut.dspadvnbr" data-path=".selbut.dspadvnbr"> </span> </c-col> <c-col :span="12"> <span v-text="model.cfgfil.subtxt7" data-path=".cfgfil.subtxt7"> </span> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="hotspot submenu 1"> <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.selbut.dsputlnbr" data-path=".selbut.dsputlnbr"> </span> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="hotspot submenu 1"> <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.subtxt9" data-path=".cfgfil.subtxt9"> </span> </c-col> --> <!-- <c-col :span="12"> <el-form-item label="hotspot submenu 1"> <c-input v-model="model.cfgfil.hotsub9" placeholder="请输入hotspot submenu 1" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="hotspot reg4"> <c-input v-model="model.cfgfil.hotreg4" placeholder="请输入hotspot reg4" ></c-input> </el-form-item> </c-col> <c-col :span="12"> <el-form-item label="Regside"> <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"> <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"> <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"> <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"> <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.selbut.trnpenlab_descr" data-path=".selbut.trnpenlab_descr" > </span> </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"> <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.selbut.dspclsdat" data-path=".selbut.dspclsdat"> </span> </c-col> <c-col :span="12"> <span v-text="model.selbut.trnpenlab" data-path=".selbut.trnpenlab"> </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"> <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.dspbrdclsdat" data-path=".dspbrdclsdat"> </span> </c-col> <c-col :span="12"> <span v-text="model.trnpentrbp_descr" data-path=".trnpentrbp_descr"> </span> </c-col> <c-col :span="12"> <span v-text="model.trnpentrbp" data-path=".trnpentrbp"> </span> </c-col> <c-col :span="12"> <span v-text="model.dsptrdclsdat" data-path=".dsptrdclsdat"> </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/Ditsel/Event"; import SelMune from "./SelMune.vue"; export default { inject: ["root"], components: { SelMune }, props: ["model", "codes"], mixins: [commonProcess], data() { return { flag: 1, items: { item1: [ { title: "保证金收取", url: "#", disabled: false }, { title: "保证金注销", url: "#", disabled: false }, { title: "保证金调整", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "开立信用证", url: "#/business/ditopn", disabled: false }, { title: "信用证修改", url: "#/business/ditame", disabled: false }, { title: "减额修改接受", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "到单", url: "#", disabled: true }, ], item2: [ { title: "收费", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "闭卷后定期保证金处理", url: "#", disabled: true }, { title: "修改相关当事人参考号", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "买方信用证附加电子凭证", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "自由格式报文", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "注销", url: "#", disabled: true }, ], item3: [ { title: "二次到单或修改单据", url: "#", disabled: true }, { title: "拒付、不符点处理", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "承兑", url: "#", disabled: true }, { title: "展期", url: "#", disabled: true }, { title: "付款", url: "#", disabled: true }, { title: "偿还垫款", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, ], item4: [ { title: "收费", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "修改参考号", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "买方信用证单据附加电子凭证", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "函电来往", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "注销", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, ], item5: [ { title: "融资放款", url: "#", disabled: true }, { title: "融资修改", url: "#", disabled: true }, { title: "融资还款", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, ], item6: [ { title: "收费", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "修改参考号", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "函电来往", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "注销", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, ], item7: [ { title: "同业代付开立", url: "#", disabled: true }, { title: "同业代付修改", url: "#", disabled: true }, { title: "同业代付还款", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "同业代付偿付", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, ], item8: [ { title: "收费", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "代付信息补录", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "函电往来", url: "#", disabled: true }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, { title: "", url: "#", disabled: false }, ], }, }; }, methods: { ...Event, change(tab, event) { if (tab.label === "信用证") this.flag = 1; if (tab.label === "信用证其他") this.flag = 1; if (tab.label === "单据") this.flag = 2; if (tab.label === "单据其他") this.flag = 2; if (tab.label === "融资") this.flag = 3; if (tab.label === "融资其他") this.flag = 3; if (tab.label === "同行代付") this.flag = 4; if (tab.label === "其他") this.flag = 4; }, }, created: function () {}, }; </script> <style scoped> .itemLabel >>> .el-form-item__label { text-align: right; padding-right: 0; } </style>