<template>
  <div class="eibs-tab">
      <c-col :span="11">
      <c-col :span="24">
        <el-form-item label="Date of Reduction" prop="gidgrp.rec.reddat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.reddat" style="width:100%"  placeholder="请选择Date of Reduction"></c-date-picker>
        </el-form-item>
       </c-col>

 <c-col :span="24">
        <el-form-item label="Account Specification" prop="gidgrp.blk.accspc">
            <c-input  v-model="model.gidgrp.blk.accspc" maxlength="35"  placeholder="请输入Account Specification"></c-input>
        </el-form-item>
       </c-col>

<c-col :span="12">
        <el-form-item label="Amount Reduced" prop="gidgrp.rec.redcur">
            <c-input  v-model="model.gidgrp.rec.redcur" maxlength="3"  placeholder="请输入Amount Reduced"></c-input>
        </el-form-item>
       </c-col>
  <c-col :span="12">
        <el-form-item label="" prop="gidgrp.rec.redamt" style="text-align: left"
          label-width="5px">
            <c-input  v-model="model.gidgrp.rec.redamt"  placeholder="请输入Reduced Amount to be Paid"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="Amount Specification" prop="gidgrp.blk.amtspc">
            <c-input type="textarea" v-model="model.gidgrp.blk.amtspc" rows="4" maxlength="35" show-word-limit placeholder="请输入Amount Specification" ></c-input>
        </el-form-item>
        </c-col>

 <c-col :span="12">
        <el-form-item label="Amount Outstanding" prop="gidgrp.rec.outcur">
            <c-input  v-model="model.gidgrp.rec.outcur" maxlength="3"  placeholder="请输入Amount Outstanding"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="gidgrp.rec.outamt" style="text-align: left"
          label-width="5px">
            <c-input  v-model="model.gidgrp.rec.outamt"  placeholder="请输入Outstanding Amount"></c-input>
        </el-form-item>
       </c-col>

 <c-col :span="12">
        <el-form-item label="Amount of Charges" prop="trnmod.swiadd.chacur">
            <c-input  v-model="model.trnmod.swiadd.chacur" maxlength="3"  placeholder="请输入Amount of Charges"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="trnmod.swiadd.chaamt" style="text-align: left"
          label-width="5px">
            <c-input  v-model="model.trnmod.swiadd.chaamt"  placeholder="请输入charges amount"></c-input>
        </el-form-item>
       </c-col>
               <c-col :span="24">
        <el-form-item label="Details of Charges " prop="gidgrp.blk.chaded">
            <c-input type="textarea" v-model="model.gidgrp.blk.chaded" rows="4" maxlength="35" show-word-limit placeholder="请输入Details of Charges " ></c-input>
        </el-form-item>
        </c-col>   

<c-col :span="24">
        <el-form-item
          label=""
          prop="gidgrp.acb.pts.extkey"
        >
          <c-fullbox>
            <c-input
              v-model="model.gidgrp.acb.pts.extkey"
              maxlength="16"
              placeholder="请输入External Key of Address"
              @keyup.enter.native="
                showGridPromptDialog(`gidgrp.acb.pts.extkey`)
              "
            >
            </c-input>
            <template slot="footer">
              <c-button
                v-model="model.gitp0.acbp.ptsget.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
                style="margin: 0 0"
                size="small"
                type="primary"
                @click="onAcbpDet"       
              >
                Details
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
        
                  
      
                  
       <c-col :span="24">
        <el-form-item label="Address Block" prop="gidgrp.acb.pts.adrblk">
            <c-input type="textarea" v-model="model.gidgrp.acb.pts.adrblk" maxlength="35" rows="4" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>   
 </c-col>

       <!-- <c-col :span="12">
        <el-form-item label="Date of Reduction" prop="gidgrp.rec.reddat">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.reddat" style="width:100%"  placeholder="请选择Date of Reduction"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Account Specification" prop="gidgrp.blk.accspc">
            <c-input  v-model="model.gidgrp.blk.accspc" maxlength="35"  placeholder="请输入Account Specification"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Amount Reduced" prop="gidgrp.rec.redcur">
            <c-input  v-model="model.gidgrp.rec.redcur" maxlength="3"  placeholder="请输入Amount Reduced"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Reduced Amount to be Paid" prop="gidgrp.rec.redamt">
            <c-input  v-model="model.gidgrp.rec.redamt"  placeholder="请输入Reduced Amount to be Paid"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Amount Specification" prop="gidgrp.blk.amtspc">
            <c-input type="textarea" v-model="model.gidgrp.blk.amtspc" maxlength="35" show-word-limit placeholder="请输入Amount Specification" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Amount Outstanding" prop="gidgrp.rec.outcur">
            <c-input  v-model="model.gidgrp.rec.outcur" maxlength="3"  placeholder="请输入Amount Outstanding"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Outstanding Amount" prop="gidgrp.rec.outamt">
            <c-input  v-model="model.gidgrp.rec.outamt"  placeholder="请输入Outstanding Amount"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Amount of Charges" prop="trnmod.swiadd.chacur">
            <c-input  v-model="model.trnmod.swiadd.chacur" maxlength="3"  placeholder="请输入Amount of Charges"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="charges amount" prop="trnmod.swiadd.chaamt">
            <c-input  v-model="model.trnmod.swiadd.chaamt"  placeholder="请输入charges amount"></c-input>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Details of Charges " prop="gidgrp.blk.chaded">
            <c-input type="textarea" v-model="model.gidgrp.blk.chaded" maxlength="35" show-word-limit placeholder="请输入Details of Charges " ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="gitp0.acbp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.gitp0.acbp.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="gidgrp.acb.pts.extkey">
            <c-input  v-model="model.gidgrp.acb.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="gitp0.acbp.ptsget.sdamod.seainf">
            <c-input  v-model="model.gitp0.acbp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onAcbpDet">
            Details
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="gidgrp.acb.namelc">
            <c-input type="textarea" v-model="model.gidgrp.acb.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="gidgrp.acb.pts.adrblk">
            <c-input type="textarea" v-model="model.gidgrp.acb.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="gidgrp.acb.dbfadrblkcn">
            <c-input type="textarea" v-model="model.gidgrp.acb.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="gidgrp.acb.adrelc">
            <c-input type="textarea" v-model="model.gidgrp.acb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-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/Gitcan/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
    mixins: [commonProcess],
    data(){
        return {

        }
    },
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>