<template>
  <div class="eibs-tab">
    <c-col :span="11">
      <c-col :span="16" v-if="model.gidgrp.rec.expflg=='X'||model.gidgrp.rec.expdat!=''">
        <el-form-item
          label="Guarantee"
          prop="gidgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.gidgrp.rec.ownref"
              maxlength="8"
              placeholder="请输入"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                v-model="model.gctp.gidget.sdamod.seainf"
                style="margin: 0 0 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

    <c-col :span="24" v-if="model.gidgrp.rec.expflg!='X'&&model.gidgrp.rec.expdat==''">
        <el-form-item
          label="Guarantee"
          prop="gidgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.gidgrp.rec.ownref"
              maxlength="8"
              placeholder="请输入"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                v-model="model.gctp.gidget.sdamod.seainf"
                style="margin: 0 0 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
      <c-col :span="8" v-if="model.gidgrp.rec.expflg=='X'">
        <el-form-item
          style="margin-left:20px"
          label="Unlimited     Liability"
        >
        </el-form-item>
      </c-col>

      <c-col :span="8" v-if="model.gidgrp.rec.expdat!=''">
        <el-form-item
          label="Validity"
          label-width="50px"
          prop="gidgrp.rec.expdat"  
        >
          <c-date-picker
            type="date"
            v-model="model.gidgrp.rec.expdat"
            disabled
            style="width: 100%"
            placeholder="请选择Valid until"
          ></c-date-picker>
        </el-form-item>
      </c-col>


      <c-col :span="24">
        <el-form-item
          label="Claim Number"
          prop="gcdgrp.rec.ownref"
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
              v-model="model.gcdgrp.rec.ownref"
              maxlength="8"
              placeholder="请输入"
              disabled
            ></c-input>
            <template slot="footer">
              <c-button
                v-model="model.gctp.recget.sdamod.seainf"
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                size="small"
                type="primary"
                v-model="model.gctp.gcthdr"
                disabled
                @click="onGctpGetrefbut"
              >
                Get ref.
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="11">
        <c-form-item
          label="Amount Claimed"
          prop="gcdgrp.cbs.max.cur"
          previewLabel="信用证币种"
        >
          <c-input
            v-model="model.gcdgrp.cbs.max.cur"
            maxlength="3"
            disabled
            placeholder="请输入Amount Claimed"
          ></c-input>
        </c-form-item>
      </c-col>

      <c-col :span="8">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.max.amt"
        >
          <c-input-currency
            v-model="model.gcdgrp.cbs.max.amt"
            placeholder="请输入信用证金额"
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>
      <c-col :span="5">
        <c-checkbox
          v-model="model.gctp.gcthdr"
          disabled
          style="
            margin-left: 18px;
            height: 32px;
            line-height: 32px;
            padding-bottom: 2px;
          "
          >Add. Amount
        </c-checkbox>
      </c-col>
      <c-col :span="11">
        <c-form-item
          label="Open Amount"
          prop="gcdgrp.cbs.opn1.cur"
          previewLabel="信用证币种"
        >
          <c-select
            v-model="model.gcdgrp.cbs.opn1.cur"
            placeholder=""
            style="width: 100%"
            disabled
          >
            <el-option
              v-for="item in codes.cur"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </c-form-item>
      </c-col>

      <c-col :span="8">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gcdgrp.cbs.opn1.amt"
        >
          <c-input-currency
            v-model="model.gcdgrp.cbs.opn1.amt"
            placeholder="请输入"
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
          <c-input
            v-model="model.gidgrp.rec.gartyp"
            placeholder="请输入Type of Undertaking"
            disabled
          >

       <c-col :span="24" v-if="model.gidgrp.rec.liadat=='X'" >
        <el-form-item
          
          label="Unlimited     Liability"
        >
        </el-form-item>
      </c-col>
                  
       <c-col :span="24" v-if="model.gidgrp.rec.liadat!=''" >
        <el-form-item label="Liability until" prop="gidgrp.rec.liadat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.liadat" disabled style="width:100%"  placeholder="请选择Liability until"></c-date-picker>
        </el-form-item>
       </c-col>

          </c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="Date of Claim" prop="gcdgrp.rec.clmdat">
          <c-input
            v-model="model.gcdgrp.rec.clmdat"
            maxlength="40"
            disabled
            placeholder="请输入Date of Claim"
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>
    <c-col :span="11" :offset="1">
      <c-col :span="12">
        <c-form-item
          label="Open Amount"
          prop="gidgrp.cbs.opn1.cur"
          previewLabel="信用证币种"
        >
          <c-select
            v-model="model.gidgrp.cbs.opn1.cur"
            placeholder=""
            style="width: 100%"
            disabled
          >
            <el-option
              v-for="item in codes.cur"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </c-form-item>
      </c-col>
      <c-col :span="12">
        <c-form-item
          previewLabel="信用证金额"
          style="text-align: left"
          label-width="5px"
          prop="gidgrp.cbs.opn1.amt"
        >
          <c-input-currency
            v-model="model.gidgrp.cbs.opn1.amt"
            placeholder="请输入信用证金额"
            disabled
          ></c-input-currency>
        </c-form-item>
      </c-col>

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

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

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

    <c-col :span="11" style="margin-top: 15px">
      <c-col :span="24">
        <el-form-item label="Select Rejection type " prop="lettername">
          <c-input
            v-model="model.lettername"
            maxlength="40"
            placeholder="请输入Select Rejection type"
          ></c-input>
        </el-form-item>
      </c-col>
      <!-- <c-col :span="12">
        <el-form-item label="new datafield" prop="rejtypsel">
            <c-input  v-model="model.rejtypsel" maxlength="1"  placeholder="请输入new datafield"></c-input>
        </el-form-item>
       </c-col> -->

      <!-- <c-col :span="12" >
         <div style="margin-top: 20px" border-style:solid>
    <el-radio-group v-model="model.rejtypsel" size="small">
      <el-radio label="Pending instructions" ></el-radio>
      <el-radio label="Outright,return documents"></el-radio>
    </el-radio-group>
  </div>
