<template>
  <div class="eibs-tab">
    <!-- -----------上------------- -->
    <c-col :span="24">
      <c-col :span="11">
        <el-form-item label="业务编号" prop="cpdgrp.rec.ownref">
          <c-fullbox>
            <c-input v-model="model.cpdgrp.rec.ownref" disabled></c-input>
            <template slot="footer">
              <c-button type="primary"
                ><span style="font-family: '宋体'; font-weight: bold"
                  >i</span
                ></c-button
              >
              <c-button type="primary" disabled>获取</c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

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

    <c-col :span="24" style="height: 0px;margin-bottom: 10px">
      <el-divider></el-divider>
    </c-col>
    <!-- -----------中------------- -->
    <c-col :span="24">
      <c-col :span="11">
        <!-- 第二行 -->
        <c-col :span="24">
          <el-form-item label="清算编号" prop="cpdgrp.rec.sysno">
            <c-input v-model="model.cpdgrp.rec.sysno"></c-input>
          </el-form-item>
        </c-col>
        <!-- 第三行 -->
        <c-col :span="24">
          <c-col :span="13">
            <el-form-item label="汇款金额" prop="cpdgrp.cbs.nom1.cur">
              <c-select
                v-model="model.cpdgrp.cbs.nom1.cur"
                style="width: 100%"
                placeholder="请选择汇款金额"
                disabled
              >
                <el-option
                  v-for="item in codes.curtxt1"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="11">
            <el-form-item
              style="text-align: left"
              label-width="5px"
              prop="cpdgrp.cbs.max.amt"
            >
              <c-input-currency
                v-model="model.cpdgrp.cbs.max.amt"
                style="text-align: left; width: 100%"
                placeholder="请输入汇款金额"
                @keyup.enter.native="
                  defaultFunction(
                    'cpdgrp.cbs.nom1.amt',
                    model.cpdgrp.cbs.nom1.amt
                  )
                "
              ></c-input-currency>
            </el-form-item>
          </c-col>
        </c-col>

        <!-- 第四行 -->
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="所属行" prop="cpdgrp.rec.othbch">
              <c-input
                v-model="model.cpdgrp.rec.othbch"
                maxlength="8"
                placeholder="请输入所属行"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="12">
            <el-form-item label="汇款语种" prop="cptp.payuil">
              <c-select v-model="model.cptp.payuil" disabled>
                  <el-option 
                    v-for="item in codes.payuil"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  ></el-option>
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>
        <!-- 第五行 -->
        <c-col :span="24">
          <c-col :span="20">
            <el-form-item label="我行费用负担" prop="">
              <c-select v-model="model.cpdgrp.rec.detchgcod">
                <el-option
                  v-for="item in codes.detchgcod"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="4">
            <c-checkbox v-model="model.shifjz">不记账</c-checkbox>
          </c-col>
        </c-col>
        <!-- 第六行 -->
        <c-col :span="24">
          <el-form-item label="货物类型" prop="cpdgrp.rec.stagod" style="width:100%">
            <c-select v-model="model.cpdgrp.rec.stagod">
              <el-option
                v-for="item in stagod"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              ></el-option>
            </c-select>
          </el-form-item>
        </c-col>
      </c-col>

      <c-col :span="11" :offset="1">
        <!-- 第二行 -->
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="汇款性质" prop="cpdgrp.rec.trntyp">
              <c-select
                v-model="model.cpdgrp.rec.trntyp"
                style="width: 100%"
                placeholder="请选择汇款性质"
              >
                <el-option
                  v-for="item in codes.trntyp1"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="12">
            <el-form-item label="汇款方式" prop="cpdgrp.rec.paytype">
              <c-select
                v-model="model.cpdgrp.rec.paytype"
                style="width: 100%"
                placeholder="请选择汇款方式"
              >
                <el-option
                  v-for="item in codes.paytype"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>
        <!-- 第三行 -->
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="收款对象" prop="cpdgrp.rec.gors">
              <c-select
                v-model="model.cpdgrp.rec.gors"
                style="width: 100%"
                placeholder="请选择收款对象"
              >
                <el-option
                  v-for="item in codes.gors"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="12">
            <el-form-item label="收支类型" prop="cpdgrp.rec.sztyp">
              <c-select
                v-model="model.cpdgrp.rec.sztyp"
                style="width: 100%"
                placeholder="请选择收款对象"
              >
                <el-option
                  v-for="item in codes.sztyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>
        <!-- 第四行 -->
        <c-col :span="24">
          <el-form-item label="Uetr" prop="cptp.uetr">
            <c-fullbox>
              <c-input v-model="model.cptp.uetr" disabled></c-input>
              <template slot="footer">
                <c-button type="primary">Get</c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <!-- 第五行 -->
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="解付日期" prop="cpdgrp.rec.paydat">
              <c-date-picker
                type="date"
                v-model="model.cpdgrp.rec.paydat"
                style="width: 100%"
                placeholder="请选择起息日期"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="12">
            <el-form-item label="起息日" prop="cpdgrp.rec.valdat">
              <c-date-picker
                type="date"
                v-model="model.cpdgrp.rec.valdat"
                style="width: 100%"
                placeholder="请选择Value Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>
        </c-col>
        <!-- 第六行 -->
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="客户类型" prop="cpdgrp.rec.clityp">
              <c-select
                v-model="model.cpdgrp.rec.clityp"
                style="width: 100%"
                placeholder="请选择客户类型"
              >
                <el-option
                  v-for="item in codes.clityp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="12">
            <el-form-item label="报文类型" prop="cpdgrp.rec.swftyp">
              <c-select
                v-model="model.cpdgrp.rec.swftyp"
                style="width: 100%"
                placeholder="请选择报文类型"
              >
                <el-option
                  v-for="item in swftyp1"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
        </c-col>
        <!-- 第七行 -->
        <c-col :span="24">
          <c-col :span="10">
            <el-form-item label="国外费用" prop="cpdgrp.cbs.feecur">
              <c-select
                v-model="model.cpdgrp.cbs.feecur"
                style="width: 100%"
                placeholder="请选择汇款金额"
              >
                <el-option
                  v-for="item in codes.curtxt1"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>

          <c-col :span="10">
            <el-form-item
              style="text-align: left"
              label-width="5px"
              prop="cpdgrp.cbs.feeamt"
            >
              <c-input-currency
                v-model="model.cpdgrp.cbs.feeamt"
                style="text-align: left; width: 100%"
                placeholder="请输入汇款金额"
                @keyup.enter.native="
                  defaultFunction('cpdgrp.cbs.feeamt', model.cpdgrp.cbs.feeamt)
                "
              ></c-input-currency>
            </el-form-item>
          </c-col>

          <c-col :span="4">
            <c-checkbox v-model="model.cpdgrp.rec.tsnflg">同名划转</c-checkbox>
          </c-col>
        </c-col>
      </c-col>
    </c-col>

    <c-col :span="24" style="height: 0px; margin-bottom: 10px">
      <el-divider></el-divider>
    </c-col>

    <!-- -----------下------------- -->
    <c-col :span="24">
      <!-- ============================下左======================================= -->
      <c-col :span="11">
        <c-col
          v-show="
            model.cpdgrp.rec.swftyp == '103' ||
            model.cpdgrp.rec.swftyp == '200' ||
            model.cpdgrp.rec.swftyp == '202' ||
            model.cpdgrp.rec.swftyp == '910' ||
            model.cpdgrp.rec.swftyp == 'OTH'
          "
        >
          <!-- 第七行 -->
          <c-col :span="24">
            <el-form-item
              label="Ordering institution"
              prop="cpdgrp.ori.pts.ref"
            >
              <c-input v-model="model.cpdgrp.ori.pts.ref" disabled></c-input>
            </el-form-item>
          </c-col>
          <!-- 第八行 -->
          <c-col :span="24">
            <el-form-item label="" prop="">
              <c-fullbox>
                <c-input v-model="model.cpdgrp.ori.pts.extkey" disabled></c-input>
                <template slot="footer">
                  <c-button type="primary"><span>i</span></c-button>
                  <c-button type="primary" disabled>details</c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <!-- 第九行 -->
          <c-col :span="24">
            <el-form-item label="" prop="cpdgrp.ori.pts.adrblk">
              <c-input
                type="textarea"
                v-model="model.cpdgrp.ori.pts.adrblk"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十行 -->
          <c-col :span="24">
            <el-form-item label="汇款人" prop="cpdgrp.orc.pts.ref">
              <c-input v-model="model.cpdgrp.orc.pts.ref" disabled></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <c-col v-show="model.cpdgrp.rec.swftyp == 'BEP'||model.cpdgrp.rec.swftyp == 'BEQ'||model.cpdgrp.rec.swftyp == 'BES'||model.cpdgrp.rec.swftyp == 'CIU'||model.cpdgrp.rec.swftyp == 'CIV'||model.cpdgrp.rec.swftyp == 'CIW'||model.cpdgrp.rec.swftyp == 'CMT'||model.cpdgrp.rec.swftyp == 'CMY'||model.cpdgrp.rec.swftyp == 'CMX'||model.cpdgrp.rec.swftyp == 'FMS'||model.cpdgrp.rec.swftyp == 'HVP'||model.cpdgrp.rec.swftyp == 'HVR'||model.cpdgrp.rec.swftyp == 'HVQ'">
          <c-col :span="24">
            <el-form-item label="汇款人名称" prop="cptgrp.cptp.orcnam">
              <c-input v-model="model.cptp.orcnam" type="textarea"></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="汇款人地址" prop="cptp.orcadr">
              <c-input type="textarea" v-model="model.cptp.orcadr"></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="收款人名称" prop="cptp.pyenam">
              <c-input type="textarea" v-model="model.cptp.pyenam"></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="收款人地址" prop="cptp.pyeadr">
              <c-input type="textarea" v-model="model.cptp.pyeadr"></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <!-- 第十一行 -->
        <c-col :span="24">
          <el-form-item label="账号" prop="">
            <c-input v-model="model.cpdgrp.rec.orcact"></c-input>
          </el-form-item>
        </c-col>
        <!-- 第十二行 -->
        <c-col :span="24">
          <el-form-item label="" prop="">
            <c-fullbox>
              <c-input v-model="model.cpdgrp.orc.pts.extkey"></c-input>
              <template slot="footer">
                <c-button type="primary"><span>i</span></c-button>
                <c-button type="primary">Temp.</c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <!-- 第十三行 -->
        <c-col :span="24">
          <el-form-item label="" prop="cpdgrp.orc.pts.adrblk">
            <c-input
              type="textarea"
              v-model="model.cpdgrp.orc.pts.adrblk"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <!-- ======================================下右============================ -->
      <c-col :span="11" :offset="1">
        <!-- ==========MT103======= -->
        <c-col v-show="model.cpdgrp.rec.swftyp=='103'">
           <!-- 第八行 -->
          <c-col :span="24">
            <el-form-item label="发报行" prop="">
              <c-fullbox>
                <c-input v-model="model.cpdgrp.snd.pts.extkey"></c-input>
                <template slot="footer">
                  <c-button type="primary"
                    ><span style="font-family: '宋体'; font-weight: bold"
                      >i</span
                    ></c-button
                  >
                  <c-button type="primary">Details</c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <!-- 第九行 -->
          <c-col :span="24">
            <el-form-item label="" prop="cpdgrp.snd.pts.nam">
              <c-input v-model="model.cpdgrp.snd.pts.nam" disabled></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十行 -->
          <c-col :span="24">
            <el-form-item label="指令代码" prop="">
              <c-input v-model="model.cpdgrp.rec.f23e"></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十一行 -->
          <c-col :span="24">
            <c-col :span="13">
              <el-form-item label="原始金额" prop="cpdgrp.cbs.curf33b">
                <c-select
                  v-model="model.cpdgrp.cbs.curf33b"
                  style="width: 100%"
                  placeholder="请选择汇款金额"
                >
                  <el-option
                    v-for="item in codes.curf33b"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>

            <c-col :span="11">
              <el-form-item
                style="text-align: left"
                label-width="5px"
                prop="cpdgrp.cbs.atmf33b"
              >
                <c-input-currency
                  v-model="model.cpdgrp.cbs.amtf33b"
                  style="text-align: left; width: 100%"
                  placeholder="请输入汇款金额"
                  @keyup.enter.native="
                    defaultFunction(
                      'cpdgrp.cbs.feeamt',
                      model.cpdgrp.cbs.feeamt
                    )
                  "
                ></c-input-currency>
              </el-form-item>
            </c-col>
          </c-col>
          <!-- 第十二行 -->
          <c-col :span="24">
            <el-form-item label="汇率" prop="">
              <c-input
                v-model="model.cpdgrp.rec.f36"
                placeholder="请输入汇率"
              ></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十三行 -->
          <c-col :span="24">
            <c-col :span="13">
              <el-form-item label="发报行付费金额" prop="cpdgrp.cbs.curf33b">
                <c-select
                  v-model="model.cpdgrp.cbs.curf33b"
                  style="width: 100%"
                  placeholder="请选择汇款金额"
                >
                  <el-option
                    v-for="item in codes.curf33b"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
            </c-col>

            <c-col :span="11">
              <el-form-item
                style="text-align: left"
                label-width="5px"
                prop="cpdgrp.cbs.atmf33b"
              >
                <c-input-currency
                  v-model="model.cpdgrp.cbs.amtf33b"
                  style="text-align: left; width: 100%"
                  placeholder="请输入汇款金额"
                  @keyup.enter.native="
                    defaultFunction(
                      'cpdgrp.cbs.feeamt',
                      model.cpdgrp.cbs.feeamt
                    )
                  "
                ></c-input-currency>
              </el-form-item>
            </c-col>
          </c-col>
          <!-- 第十四行 -->
          <c-col :span="24">
            <el-form-item label="银行操作码" prop="cpdgrp.rec.f23b">
              <c-input v-model="model.cpdgrp.rec.f23b"></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十五行 -->
          <c-col :span="24">
            <el-form-item label="账号" prop="cpdgrp.rec.pyeact">
              <c-input v-model="model.cpdgrp.rec.pyeact"></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十六行 -->
          <c-col :span="24">
            <el-form-item label="收款人" prop="">
              <c-fullbox>
                <c-input v-model="model.cpdgrp.pye.pts.extkey" disabled></c-input>
                <template slot="footer">
                  <c-button type="primary"
                    ><span style="font-family: '宋体'; font-weight: bold"
                      >i</span
                    ></c-button
                  >
                  <c-button type="primary">Details</c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <!-- 第十七行 -->
          <c-col :span="24">
            <el-form-item label="" prop="">
              <c-input
                type="textarea"
                v-model="model.cpdgrp.pye.pts.adrblk"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <!-- MT202 MT202 COV MT910 Other-->
        <c-col v-show="model.cpdgrp.rec.swftyp=='200'||model.cpdgrp.rec.swftyp=='202'||model.cpdgrp.rec.swftyp=='910'||model.cpdgrp.rec.swftyp=='OTH'">
          <!-- 第八行 -->
          <c-col :span="24">
            <el-form-item label="发报行" prop="cpdgrp.snd.pts.extkey">
              <c-fullbox>
                <c-input v-model="model.cpdgrp.snd.pts.extkey"></c-input>
                <template slot="footer">
                  <c-button type="primary"
                    ><span style="font-family: '宋体'; font-weight: bold"
                      >i</span
                    ></c-button
                  >
                  <c-button>Details</c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <!-- 第九行 -->
          <c-col :span="24">
            <el-form-item label="" prop="cpdgrp.snd.pts.adrblk">
              <c-input v-model="model.cpdgrp.snd.pts.adrblk" disabled></c-input>
            </el-form-item>
          </c-col>
        
          <!-- 第十二行 -->
          <c-col :span="24">
            <el-form-item label="付款详情" prop="cpdgrp.blk.contag70" v-show="!(model.cpdgrp.rec.swftyp=='200'||model.cpdgrp.rec.swftyp=='202')">
              <c-input
                type="textarea"
                v-model="model.cpdgrp.blk.contag70"
                placeholder="请输入汇率"
                
              ></c-input>
            </el-form-item>
          </c-col>
          
          <c-col :span="24">
            <el-form-item label="收款人 Ref." prop="cpdgrp.pye.pts.ref">
              <c-input v-model="model.cpdgrp.pye.pts.ref"></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十五行 -->
          <c-col :span="24">
            <el-form-item label="账号" prop="cpdgrp.rec.pyeact">
              <c-input v-model="model.cpdgrp.rec.pyeact"></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十六行 -->
          <c-col :span="24">
            <el-form-item label="" prop="">
              <c-fullbox>
                <c-input v-model="model.cpdgrp.pye.pts.extkey" disabled></c-input>
                <template slot="footer">
                  <c-button type="primary"
                    ><span style="font-family: '宋体'; font-weight: bold"
                      >i</span
                    ></c-button
                  >
                  <c-button type="primary">Details</c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <!-- 第十七行 -->
          <c-col :span="24">
            <el-form-item label="" prop="">
              <c-input
                type="textarea"
                v-model="model.cpdgrp.pye.pts.adrblk"
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <!--  -->
        
        <!-- beps121  beps122 beps125 CMT100 PKG001 PKG005 FMT100 hvps111 hvps112 hvps115-->
        <c-col v-show="model.cpdgrp.rec.swftyp=='BEP'||model.cpdgrp.rec.swftyp=='BEQ'||model.cpdgrp.rec.swftyp=='BES'||model.cpdgrp.rec.swftyp=='CMT'||model.cpdgrp.rec.swftyp=='CMY'||model.cpdgrp.rec.swftyp=='CMX'||model.cpdgrp.rec.swftyp=='FMS'||model.cpdgrp.rec.swftyp=='HVP'||model.cpdgrp.rec.swftyp=='HVR'||model.cpdgrp.rec.swftyp=='HVQ'">
           <!-- 第八行 -->
          <c-col :span="24">
            <el-form-item label="接收行名称" prop="">
              <c-input v-model="model.cptp.resbchnam"></c-input>
            </el-form-item>
          </c-col>
          
          <!-- 第九行 -->
          <c-col :span="24">
            <c-col :span="12">
              <el-form-item label="接收行名称" prop="cptp.resbch">
                <c-input v-model="model.cptp.resbch"></c-input>
              </el-form-item>
            </c-col>
            <c-col :span="12">
              <c-checkbox v-model="model.cptp.flg">电子凭证</c-checkbox>
            </c-col>
          </c-col>

          <c-col :span="24">
            <el-form-item label="业务种类" prop="cptp.bustyp">
              <c-input v-model="model.cptp.bustyp"></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <c-col :span="12">
            <el-form-item label="收款人开户行行号" prop="cptp.pyebchkey">
              <c-input v-model="model.cptp.pyebchkey"></c-input>
            </el-form-item>
            </c-col>

            <c-col :span="12">
              <el-form-item label="二代模式" prop="">
                <c-button>获取</c-button>
              </el-form-item>
            </c-col>

          </c-col>

          <c-col :span="24">
            <c-col :span="12">
            <el-form-item label="" prop="cptp.pyebchnam">
              <c-input v-model="model.cptp.pyebchnam"></c-input>
            </el-form-item>
            </c-col>
            <c-col :span="12">
              <el-form-item label-width="0" prop="">
                <c-input v-model="model.cptp.secmod"></c-input>
              </el-form-item>
            </c-col>
          </c-col>

          <c-col :span="24">
            <el-form-item label="附言" prop="">
              <c-input v-model="model.cptp.commet"></c-input>
            </el-form-item>
          </c-col>
      
          <!-- 第十五行 -->
          <c-col :span="24">
            <el-form-item label="账号" prop="cpdgrp.rec.pyeact">
              <c-input v-model="model.cpdgrp.rec.pyeact"></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十六行 -->
          <c-col :span="24">
            <el-form-item label="收款人" prop="">
              <c-fullbox>
                <c-input v-model="model.cpdgrp.pye.pts.extkey"></c-input>
                <template slot="footer">
                  <c-button type="primary"
                    ><span style="font-family: '宋体'; font-weight: bold"
                      >i</span
                    ></c-button
                  >
                  <c-button type="primary">Details</c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <!-- 第十七行 -->
          <c-col :span="24">
            <el-form-item label="" prop="">
              <c-input
                type="textarea"
                v-model="model.cpdgrp.pye.pts.adrblk"
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <!-- cips111 cips112 cips113 -->
        <c-col v-show="model.cpdgrp.rec.swftyp=='CIU'||model.cpdgrp.rec.swftyp=='CIV'||model.cpdgrp.rec.swftyp=='CIW'">
          <!-- 第九行 -->
          <c-col :span="24">
            <el-form-item label="收款直参行号" prop="cptp.reconebch">
              <c-input v-model="model.cptp.reconebch"></c-input>
            </el-form-item>
          </c-col>
        
          <c-col :span="24">
            <el-form-item label="收款直参名称" prop="cptp.reconebchnam">
              <c-input type="textarea" v-model="model.cptp.reconebchnam"></c-input>
            </el-form-item>
          </c-col>
          
          <c-col :span="24">
            <el-form-item label="业务种类" prop="cptp.bustyp">
              <c-select v-model="model.cptp.bustyp">
                <el-optipn 
                  v-for="item in bustyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-optipn>
              </c-select>
            </el-form-item>
          </c-col>

          <!-- 第十五行 -->
          <c-col :span="24">
            <el-form-item label="账号" prop="cpdgrp.rec.pyeact">
              <c-input v-model="model.cpdgrp.rec.pyeact"></c-input>
            </el-form-item>
          </c-col>
          <!-- 第十六行 -->
          <c-col :span="24">
            <el-form-item label="收款人" prop="">
              <c-fullbox>
                <c-input v-model="model.cpdgrp.pye.pts.extkey"></c-input>
                <template slot="footer">
                  <c-button type="primary"
                    ><span style="font-family: '宋体'; font-weight: bold"
                      >i</span
                    ></c-button
                  >
                  <c-button type="primary">Details</c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <!-- 第十七行 -->
          <c-col :span="24">
            <el-form-item label="" prop="">
              <c-input
                type="textarea"
                v-model="model.cpdgrp.pye.pts.adrblk"
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>
        <!-- CMT100 PKG001 PKG005 FMT100 hvps111 hvps112 hvps115 -->
        <!--  Other -->
        


      </c-col>
    </c-col>

    <!--===============原码==================  -->
    <!-- <c-col :span="12">
      <c-form-item label="Drag  Drop Sender" prop="cptp.recget.sdamod.dadsnd">
        <c-input
          v-model="model.cptp.recget.sdamod.dadsnd"
          :placeholder="$t('other.please_enter') + 'Drag  Drop Sender'"
        ></c-input>
      </c-form-item>
    </c-col>
    S0000367 : 业务编号

    <c-col :span="12">
      <c-form-item label="Our Reference" prop="cpdgrp.rec.ownref">
        <c-input
          v-model="model.cpdgrp.rec.ownref"
          maxlength="16"
          :placeholder="$t('other.please_enter') + 'Our Reference'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="" prop="cptp.recget.sdamod.seainf">
        <c-input
          v-model="model.cptp.recget.sdamod.seainf"
          :placeholder="$t('other.please_enter') + ''"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onCptpGetref">
        {{ $t("cptp.CG000492") }}
      </c-button>
    </c-col>
    S0000354 : Name

    <c-col :span="12">
      <c-form-item
        label="Externally Displayed Name to Identify the Contract"
        prop="cpdgrp.rec.nam"
      >
        <c-input
          v-model="model.cpdgrp.rec.nam"
          maxlength="40"
          :placeholder="
            $t('other.please_enter') +
            'Externally Displayed Name to Identify the Contract'
          "
        ></c-input>
      </c-form-item>
    </c-col>
    SG000405 : 汇款性质

    <c-col :span="12">
      <el-form-item label="汇款性�'�" prop="cpdgrp.rec.trntyp">
        <c-select
          v-model="model.cpdgrp.rec.trntyp"
          style="width: 100%"
          :placeholder="$t('other.please_enter')"
        >
        </c-select>
      </el-form-item>
    </c-col>
    SG000406 : 汇款方式

    <c-col :span="12">
      <el-form-item label="汇款方式" prop="cpdgrp.rec.paytype">
        <c-select
          v-model="model.cpdgrp.rec.paytype"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '汇款方式'"
        >
        </c-select>
      </el-form-item>
    </c-col>
    SG000398 : 清算编号

    <c-col :span="12">
      <c-form-item label="清算编号" prop="cpdgrp.rec.sysno">
        <c-input
          v-model="model.cpdgrp.rec.sysno"
          maxlength="21"
          :placeholder="$t('other.please_enter') + '清算编号'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onCptpGetinf">
        {{ $t("cptp.CG000747") }}
      </c-button>
    </c-col>

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

    <c-col :span="12">
      <el-form-item label="收款对象" prop="cpdgrp.rec.gors">
        <c-select
          v-model="model.cpdgrp.rec.gors"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '收款对象'"
        >
        </c-select>
      </el-form-item>
    </c-col>
    SG000503 : 收支类型

    <c-col :span="12">
      <el-form-item label="收支类型" prop="cpdgrp.rec.sztyp">
        <c-select
          v-model="model.cpdgrp.rec.sztyp"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '收支类型'"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Currency" prop="cpdgrp.cbs.nom1.cur">
        <c-select
          v-model="model.cpdgrp.cbs.nom1.cur"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + 'Currency'"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Currency" prop="cpdgrp.cbs.max.cur">
        <c-select
          v-model="model.cpdgrp.cbs.max.cur"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + 'Currency'"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item :label="$t('cptp.S0000372')" prop="cpdgrp.cbs.nom1.amt">
        <c-input
          v-model="model.cpdgrp.cbs.nom1.amt"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000372')"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item :label="$t('cptp.S0000372')" prop="cpdgrp.cbs.max.amt">
        <c-input
          v-model="model.cpdgrp.cbs.max.amt"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000372')"
        ></c-input>
      </c-form-item>
    </c-col>
    S0000372 : 汇款金额

    <c-col :span="12">
      <c-form-item label="Uetr" prop="cptp.uetr">
        <c-input
          v-model="model.cptp.uetr"
          maxlength="40"
          :placeholder="$t('other.please_enter') + 'Uetr'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000820 : Uetr

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onCptpGetuetr">
        {{ $t("cptp.CG000822") }}
      </c-button>
    </c-col>

    <c-col :span="12">
      <c-form-item label="所属行" prop="cpdgrp.rec.othbch">
        <c-input
          v-model="model.cpdgrp.rec.othbch"
          maxlength="8"
          :placeholder="$t('other.please_enter') + '所属行'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000399 : 所属行

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

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

    <c-col :span="12">
      <el-form-item label="付款日期" prop="cpdgrp.rec.paydat">
        <c-date-picker
          type="date"
          v-model="model.cpdgrp.rec.paydat"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '付款日期'"
        ></c-date-picker>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="自�'�区备注" prop="cptp.comsystbl">
        <c-select
          v-model="model.cptp.comsystbl"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '自区备注'"
        >
        </c-select>
      </el-form-item>
    </c-col>

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

    <c-col :span="12">
      <el-form-item label="Value Date" prop="cpdgrp.rec.valdat">
        <c-date-picker
          type="date"
          v-model="model.cpdgrp.rec.valdat"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + 'Value Date'"
        ></c-date-picker>
      </el-form-item>
    </c-col>
    SG000538 : 汇款语种

    <c-col :span="12">
      <el-form-item label="Uil Payment" prop="cptp.payuil">
        <c-select
          v-model="model.cptp.payuil"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + 'Uil Payment'"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item :label="$t('cptp.SG000814')" prop="cptp.draweecountcode">
        <c-input
          v-model="model.cptp.draweecountcode"
          maxlength="3"
          :placeholder="$t('other.please_enter') + $t('cptp.SG000814')"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000408 : 客户类型

    <c-col :span="12">
      <el-form-item label="客户类型" prop="cpdgrp.rec.clityp">
        <c-select
          v-model="model.cpdgrp.rec.clityp"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '客户类型'"
        >
        </c-select>
      </el-form-item>
    </c-col>
    SG000422 : 报文类型

    <c-col :span="12">
      <el-form-item label="swift type" prop="cpdgrp.rec.swftyp">
        <c-select
          v-model="model.cpdgrp.rec.swftyp"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + 'swift type'"
        >
        </c-select>
      </el-form-item>
    </c-col>
    SG000814 : 付款人常驻国家/地区代码

    <c-col :span="12">
      <c-button
        size="small"
        type="primary"
        icon="el-icon-search"
        @click="onCptpSelbut"
      >
        {{ $t("cptp.CG000815") }}
      </c-button>
    </c-col>
    SG000219 : 不记'

    <c-col :span="12">
      <c-form-item :label="$t('cptp.SG000818')" prop="cptp.payeecountcode">
        <c-input
          v-model="model.cptp.payeecountcode"
          maxlength="3"
          :placeholder="$t('other.please_enter') + $t('cptp.SG000818')"
        ></c-input>
      </c-form-item>
    </c-col>
    S0000359 : 我行费用负担

    <c-col :span="12">
      <el-form-item label="Details of Charges" prop="cpdgrp.rec.detchgcod">
        <c-select
          v-model="model.cpdgrp.rec.detchgcod"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + 'Details of Charges'"
        >
        </c-select>
      </el-form-item>
    </c-col>
    SG000818 : 收款人常驻国家/地区代码

    <c-col :span="12">
      <c-button
        size="small"
        type="primary"
        icon="el-icon-search"
        @click="onCptpSelbut1"
      >
        {{ $t("cptp.CG000817") }}
      </c-button>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.shifjz">{{
        $t("cptrep.CG000220")
      }}</c-checkbox>
    </c-col>

    <c-col :span="12">
      <el-form-item label="清算模式" prop="cptp.liqtyp">
        <c-select
          v-model="model.cptp.liqtyp"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '清算模式'"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="国外�'�用币种" prop="cpdgrp.rec.feecur">
        <c-select
          v-model="model.cpdgrp.rec.feecur"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '国外用币种'"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="国外�'�用金额" prop="cpdgrp.rec.feeamt">
        <c-input
          v-model="model.cpdgrp.rec.feeamt"
          :placeholder="$t('other.please_enter') + '国外用金额'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-checkbox v-model="model.cpdgrp.rec.tsnflg">{{
        $t("cptp.CG000754")
      }}</c-checkbox>
    </c-col>
    SF000379 : 货物类型

    <c-col :span="12">
      <el-form-item label="Good's Code for Statistics" prop="cpdgrp.rec.stagod">
        <c-select
          v-model="model.cpdgrp.rec.stagod"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '货物类型 for Statistics'"
        >
        </c-select>
      </el-form-item>
    </c-col>

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

    <c-col :span="12">
      <span v-text="model.cptp.clmlab" data-path=".cptp.clmlab"> </span>
    </c-col>
    SG000588 : 接收行名称 SG000488 : 发报行

    <c-col :span="12">
      <c-form-item label="付款人名称" prop="cptp.orcnam">
        <c-input
          type="textarea"
          v-model="model.cptp.orcnam"
          maxlength="40"
          show-word-limit
          :placeholder="$t('other.please_enter') + '付款人名称'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000533 : 发报行 SG000487 : 发报行 SG000532 : 发报行

    <c-col :span="12">
      <c-form-item
        label="Drag  Drop Sender"
        prop="cptp.sndp.ptsget.sdamod.dadsnd"
      >
        <c-input
          v-model="model.cptp.sndp.ptsget.sdamod.dadsnd"
          :placeholder="$t('other.please_enter') + 'Drag  Drop Sender'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000519 : Ordering institution SG000700 : 清算代理行 S0000711 : 清算代理行

    <c-col :span="12">
      <el-form-item :label="$t('cptp.S0000711')" prop="cptp.cleage">
        <c-select
          v-model="model.cptp.cleage"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000711')"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="External Key of Address" prop="cpdgrp.snd.pts.extkey">
        <c-input
          v-model="model.cpdgrp.snd.pts.extkey"
          maxlength="16"
          :placeholder="$t('other.please_enter') + 'External Key of Address'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="" prop="cptp.sndp.ptsget.sdamod.seainf">
        <c-input
          v-model="model.cptp.sndp.ptsget.sdamod.seainf"
          :placeholder="$t('other.please_enter') + ''"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onSndpDet">
        {{ $t("ptsp.CF000081") }}
      </c-button>
    </c-col>
    SG000801 : 汇款人名称 SG000800 : 汇款人名称

    <c-col :span="12">
      <c-form-item :label="$t('cptp.SG000800')" prop="cptp.resbchnam">
        <c-input
          v-model="model.cptp.resbchnam"
          maxlength="42"
          :placeholder="$t('other.please_enter') + $t('cptp.SG000800')"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item :label="$t('cptp.SG000529')" prop="cpdgrp.ori.pts.ref">
        <c-input
          v-model="model.cpdgrp.ori.pts.ref"
          maxlength="16"
          :placeholder="$t('other.please_enter') + $t('cptp.SG000529')"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000795 : 收款直参行号

    <c-col :span="12">
      <c-form-item label="收款�'接参与者行号" prop="cptp.reconebch">
        <c-input
          v-model="model.cptp.reconebch"
          maxlength="35"
          :placeholder="$t('other.please_enter') + '收款�接参与者行号'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000529 : (52a)

    <c-col :span="12">
      <c-form-item label="名称" prop="cpdgrp.snd.namelc">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.snd.namelc"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '名称'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000701 : 光大开户行 S0000712 : 光大开户分行

    <c-col :span="12">
      <el-form-item :label="$t('cptp.S0000712')" prop="cptp.evebch">
        <c-select
          v-model="model.cptp.evebch"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000712')"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="Address Block" prop="cpdgrp.snd.pts.adrblk">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.snd.pts.adrblk"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + 'Address Block'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="Chinese address" prop="cpdgrp.snd.dbfadrblkcn">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.snd.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + 'Chinese address'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="Name of Party" prop="cpdgrp.snd.pts.nam">
        <c-input
          v-model="model.cpdgrp.snd.pts.nam"
          maxlength="40"
          :placeholder="$t('other.please_enter') + 'Name of Party'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="接收行行号" prop="cptp.resbch">
        <c-input
          v-model="model.cptp.resbch"
          maxlength="12"
          :placeholder="$t('other.please_enter') + '接收行行号'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000587 : 接收行行号

    <c-col :span="12">
      <c-checkbox v-model="model.cptp.flg">{{
        $t("cptp.CG000779")
      }}</c-checkbox>
    </c-col>

    <c-col :span="12">
      <c-form-item label="付款人地址" prop="cptp.orcadr">
        <c-input
          type="textarea"
          v-model="model.cptp.orcadr"
          maxlength="40"
          show-word-limit
          :placeholder="$t('other.please_enter') + '付款人地址'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item
        label="Drag  Drop Sender"
        prop="cptp.orip.ptsget.sdamod.dadsnd"
      >
        <c-input
          v-model="model.cptp.orip.ptsget.sdamod.dadsnd"
          :placeholder="$t('other.please_enter') + 'Drag  Drop Sender'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000652 : 汇款人地址

    <c-col :span="12">
      <c-form-item label="External Key of Address" prop="cpdgrp.ori.pts.extkey">
        <c-input
          v-model="model.cpdgrp.ori.pts.extkey"
          maxlength="16"
          :placeholder="$t('other.please_enter') + 'External Key of Address'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="" prop="cptp.orip.ptsget.sdamod.seainf">
        <c-input
          v-model="model.cptp.orip.ptsget.sdamod.seainf"
          :placeholder="$t('other.please_enter') + ''"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onOripDet">
        {{ $t("ptsp.CF000081") }}
      </c-button>
    </c-col>
    S0000791 : 汇款人地址 SG000706 : 清算代理行账号 S0000713 : 清算代理行账号

    <c-col :span="12">
      <c-form-item :label="$t('cptp.S0000713')" prop="cptp.coract">
        <c-input
          v-model="model.cptp.coract"
          maxlength="32"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000713')"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000796 : 收款直参名称

    <c-col :span="12">
      <c-form-item label="收款�'接参与者名称" prop="cptp.reconebchnam">
        <c-input
          type="textarea"
          v-model="model.cptp.reconebchnam"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '收款�接参与者名称'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000420 : 指令代码

    <c-col :span="12">
      <el-form-item label="业务种类" prop="cptp.bustyp">
        <c-select
          v-model="model.cptp.bustyp"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '业务种类'"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="指令代码" prop="cpdgrp.rec.f23e">
        <c-input
          v-model="model.cpdgrp.rec.f23e"
          maxlength="35"
          :placeholder="$t('other.please_enter') + '指令代码'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000673 : 业务种类

    <c-col :span="12">
      <c-form-item label="地址" prop="cpdgrp.snd.adrelc">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.snd.adrelc"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '地址'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="名称" prop="cpdgrp.ori.namelc">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.ori.namelc"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '名称'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="Address Block" prop="cpdgrp.ori.pts.adrblk">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.ori.pts.adrblk"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + 'Address Block'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="Chinese address" prop="cpdgrp.ori.dbfadrblkcn">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.ori.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + 'Chinese address'"
        ></c-input>
      </c-form-item>
    </c-col>
    S0000694 : 指令代码 SG000743 : 收款人开户 SG000415 : 原始金额

    <c-col :span="12">
      <el-form-item :label="$t('cptp.S0000691')" prop="cpdgrp.rec.curf33b">
        <c-select
          v-model="model.cpdgrp.rec.curf33b"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000691')"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item :label="$t('cptp.S0000691')" prop="cpdgrp.rec.amtf33b">
        <c-input
          v-model="model.cpdgrp.rec.amtf33b"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000691')"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="收款人名称" prop="cptp.pyenam">
        <c-input
          type="textarea"
          v-model="model.cptp.pyenam"
          maxlength="40"
          show-word-limit
          :placeholder="$t('other.please_enter') + '收款人名称'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item :label="$t('cptp.SG000799')" prop="cptp.pyebchkey">
        <c-input
          v-model="model.cptp.pyebchkey"
          maxlength="14"
          :placeholder="$t('other.please_enter') + $t('cptp.SG000799')"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onCptpGetmod">
        {{ $t("cptp.CG000719") }}
      </c-button>
    </c-col>

    <c-col :span="12">
      <span v-text="model.cptp.seclab" data-path=".cptp.seclab"> </span>
    </c-col>
    SG000802 : 收款人名称 SG000799 : 收款人名称 SG000745 : 行行号名称 SG000489 :
    付款详情 SG000486 : 付款详情

    <c-col :span="12">
      <c-form-item label="Content of TAG 70" prop="cpdgrp.blk.contag70">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.blk.contag70"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + 'Content of TAG 70'"
        ></c-input>
      </c-form-item>
    </c-col>
    S0000691 : 原始金额

    <c-col :span="12">
      <c-form-item label="地址" prop="cpdgrp.ori.adrelc">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.ori.adrelc"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '地址'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000419 : 汇率

    <c-col :span="12">
      <c-form-item label="汇率" prop="cpdgrp.rec.f36">
        <c-input
          v-model="model.cpdgrp.rec.f36"
          :placeholder="$t('other.please_enter') + '汇率'"
        ></c-input>
      </c-form-item>
    </c-col>
    S0000792 : 业务种类

    <c-col :span="12">
      <c-form-item label="收款人开户行名称" prop="cptp.pyebchnam">
        <c-input
          v-model="model.cptp.pyebchnam"
          maxlength="38"
          :placeholder="$t('other.please_enter') + '收款人开户行名称'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="二代模式" prop="cptp.secmod">
        <c-select
          v-model="model.cptp.secmod"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + '二代模式'"
        >
        </c-select>
      </el-form-item>
    </c-col>
    S0000692 : 发报行扣费金额

    <c-col :span="12">
      <c-form-item label="收款人地址" prop="cptp.pyeadr">
        <c-input
          type="textarea"
          v-model="model.cptp.pyeadr"
          maxlength="40"
          show-word-limit
          :placeholder="$t('other.please_enter') + '收款人地址'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000417 : 发报行扣费金额

    <c-col :span="12">
      <el-form-item :label="$t('cptp.S0000692')" prop="cpdgrp.rec.cur71f">
        <c-select
          v-model="model.cpdgrp.rec.cur71f"
          style="width: 100%"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000692')"
        >
        </c-select>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item :label="$t('cptp.S0000692')" prop="cpdgrp.rec.amt71f">
        <c-input
          v-model="model.cpdgrp.rec.amt71f"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000692')"
        ></c-input>
      </c-form-item>
    </c-col>
    S0000789 : 收款人地址 SG000649 : 收款人地址

    <c-col :span="12">
      <c-form-item label="附言" prop="cptp.commet">
        <c-input
          type="textarea"
          v-model="model.cptp.commet"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '附言'"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000508 : 汇款人

    <c-col :span="12">
      <c-form-item :label="$t('cptp.SG000508')" prop="cpdgrp.orc.pts.ref">
        <c-input
          v-model="model.cpdgrp.orc.pts.ref"
          maxlength="16"
          :placeholder="$t('other.please_enter') + $t('cptp.SG000508')"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000596 : 附言 S0000784 : 附言 S0000695 : 银行操作码 SG000527 : 收款人 Ref.
    S0000693 : 汇率 SG000524 : 收款人 SG000521 : 收款人 S0000709 : 收款人
    SG000528 : Ref.

    <c-col :span="12">
      <c-form-item :label="$t('cptp.S0000709')" prop="cpdgrp.pye.pts.ref">
        <c-input
          v-model="model.cpdgrp.pye.pts.ref"
          maxlength="16"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000709')"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000421 : 银行操作码

    <c-col :span="12">
      <c-form-item :label="$t('cptp.S0000695')" prop="cpdgrp.rec.f23b">
        <c-input
          v-model="model.cpdgrp.rec.f23b"
          maxlength="4"
          :placeholder="$t('other.please_enter') + $t('cptp.S0000695')"
        ></c-input>
      </c-form-item>
    </c-col>
    SG000513 : 帐号

    <c-col :span="12">
      <c-form-item label="汇款人帐号" prop="cpdgrp.rec.orcact">
        <c-input
          v-model="model.cpdgrp.rec.orcact"
          maxlength="35"
          :placeholder="$t('other.please_enter') + '汇款人帐号'"
        ></c-input>
      </c-form-item>
    </c-col>
    S0000793 : 帐号 S0000677 : 帐号 S0000643 : 帐号 S0000787 : 帐号 SG000523 :
    帐号 S0000696 : 帐号 SG000525 : 帐号 SG000520 : 帐号 SG000517 : 帐号
    S0000708 : 帐号

    <c-col :span="12">
      <c-form-item label="收款人帐号" prop="cpdgrp.rec.pyeact">
        <c-input
          v-model="model.cpdgrp.rec.pyeact"
          maxlength="35"
          :placeholder="$t('other.please_enter') + '收款人帐号'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item
        label="Drag  Drop Sender"
        prop="cptp.orcp.ptsget.sdamod.dadsnd"
      >
        <c-input
          v-model="model.cptp.orcp.ptsget.sdamod.dadsnd"
          :placeholder="$t('other.please_enter') + 'Drag  Drop Sender'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="External Key of Address" prop="cpdgrp.orc.pts.extkey">
        <c-input
          v-model="model.cpdgrp.orc.pts.extkey"
          maxlength="16"
          :placeholder="$t('other.please_enter') + 'External Key of Address'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="" prop="cptp.orcp.ptsget.sdamod.seainf">
        <c-input
          v-model="model.cptp.orcp.ptsget.sdamod.seainf"
          :placeholder="$t('other.please_enter') + ''"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onOrcpDet">
        {{ $t("ptsp.CF000081") }}
      </c-button>
    </c-col>

    <c-col :span="12">
      <c-form-item
        label="Drag  Drop Sender"
        prop="cptp.pyep.ptsget.sdamod.dadsnd"
      >
        <c-input
          v-model="model.cptp.pyep.ptsget.sdamod.dadsnd"
          :placeholder="$t('other.please_enter') + 'Drag  Drop Sender'"
        ></c-input>
      </c-form-item>
    </c-col>
    S0000697 : 收款人 SG000518 : 收款人 S0000636 : 汇款人

    <c-col :span="12">
      <c-form-item label="External Key of Address" prop="cpdgrp.pye.pts.extkey">
        <c-input
          v-model="model.cpdgrp.pye.pts.extkey"
          maxlength="16"
          :placeholder="$t('other.please_enter') + 'External Key of Address'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="" prop="cptp.pyep.ptsget.sdamod.seainf">
        <c-input
          v-model="model.cptp.pyep.ptsget.sdamod.seainf"
          :placeholder="$t('other.please_enter') + ''"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onPyepDet">
        {{ $t("ptsp.CF000081") }}
      </c-button>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onCptpSerpty">
        {{ $t("cptp.CG000764") }}
      </c-button>
    </c-col>
    S0000642 : 收款人 S0000786 : 收款人 S0000785 : 汇款人

    <c-col :span="12">
      <c-form-item label="名称" prop="cpdgrp.orc.namelc">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.orc.namelc"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '名称'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="Address Block" prop="cpdgrp.orc.pts.adrblk">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.orc.pts.adrblk"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + 'Address Block'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="Chinese address" prop="cpdgrp.orc.dbfadrblkcn">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.orc.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + 'Chinese address'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="名称" prop="cpdgrp.pye.namelc">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.pye.namelc"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '名称'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="Address Block" prop="cpdgrp.pye.pts.adrblk">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.pye.pts.adrblk"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + 'Address Block'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="Chinese address" prop="cpdgrp.pye.dbfadrblkcn">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.pye.dbfadrblkcn"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + 'Chinese address'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="地址" prop="cpdgrp.orc.adrelc">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.orc.adrelc"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '地址'"
        ></c-input>
      </c-form-item>
    </c-col>

    <c-col :span="12">
      <c-form-item label="地址" prop="cpdgrp.pye.adrelc">
        <c-input
          type="textarea"
          v-model="model.cpdgrp.pye.adrelc"
          maxlength="35"
          show-word-limit
          :placeholder="$t('other.please_enter') + '地址'"
        ></c-input>
      </c-form-item>
    </c-col> -->
  </div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cptrep/Event";

