<template>
  <c-row>
    <c-col :span="24">
      <c-col :span="11">
        <el-form-item label="L/C Reference" prop="ledgrp.rec.ownref">
          <c-input
            v-model="model.ledgrp.rec.ownref"
            maxlength="16"
            placeholder="请输入L/C Reference"
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="11" :offset="1">
        <el-form-item label="Name" prop="ledgrp.rec.nam">
          <c-input
            v-model="model.ledgrp.rec.nam"
            maxlength="40"
            placeholder="请输入Externally Displayed Name to Identify the Contract"
          ></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="ledgrp.cbs.nom1.cur">
            <c-input
              v-model="model.ledgrp.cbs.nom1.cur"
              maxlength="3"
              placeholder="请输入L/C Amount"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Open Amount" prop="ledgrp.cbs.opn1.cur">
            <c-input
              v-model="model.ledgrp.cbs.opn1.cur"
              maxlength="3"
              placeholder="请输入Open Amount"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Available with" prop="ledgrp.avbnam">
            <c-input
              v-model="model.ledgrp.avbnam"
              maxlength="40"
              placeholder="请输入Available with"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Available by [AVBBY0]" prop="ledgrp.rec.avbby">
            <c-select
              v-model="model.ledgrp.rec.avbby"
              style="width: 100%"
              placeholder="请选择Available by [AVBBY0]"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Date Issued" prop="ledgrp.rec.opndat">
            <c-date-picker
              type="date"
              v-model="model.ledgrp.rec.opndat"
              style="width: 100%"
              placeholder="请选择Date Issued"
            ></c-date-picker>
          </el-form-item>
        </c-col>

        <c-col :span="12">
          <el-form-item label="Date/Place of Expiry" prop="ledgrp.rec.expdat">
            <c-date-picker
              type="date"
              v-model="model.ledgrp.rec.expdat"
              style="width: 100%"
              placeholder="请选择Date/Place of Expiry"
            ></c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="12">
          <el-form-item label="Date/Place of Expiry" prop="ledgrp.rec.expplc">
            <c-input
              v-model="model.ledgrp.rec.expplc"
              maxlength="29"
              placeholder="请输入Date/Place of Expiry"
            ></c-input>
          </el-form-item>
        </c-col>
        <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"
            >
            </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="ledgrp.ben.pts.ref">
            <c-input
              v-model="model.ledgrp.ben.pts.ref"
              maxlength="16"
              placeholder="请输入Beneficiary"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Name of Party" prop="ledgrp.ben.pts.nam">
            <c-input
              v-model="model.ledgrp.ben.pts.nam"
              maxlength="40"
              placeholder="请输入Name of Party"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Issuing Bank" prop="ledgrp.iss.pts.ref">
            <c-input
              v-model="model.ledgrp.iss.pts.ref"
              maxlength="16"
              placeholder="请输入Issuing Bank"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Name of Party" prop="ledgrp.iss.pts.nam">
            <c-input
              v-model="model.ledgrp.iss.pts.nam"
              maxlength="40"
              placeholder="请输入Name of Party"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Applicant" prop="ledgrp.apl.pts.ref">
            <c-input
              v-model="model.ledgrp.apl.pts.ref"
              maxlength="16"
              placeholder="请输入Applicant"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Name of Party" prop="ledgrp.apl.pts.nam">
            <c-input
              v-model="model.ledgrp.apl.pts.nam"
              maxlength="40"
              placeholder="请输入Name of Party"
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
    </c-col>

    <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="L/C Reference" prop="ledgrp.rec.ownref">
        <c-input
          v-model="model.ledgrp.rec.ownref"
          maxlength="16"
          placeholder="请输入L/C 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">
      <el-form-item label="Contr. to be Financed" prop="trpnttyp">
        <c-select
          v-model="model.trpnttyp"
          style="width: 100%"
          placeholder="请选择Contr. to be Financed"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Drag  Drop Sender" prop="bedget.sdamod.dadsnd">
        <c-input
          v-model="model.bedget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Drag  Drop Sender" prop="btdget.sdamod.dadsnd">
        <c-input
          v-model="model.btdget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Drag  Drop Sender" prop="ltdget.sdamod.dadsnd">
        <c-input
          v-model="model.ltdget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Drag  Drop Sender" prop="fpdget.sdamod.dadsnd">
        <c-input
          v-model="model.fpdget.sdamod.dadsnd"
          placeholder="请输入Drag  Drop Sender"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Document Reference" prop="bedgrp.rec.ownref">
        <c-input
          v-model="model.bedgrp.rec.ownref"
          maxlength="16"
          placeholder="请输入Document Reference"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Document Reference" prop="btdgrp.rec.ownref">
        <c-input
          v-model="model.btdgrp.rec.ownref"
          maxlength="16"
          placeholder="请输入Document Reference"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Transfer Reference" prop="ltdgrp.rec.ownref">
        <c-input
          v-model="model.ltdgrp.rec.ownref"
          maxlength="16"
          placeholder="请输入Transfer Reference"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="" prop="bedget.sdamod.seainf">
        <c-input
          v-model="model.bedget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="" prop="btdget.sdamod.seainf">
        <c-input
          v-model="model.btdget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="" prop="ltdget.sdamod.seainf">
        <c-input
          v-model="model.ltdget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.bedget.clsflg"
        >which contracts to show</c-checkbox
      >
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.btdget.clsflg"
        >which contracts to show</c-checkbox
      >
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.ltdget.clsflg"
        >which contracts to show</c-checkbox
      >
    </c-col>

    <c-col :span="12">
      <el-form-item
        label="Externally Displayed Name to Identify the Contract"
        prop="bedgrp.rec.nam"
      >
        <c-input
          v-model="model.bedgrp.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="Name of Bill Contract" prop="btdgrp.rec.nam">
        <c-input
          v-model="model.btdgrp.rec.nam"
          maxlength="40"
          placeholder="请输入Name of Bill Contract"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item
        label="Externally Displayed Name to Identify the Contract"
        prop="ltdgrp.rec.nam"
      >
        <c-input
          v-model="model.ltdgrp.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="L/C Amount" prop="ledgrp.cbs.nom1.cur">
        <c-input
          v-model="model.ledgrp.cbs.nom1.cur"
          maxlength="3"
          placeholder="请输入L/C Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Reference" prop="fpdgrp.rec.ownref">
        <c-input
          v-model="model.fpdgrp.rec.ownref"
          maxlength="16"
          placeholder="请输入Reference"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="ledgrp.cbs.nom1.amt">
        <c-input
          v-model="model.ledgrp.cbs.nom1.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="" prop="fpdget.sdamod.seainf">
        <c-input
          v-model="model.fpdget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.fpdget.clsflg"
        >which contracts to show</c-checkbox
      >
    </c-col>

    <c-col :span="12">
      <el-form-item
        label="Externally Displayed Name to Identify the Contract"
        prop="fpdgrp.rec.nam"
      >
        <c-input
          v-model="model.fpdgrp.rec.nam"
          maxlength="40"
          placeholder="请输入Externally Displayed Name to Identify the Contract"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.aamled.addamtflg">Add. Amount</c-checkbox>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="ledgrp.cbs.opn1.amt">
        <c-input
          v-model="model.ledgrp.cbs.opn1.amt"
          placeholder="请输入Balance"
        ></c-input>
      </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">
      <el-form-item label="Percentage " prop="fpdgrp.rec.perint">
        <c-input
          v-model="model.fpdgrp.rec.perint"
          placeholder="请输入Percentage "
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Seller" prop="fpdgrp.sel.pts.ref">
        <c-input
          v-model="model.fpdgrp.sel.pts.ref"
          maxlength="16"
          placeholder="请输入Seller"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Document Amount" prop="bedgrp.cbs.max.cur">
        <c-input
          v-model="model.bedgrp.cbs.max.cur"
          maxlength="3"
          placeholder="请输入Document Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Transfer L/C Amount" prop="ltdgrp.cbs.nom1.cur">
        <c-input
          v-model="model.ltdgrp.cbs.nom1.cur"
          maxlength="3"
          placeholder="请输入Transfer L/C Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="bedgrp.cbs.max.amt">
        <c-input
          v-model="model.bedgrp.cbs.max.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="ltdgrp.cbs.nom1.amt">
        <c-input
          v-model="model.ltdgrp.cbs.nom1.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Presented by" prop="bedgrp.prb.pts.ref">
        <c-input
          v-model="model.bedgrp.prb.pts.ref"
          maxlength="16"
          placeholder="请输入Presented by"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="1st Beneficiary" prop="ltdgrp.be1.pts.ref">
        <c-input
          v-model="model.ltdgrp.be1.pts.ref"
          maxlength="16"
          placeholder="请输入1st Beneficiary"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.aamltd.addamtflg">Add. Amount</c-checkbox>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Drag  Drop Sender" prop="trdget.sdamod.dadsnd">
        <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="Drag  Drop Sender" prop="bpdget.sdamod.dadsnd">
        <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="Finance Reference" prop="trdgrp.rec.ownref">
        <c-input
          v-model="model.trdgrp.rec.ownref"
          maxlength="16"
          placeholder="请输入Finance Reference"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="" prop="bpdget.sdamod.seainf">
        <c-input
          v-model="model.bpdget.sdamod.seainf"
          placeholder="请输入"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="" prop="trdget.sdamod.seainf">
        <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.bpdget.clsflg"
        >which contracts to show</c-checkbox
      >
    </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="Externally Displayed Name to Identify the Contract"
        prop="bpdgrp.rec.nam"
      >
        <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="Name of Loan Contract" prop="trdgrp.rec.nam">
        <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="Name of Party" prop="fpdgrp.sel.pts.nam">
        <c-input
          v-model="model.fpdgrp.sel.pts.nam"
          maxlength="40"
          placeholder="请输入Name of Party"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Agree to Purchase" prop="fpdgrp.cbs.max.cur">
        <c-input
          v-model="model.fpdgrp.cbs.max.cur"
          maxlength="3"
          placeholder="请输入Agree to Purchase"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Open Amount" prop="bedgrp.cbs.opn1.cur">
        <c-input
          v-model="model.bedgrp.cbs.opn1.cur"
          maxlength="3"
          placeholder="请输入Open Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Open Amount" prop="ltdgrp.cbs.opn1.cur">
        <c-input
          v-model="model.ltdgrp.cbs.opn1.cur"
          maxlength="3"
          placeholder="请输入Open Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="fpdgrp.cbs.max.amt">
        <c-input
          v-model="model.fpdgrp.cbs.max.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="bedgrp.cbs.opn1.amt">
        <c-input
          v-model="model.bedgrp.cbs.opn1.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="ltdgrp.cbs.opn1.amt">
        <c-input
          v-model="model.ltdgrp.cbs.opn1.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.fpdgrp.rec.rdsflg">Re-Discounting?</c-checkbox>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Name of Party" prop="bedgrp.prb.pts.nam">
        <c-input
          v-model="model.bedgrp.prb.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" prop="ltdgrp.be1.pts.nam">
        <c-input
          v-model="model.ltdgrp.be1.pts.nam"
          maxlength="40"
          placeholder="请输入Name of Party"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
        <c-select
          v-model="model.btdgrp.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="btdgrp.cbs.max.amt">
        <c-input
          v-model="model.btdgrp.cbs.max.amt"
          placeholder="请输入Document Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.aambtd.addamtflg">Add. Amount</c-checkbox>
    </c-col>

    <c-col :span="12">
      <el-form-item label="1st Beneficiary" prop="btdgrp.be1.pts.ref">
        <c-input
          v-model="model.btdgrp.be1.pts.ref"
          maxlength="16"
          placeholder="请输入1st Beneficiary"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.fpdgrp.rec.silflg">Un-Disclosed?</c-checkbox>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Issuing Bank" prop="fpdgrp.inv.pts.ref">
        <c-input
          v-model="model.fpdgrp.inv.pts.ref"
          maxlength="16"
          placeholder="请输入Issuing Bank"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Open Amount" prop="fpdgrp.cbs.opn1.cur">
        <c-input
          v-model="model.fpdgrp.cbs.opn1.cur"
          maxlength="3"
          placeholder="请输入Open Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Advance Amount" prop="bpdgrp.cbs.max.cur">
        <c-input
          v-model="model.bpdgrp.cbs.max.cur"
          maxlength="3"
          placeholder="请输入Advance Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Financing of" prop="trdgrp.rec.pctfin">
        <c-input
          v-model="model.trdgrp.rec.pctfin"
          placeholder="请输入Financing of"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Document Type" prop="bedgrp.rec.doctypcod">
        <c-input
          v-model="model.bedgrp.rec.doctypcod"
          maxlength="1"
          placeholder="请输入Document Type"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Available with" prop="ltdgrp.avt.pts.nam">
        <c-input
          v-model="model.ltdgrp.avt.pts.nam"
          maxlength="40"
          placeholder="请输入Available with"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="fpdgrp.cbs.opn1.amt">
        <c-input
          v-model="model.fpdgrp.cbs.opn1.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="bpdgrp.cbs.max.amt">
        <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="Advanced Party" prop="bpdgrp.fia.pts.ownref">
        <c-input
          v-model="model.bpdgrp.fia.pts.ownref"
          maxlength="20"
          placeholder="请输入Advanced Party"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Financed Party" prop="trdgrp.fip.pts.ref">
        <c-input
          v-model="model.trdgrp.fip.pts.ref"
          maxlength="16"
          placeholder="请输入Financed Party"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Issuing Bank" prop="bedgrp.iss.pts.ref">
        <c-input
          v-model="model.bedgrp.iss.pts.ref"
          maxlength="16"
          placeholder="请输入Issuing Bank"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="2nd Beneficiary" prop="ltdgrp.be2.pts.ref">
        <c-input
          v-model="model.ltdgrp.be2.pts.ref"
          maxlength="16"
          placeholder="请输入2nd Beneficiary"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
        <c-input
          v-model="model.btdgrp.cbs.opn1.cur"
          maxlength="3"
          placeholder="请输入Open Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="btdgrp.cbs.opn1.amt">
        <c-input
          v-model="model.btdgrp.cbs.opn1.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Name of Party" prop="btdgrp.be1.pts.nam">
        <c-input
          v-model="model.btdgrp.be1.pts.nam"
          maxlength="40"
          placeholder="请输入Name of Party"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.fpdgrp.rec.funflg">Funded?</c-checkbox>
    </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="Open Amount" prop="bpdgrp.cbs.opn1.cur">
        <c-input
          v-model="model.bpdgrp.cbs.opn1.cur"
          maxlength="3"
          placeholder="请输入Open Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="bpdgrp.cbs.opn1.amt">
        <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" prop="fpdgrp.inv.pts.nam">
        <c-input
          v-model="model.fpdgrp.inv.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" prop="bpdgrp.fia.pts.nam">
        <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="Finance Amount" prop="trdgrp.cbs.max.cur">
        <c-select
          v-model="model.trdgrp.cbs.max.cur"
          style="width: 100%"
          placeholder="请选择Finance Amount"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <span v-text="model.matbep.mattxtlab" data-path=".matbep.mattxtlab">
      </span>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Maturity Date" prop="bedgrp.rec.matdat">
        <c-date-picker
          type="date"
          v-model="model.bedgrp.rec.matdat"
          style="width: 100%"
          placeholder="请选择Maturity Date"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Available by" prop="ltdgrp.rec.avbby">
        <c-select
          v-model="model.ltdgrp.rec.avbby"
          style="width: 100%"
          placeholder="请选择Available by"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Finance Amount" prop="trdgrp.cbs.max.amt">
        <c-input
          v-model="model.trdgrp.cbs.max.amt"
          placeholder="请输入Finance Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Maturity Date" prop="bedgrp.rec.orddat">
        <c-date-picker
          type="date"
          v-model="model.bedgrp.rec.orddat"
          style="width: 100%"
          placeholder="请选择Maturity Date"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Shipment Date" prop="ltdgrp.rec.shpdat">
        <c-date-picker
          type="date"
          v-model="model.ltdgrp.rec.shpdat"
          style="width: 100%"
          placeholder="请选择Shipment Date"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Name of Party" prop="trdgrp.fip.pts.nam">
        <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">
      <el-form-item label="Name of Party" prop="bedgrp.iss.pts.nam">
        <c-input
          v-model="model.bedgrp.iss.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" prop="ltdgrp.be2.pts.nam">
        <c-input
          v-model="model.ltdgrp.be2.pts.nam"
          maxlength="40"
          placeholder="请输入Name of Party"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
        <c-input
          v-model="model.btdgrp.rec.doctypcod"
          maxlength="1"
          placeholder="请输入Document Type"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="2nd Beneficiary" prop="btdgrp.be2.pts.ref">
        <c-input
          v-model="model.btdgrp.be2.pts.ref"
          maxlength="16"
          placeholder="请输入2nd Beneficiary"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Sold or Reserved" prop="fpdgrp.cbs.sld.cur">
        <c-input
          v-model="model.fpdgrp.cbs.sld.cur"
          maxlength="3"
          placeholder="请输入Sold or Reserved"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="fpdgrp.cbs.sld.amt">
        <c-input
          v-model="model.fpdgrp.cbs.sld.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Open Date" prop="bpdgrp.rec.opndat">
        <c-date-picker
          type="date"
          v-model="model.bpdgrp.rec.opndat"
          style="width: 100%"
          placeholder="请选择Open Date"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Maturity Date" prop="bpdgrp.rec.matdat">
        <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="Date L/C Opened/Issued" prop="fpdgrp.rec.opndatlc">
        <c-date-picker
          type="date"
          v-model="model.fpdgrp.rec.opndatlc"
          style="width: 100%"
          placeholder="请选择Date L/C Opened/Issued"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Type of Advance" prop="bpdgrp.rec.fintyp">
        <c-select
          v-model="model.bpdgrp.rec.fintyp"
          style="width: 100%"
          placeholder="请选择Type of Advance"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="LC Date of Expire" prop="fpdgrp.rec.expdatlc">
        <c-date-picker
          type="date"
          v-model="model.fpdgrp.rec.expdatlc"
          style="width: 100%"
          placeholder="请选择LC Date of Expire"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Open Amount" prop="trdgrp.cbs.opn1.cur">
        <c-input
          v-model="model.trdgrp.cbs.opn1.cur"
          maxlength="3"
          placeholder="请输入Open Amount"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Received on" prop="bedgrp.rec.rcvdat">
        <c-date-picker
          type="date"
          v-model="model.bedgrp.rec.rcvdat"
          style="width: 100%"
          placeholder="请选择Received on"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Date Issued/Form" prop="ltdgrp.rec.opndat">
        <c-date-picker
          type="date"
          v-model="model.ltdgrp.rec.opndat"
          style="width: 100%"
          placeholder="请选择Date Issued/Form"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <span v-text="model.matbtp.mattxtlab" data-path=".matbtp.mattxtlab">
      </span>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Maturity Date" prop="btdgrp.rec.matdat">
        <c-date-picker
          type="date"
          v-model="model.btdgrp.rec.matdat"
          style="width: 100%"
          placeholder="请选择Maturity Date"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Balance" prop="trdgrp.cbs.opn1.amt">
        <c-input
          v-model="model.trdgrp.cbs.opn1.amt"
          placeholder="请输入Balance"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Date Issued/Form" prop="ltdgrp.rec.lcrtyp">
        <c-select
          v-model="model.ltdgrp.rec.lcrtyp"
          style="width: 100%"
          placeholder="请选择Date Issued/Form"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Presentation Date" prop="bedgrp.rec.predat">
        <c-date-picker
          type="date"
          v-model="model.bedgrp.rec.predat"
          style="width: 100%"
          placeholder="请选择Presentation Date"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Maturity Date" prop="btdgrp.rec.rcvdatbe2">
        <c-date-picker
          type="date"
          v-model="model.btdgrp.rec.rcvdatbe2"
          style="width: 100%"
          placeholder="请选择Maturity Date"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Name of Party" prop="btdgrp.be2.pts.nam">
        <c-input
          v-model="model.btdgrp.be2.pts.nam"
          maxlength="40"
          placeholder="请输入Name of Party"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Finance Type" prop="trdgrp.rec.fintyp">
        <c-input
          v-model="model.trdgrp.rec.fintyp"
          maxlength="3"
          placeholder="请输入Finance Type"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Applicant" prop="bedgrp.apl.pts.ref">
        <c-input
          v-model="model.bedgrp.apl.pts.ref"
          maxlength="16"
          placeholder="请输入Applicant"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Advising Bank" prop="ltdgrp.adt.pts.ref">
        <c-input
          v-model="model.ltdgrp.adt.pts.ref"
          maxlength="16"
          placeholder="请输入Advising Bank"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Confirmation text" prop="cnftxt">
        <c-input
          v-model="model.cnftxt"
          maxlength="40"
          placeholder="请输入Confirmation text"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Opened on" prop="fpdgrp.rec.opndat">
        <c-date-picker
          type="date"
          v-model="model.fpdgrp.rec.opndat"
          style="width: 100%"
          placeholder="请选择Opened on"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item
        label="Forfaiting Agreement Date of Expiry"
        prop="fpdgrp.rec.expdat"
      >
        <c-date-picker
          type="date"
          v-model="model.fpdgrp.rec.expdat"
          style="width: 100%"
          placeholder="请选择Forfaiting Agreement Date of Expiry"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Advance Account" prop="bpdgrp.rec.finact">
        <c-input
          v-model="model.bpdgrp.rec.finact"
          maxlength="21"
          placeholder="请输入Advance Account"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item
        label="This Purchase Offer is Valid until"
        prop="fpdgrp.rec.valdat"
      >
        <c-date-picker
          type="date"
          v-model="model.fpdgrp.rec.valdat"
          style="width: 100%"
          placeholder="请选择This Purchase Offer is Valid until"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Maturity Date" prop="trdgrp.rec.matdat">
        <c-date-picker
          type="date"
          v-model="model.trdgrp.rec.matdat"
          style="width: 100%"
          placeholder="请选择Maturity Date"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Start Date Tenor" prop="trdgrp.rec.stttendat">
        <c-date-picker
          type="date"
          v-model="model.trdgrp.rec.stttendat"
          style="width: 100%"
          placeholder="请选择Start Date Tenor"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Document Set Status" prop="bedgrp.rec.docsta">
        <c-input
          v-model="model.bedgrp.rec.docsta"
          maxlength="40"
          placeholder="请输入Document Set Status"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Date / Place of Expiry" prop="ltdgrp.rec.expdat">
        <c-date-picker
          type="date"
          v-model="model.ltdgrp.rec.expdat"
          style="width: 100%"
          placeholder="请选择Date / Place of Expiry"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Document Set Status" prop="btdgrp.rec.docsta">
        <c-input
          v-model="model.btdgrp.rec.docsta"
          maxlength="40"
          placeholder="请输入Document Set Status"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Date / Place of Expiry" prop="ltdgrp.rec.expplc">
        <c-input
          v-model="model.ltdgrp.rec.expplc"
          maxlength="29"
          placeholder="请输入Date / Place of Expiry"
        ></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Name of Party" prop="bedgrp.apl.pts.nam">
        <c-input
          v-model="model.bedgrp.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" prop="ltdgrp.adt.pts.nam">
        <c-input
          v-model="model.ltdgrp.adt.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" 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.dsppcrsta" data-path=".dsppcrsta"> </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">
      <span v-text="model.dspltamenbr" data-path=".dspltamenbr"> </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.selbut.sptpenlab_descr"
        data-path=".selbut.sptpenlab_descr"
      >
      </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.selbut.dsppndram" data-path=".selbut.dsppndram">
      </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.selbut.sptpenlab" data-path=".selbut.sptpenlab">
      </span>
    </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">
      <span v-text="model.selbut.dspamenbr" data-path=".selbut.dspamenbr">
      </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.sptpenltbt_descr" data-path=".sptpenltbt_descr">
      </span>
    </c-col>

    <c-col :span="12">
      <span v-text="model.cfgfil.subtrn4" data-path=".cfgfil.subtrn4"> </span>
    </c-col>

    <c-col :span="12">
      <span v-text="model.dsprevnbr" data-path=".dsprevnbr"> </span>
    </c-col>

    <c-col :span="12">
      <span v-text="model.sptpenltbt" data-path=".sptpenltbt"> </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">
      <span v-text="model.selbut.dspadvnbr" data-path=".selbut.dspadvnbr">
      </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.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">
      <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.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.dsputlnbr" data-path=".selbut.dsputlnbr">
      </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" 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">
      <span v-text="model.dspprenbr" data-path=".dspprenbr"> </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.selbut.trnpenlab_descr"
        data-path=".selbut.trnpenlab_descr"
      >
      </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.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.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">
      <span v-text="model.dspbedclsdat" data-path=".dspbedclsdat"> </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">
      <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.trnpenltbt_descr" data-path=".trnpenltbt_descr">
      </span>
    </c-col>

    <c-col :span="12">
      <span v-text="model.dspltdclsdat" data-path=".dspltdclsdat"> </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" 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.trnpenltbt" data-path=".trnpenltbt"> </span>
    </c-col>

    <c-col :span="12">
      <span v-text="model.dspbtdclsdat" data-path=".dspbtdclsdat"> </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.trnpentrbp_descr" data-path=".trnpentrbp_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.trnpentrbp" data-path=".trnpentrbp"> </span>
    </c-col>

    <c-col :span="12">
      <span v-text="model.dsptrdclsdat" data-path=".dsptrdclsdat"> </span>
    </c-col>
  </c-row>
</template>
<script>
import Api from "~/service/Api";
import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Letsel/Event";
import Col from "../../../components/Col.vue";

export default {
  components: { Col },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [CommonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
</script>
<style>
</style>