</c-col> -->
      <c-col :span="12">
        <el-card class="box-card">
          <template>
            <el-radio
              v-model="model.rejtypsel"
              label="Pending instructions"
            ></el-radio>
            <el-radio
              v-model="model.rejtypsel"
              label="Outright,return documents"
            ></el-radio>
          </template>
        </el-card>
      </c-col>
      <c-col :span="12">
        <el-form-item label=" Message Date" prop="gcdgrp.rec.msgdat">
          <c-date-picker
            type="date"
            v-model="model.gcdgrp.rec.msgdat"
            style="width: 100%"
            placeholder="请选择 Message Date"
          ></c-date-picker>
        </el-form-item>
      </c-col>
      <c-col :span="12">
        <c-checkbox
          v-model="model.mtabut.clsflgp"
          style="margin-left: 32px"
          :disabled="model.rejtypsel != 'Outright,return documents'"
          >Close Contract</c-checkbox
        >
      </c-col>

      <c-col :span="24">
        <el-form-item
          label="Reason of Rejection"
          prop="trnmod.swiadd.strinfs20"
        >
          <c-input
            type="textarea"
            v-model="model.trnmod.swiadd.strinfs20"
            maxlength="50"
            :rows="10"
            show-word-limit
            placeholder="请输入Reason of Rejection"
          ></c-input>
        </el-form-item>
      </c-col>

      <!-- <c-col :span="22">
        <el-form-item label="Disposal of Documents" prop="gcdgrp.blk.disdoc">
            <c-input type="textarea" v-model="model.gcdgrp.blk.disdoc" maxlength="35" show-word-limit placeholder="请输入Disposal of Documents" ></c-input>
        </el-form-item>
        </c-col>