export default {
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {
      stagod: [
        { label: "金(含金首饰)", value: "001" },
        { label: "银(含银首饰)", value: "002" },
        { label: "铜(含电解铜、铜制品以及铜金矿)", value: "003" },
        { label: "铝(含电解铝、铝矾土以及铝制品)", value: "004" },
        { label: "锌(含电解锌、锌精矿)", value: "005" },
        { label: "铁砂矿(含精矿)", value: "006" },
        { label: "其他金属", value: "007" },
        { label: "大豆", value: "008" },
        { label: "玉米", value: "009" },
        { label: "原油", value: "010" },
        { label: "食用油", value: "011" },
        { label: "煤", value: "012" },
        { label: "其他", value: "099" },
      ],
      
      swftyp1: [
        { label: "MT103", value: "103" },
        { label: "MT202", value: "200" },
        { label: "MT202 COV", value: "202" },
        { label: "MT910", value: "910" },
        { label: "beps121", value: "BEP" },
        { label: "beps122", value: "BEQ" },
        { label: "beps125", value: "BES" },
        { label: "cips111", value: "CIU" },
        { label: "cips112", value: "CIV" },
        { label: "cips113", value: "CIW" },
        { label: "CMT100", value: "CMT" },
        { label: "PKG005", value: "CMY" },
        { label: "PKG001", value: "CMX" },
        { label: "FMT100", value: "FMS" },
        { label: "hvps111", value: "HVP" },
        { label: "hvps115", value: "HVR" },
        { label: "hvps112", value: "HVQ" },
        { label: "Other", value: "OTH" },
      ],

      bustyp:[
        {label:"GODX-货物贸易", value:"GODX"},
        {label:"STRX-服务贸易", value:"STRX"},
        {label:"CTFX-资本项下", value:"CTFX"},
        {label:"FTFX-金融机构头寸调拨", value:"FTFX"},
        {label:"BDES-债券还本付息", value:"BDES"},
        {label:"BPRR-债券还本金", value:"BPRR"},
        {label:"BINP-债券付息", value:"BINP"},
        {label:"BISF-债券发行手续费", value:"BISF"},
        {label:"BCAF-债券兑付手续费", value:"BCAF"},
        {label:"CBCF-付息式债券兑付手续费", value:"CBCF"},
        {label:"OTFX-其他", value:"OTFX"},
      ]
    };
  },
  methods: { ...Event },
  created: function () {},
};
</script>
<style>
</style>