<c-col :span="2">
 <c-button
                v-model="model.gctp.gidget.sdamod.seainf"
                style="margin: 0 0 0 10px; padding: 0 1px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">...</span>
              </c-button>
   </c-col> -->

      <c-col :span="24">
        <el-form-item label="Disposal of Documents" prop="gcdgrp.blk.disdoc">
          <c-fullbox>
            <c-input
              type="textarea"
              v-model="model.gcdgrp.blk.disdoc"
              maxlength="35"
              rows="3"
              show-word-limit
              placeholder="请输入Disposal of Documents"
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 0 0 10px; padding: 1px 1px"
                size="small"
                type="primary"
                @click="
                  showGridPromptDialog(
                    'gctp.disdoc.buttxmsel',
                    null,
                    null,
                    { TXT: 'gcdgrp.blk.disdoc' },
                    { TXT: false },
                    'doxpDialog'
                  )
                "
              >
                <span style="font-family: '宋体'; font-weight: bold">...</span>
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
    </c-col>

    <c-col :span="11" :offset="1" style="margin-top: 15px">
      <c-col :span="24">
        <c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
          <c-select
            v-model="model.gcdgrp.rec.docprbrol"
            placeholder="请选择Presented by"
            style="width: 100%"
            disabled
          >
          <el-option
              v-for="item in codes.docprbrol"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </c-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="Reference " prop="gcdgrp.prb.pts.ref">
          <c-input
            v-model="model.gcdgrp.prb.pts.ref"
            maxlength="16"
            disabled
            placeholder="请输入Reference "
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.prb.pts.extkey">
          <c-fullbox>
            <c-input
              disabled
              v-model="model.gcdgrp.prb.pts.extkey"
              maxlength="16"
              placeholder="请输入External Key of Address"
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                size="small"
                type="primary"
                style="margin: 0 0"
                @click="onPrbpDet"
              >
                Details
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.prb.pts.adrblk">
          <c-input
            disabled
            type="textarea"
            rows="4"
            v-model="model.gcdgrp.prb.pts.adrblk"
            maxlength="100"
            show-word-limit
            placeholder="请输入Address Block"
          ></c-input>
        </el-form-item>
      </c-col>

      <!-- <c-col :span="24">
        <el-form-item  label="名称地址" prop="gcdgrp.prb.namelc">
            <c-input :disabled="model.gcdgrp.rec.docprbrol=='BEN'" type="textarea" v-model="model.gcdgrp.prb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col> -->
      <!-- 
      <c-col :span="24">
        <el-form-item :disabled="model.gcdgrp.rec.docprbrol=='BEN'" label="地址" prop="gcdgrp.prb.adrelc">
            <c-input :disabled="model.gcdgrp.rec.docprbrol=='BEN'"  type="textarea" v-model="model.gcdgrp.prb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col> -->

      <!-- <c-col :span="24">
        <el-form-item label="Payer" prop="gcdgrp.rec.payrol">
            <c-select v-model="model.gcdgrp.rec.payrol" style="width:100%" placeholder="请选择Payer"  
            @change="onPayrol">
            <el-option
                  v-for="item in codes.payrol"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
        </el-form-item>
       </c-col>
       -->

      <c-col :span="24">
        <c-form-item label="Payer" prop="gcdgrp.rec.payrol">
          <c-select
            v-model="model.gcdgrp.rec.payrol"
            placeholder="请选择Payer"
            style="width: 100%"
            disabled
          >
            <el-option
              v-for="item in codes.payrol"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
          </c-select>
        </c-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.oth.pts.extkey">
          <c-fullbox>
            <c-input
              v-model="model.gcdgrp.oth.pts.extkey"
              maxlength="16"
              disabled
              placeholder="请输入External Key of Address"
            >
            </c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click="onOthpDet"
              >
                Details
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="gcdgrp.oth.pts.adrblk">
          <c-input
            type="textarea"
            rows="4"
            v-model="model.gcdgrp.oth.pts.adrblk"
            maxlength="100"
            disabled
            show-word-limit
            placeholder="请输入Address Block"
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>

    <!-- <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="gctp.gidget.sdamod.dadsnd">
            <c-input  v-model="model.gctp.gidget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Guarantee" prop="gidgrp.rec.ownref">
            <c-input  v-model="model.gidgrp.rec.ownref" maxlength="16"  placeholder="请输入Guarantee"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gctp.gidget.sdamod.seainf">
            <c-input  v-model="model.gctp.gidget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.expfldlab"   data-path=".gctp.expfldlab" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.explab"   data-path=".gctp.explab" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Valid until" prop="gidgrp.rec.expdat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.expdat" style="width:100%"  placeholder="请选择Valid until"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Currency" prop="gidgrp.cbs.opn1.cur">
            <c-input  v-model="model.gidgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入Currency"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gidgrp.cbs.opn1.amt">
            <c-input  v-model="model.gidgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Claim Number" prop="gcdgrp.rec.ownref">
            <c-input  v-model="model.gcdgrp.rec.ownref" maxlength="16"  placeholder="请输入Claim Number"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gctp.recget.sdamod.seainf">
            <c-input  v-model="model.gctp.recget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onGctpGetrefbut">
            Get ref.
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="gctp.recget.sdamod.dadsnd">
            <c-input  v-model="model.gctp.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Externally Displayed Name to Identify the Contract" prop="gcdgrp.rec.nam">
            <c-input  v-model="model.gcdgrp.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="Amount Claimed" prop="gcdgrp.cbs.max.cur">
            <c-input  v-model="model.gcdgrp.cbs.max.cur" maxlength="3"  placeholder="请输入Amount Claimed"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Balance" prop="gcdgrp.cbs.max.amt">
            <c-input  v-model="model.gcdgrp.cbs.max.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.gctp.adaflg">Add. Amount</c-checkbox>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Applicant" prop="gcdgrp.apl.pts.ref">
            <c-input  v-model="model.gcdgrp.apl.pts.ref" maxlength="16"  placeholder="请输入Applicant"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Open Amount" prop="gcdgrp.cbs.opn1.cur">
            <c-input  v-model="model.gcdgrp.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="gcdgrp.cbs.opn1.amt">
            <c-input  v-model="model.gcdgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Name of Party" prop="gcdgrp.apl.pts.nam">
            <c-input  v-model="model.gcdgrp.apl.pts.nam" maxlength="40"  placeholder="请输入Name of Party"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
            <c-select v-model="model.gidgrp.rec.gartyp" style="width:100%" placeholder="请选择Type of Undertaking">
              </c-select>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.aplmullab"   data-path=".gctp.aplmullab" > </span>
	</c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Beneficiary" prop="gcdgrp.ben.pts.ref">
            <c-input  v-model="model.gcdgrp.ben.pts.ref" maxlength="16"  placeholder="请输入Beneficiary"></c-input>
        </el-form-item>
       </c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.liafldlab"   data-path=".gctp.liafldlab" > </span>
	</c-col>
                  
	<c-col :span="12">
	    <span  v-text="model.gctp.lialab"   data-path=".gctp.lialab" > </span>
	</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Liability until" prop="gidgrp.rec.liadat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.liadat" style="width:100%"  placeholder="请选择Liability until"></c-date-picker>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Name of Party" prop="gcdgrp.ben.pts.nam">
            <c-input  v-model="model.gcdgrp.ben.pts.nam" maxlength="40"  placeholder="请输入Name of Party"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Date of Claim" prop="gcdgrp.rec.clmdat">
            <c-date-picker type="date"  v-model="model.gcdgrp.rec.clmdat" style="width:100%"  placeholder="请选择Date of Claim"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Select Rejection type" prop="lettername">
            <c-input  v-model="model.lettername" maxlength="40"  placeholder="请输入Select Rejection type"></c-input>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
            <c-select v-model="model.gcdgrp.rec.docprbrol" style="width:100%" placeholder="请选择Presented by">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="new datafield" prop="rejtypsel">
            <c-input  v-model="model.rejtypsel" maxlength="1"  placeholder="请输入new datafield"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Reference" prop="gcdgrp.prb.pts.ref">
            <c-input  v-model="model.gcdgrp.prb.pts.ref" maxlength="16"  placeholder="请输入Reference"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Rejection Message Date" prop="gcdgrp.rec.msgdat">
            <c-date-picker type="date"  v-model="model.gcdgrp.rec.msgdat" style="width:100%"  placeholder="请选择Rejection Message Date"></c-date-picker>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="gctp.prbp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.gctp.prbp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Key of Address" prop="gcdgrp.prb.pts.extkey">
            <c-input  v-model="model.gcdgrp.prb.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gctp.prbp.ptsget.sdamod.seainf">
            <c-input  v-model="model.gctp.prbp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onPrbpDet">
            Details
        </c-button>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.mtabut.clsflg">Close Flag</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="gcdgrp.prb.namelc">
            <c-input type="textarea" v-model="model.gcdgrp.prb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Address Block" prop="gcdgrp.prb.pts.adrblk">
            <c-input type="textarea" v-model="model.gcdgrp.prb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="gcdgrp.prb.dbfadrblkcn">
            <c-input type="textarea" v-model="model.gcdgrp.prb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Reason of Rejection" prop="trnmod.swiadd.strinfs20">
            <c-input type="textarea" v-model="model.trnmod.swiadd.strinfs20" maxlength="50" show-word-limit placeholder="请输入Reason of Rejection" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="gcdgrp.prb.adrelc">
            <c-input type="textarea" v-model="model.gcdgrp.prb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Payer" prop="gcdgrp.rec.payrol">
            <c-select v-model="model.gcdgrp.rec.payrol" style="width:100%" placeholder="请选择Payer">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="gctp.othp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.gctp.othp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Key of Address" prop="gcdgrp.oth.pts.extkey">
            <c-input  v-model="model.gcdgrp.oth.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gctp.othp.ptsget.sdamod.seainf">
            <c-input  v-model="model.gctp.othp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onOthpDet">
            Details
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="gcdgrp.oth.namelc">
            <c-input type="textarea" v-model="model.gcdgrp.oth.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Address Block" prop="gcdgrp.oth.pts.adrblk">
            <c-input type="textarea" v-model="model.gcdgrp.oth.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="gcdgrp.oth.dbfadrblkcn">
            <c-input type="textarea" v-model="model.gcdgrp.oth.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="gcdgrp.oth.adrelc">
            <c-input type="textarea" v-model="model.gcdgrp.oth.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Disposal of Documents" prop="gcdgrp.blk.disdoc">
            <c-input type="textarea" v-model="model.gcdgrp.blk.disdoc" maxlength="35" show-word-limit placeholder="请输入Disposal of Documents" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onDisdocButtxmsel">
            ...
        </c-button>
       </c-col> -->
  </div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitcrj/Event";

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