<template>
  <!-- <div class="eibs-tab"> -->
  <c-row>
      <!-- ======================= 顶部 ========================= -->
        
        <c-col :span="24"> 
            <c-col :span="8">
                <el-form-item label="Reference" prop="lidgrp.rec.ownref">
                    <c-input  
                        v-model="model.lidgrp.rec.ownref" 
                        maxlength="16" 
                        disabled 
                        placeholder="请输入Reference"
                    ></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="4">
                <el-form-item label="" label-width="15px">
                    <c-button size="small" type="primary;width:10%" @click="onSeainf" >
                        i
                    </c-button>
                    <c-button size="small" type="primary"  @click="onLitpButgetref">
                        Get Ref
                    </c-button>
                </el-form-item>
            </c-col>

            <c-col :span="12">
                <el-form-item label="Name" prop="lidgrp.rec.nam">
                    <c-input  v-model="model.lidgrp.rec.nam" maxlength="40" disabled placeholder="请输入Name"></c-input>
                </el-form-item>
            </c-col>

        </c-col> 

        <!-- ======================左边====================== --> 
        <c-col :span="11">
            <c-col :span="24">
                <el-form-item label="Form of L/C" prop="lidgrp.rec.lcrtyp">
                    <c-select v-model="model.lidgrp.rec.lcrtyp" style="width:100%" placeholder="请选择Form of L/C">
                    </c-select>
                </el-form-item>
            </c-col>

            <c-col :span="16">
                <el-form-item label="Responsible User" prop="litp.usr.extkey">
                    <c-input  v-model="model.litp.usr.extkey" maxlength="8" disabled placeholder="请输入Responsible User"></c-input>
                </el-form-item>
            </c-col>
            <c-col :span="8">
                <el-form-item label="" label-width="15px">
                    <c-button size="small" type="primary;width:10%" @click="onExtkey" >
                        i
                    </c-button>
                </el-form-item>
            </c-col>
            
       <!-- LITPOP INFLID 显示-->
       <!--           
       <c-col :span="12">
	    <c-checkbox v-model="model.lidgrp.rec.resflg">Reserved Contract</c-checkbox>
       </c-col>
       -->  

            <c-col :span="10">
                <el-form-item label="Nominal Amount" prop="lidgrp.cbs.nom1.cur">
                    <c-select
                        v-model="model.lidgrp.cbs.nom1.cur"
                        style="width: 100%"
                        placeholder="请选择Currency"
                        @keyup.enter.native="nom1CurEvent"
                    >
                        <el-option
                            v-for="item in codes.cur"
                            :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="20px"
                    prop="lidgrp.cbs.nom1.amt"
                >
                    <c-input
                        v-model="model.lidgrp.cbs.nom1.amt"
                        style="text-align: left; width: 100%"
                        placeholder="请输入Nominal Amount"
                    ></c-input>
                </el-form-item>
            </c-col>
                  
            <c-col :span="2" class="centerLable" >
                <c-checkbox v-model="model.litp.aamp.aammod.addamtflg">Add. Amount</c-checkbox>
            </c-col>

            <c-col :span="14">
                <el-form-item label="Amount Tolerance +/-" prop="lidgrp.rec.nomtop">
                    <c-input
                        v-model="model.lidgrp.rec.nomtop"
                        maxlength="9"
                        placeholder="请输入Amount Tolerance - Positive"
                    ></c-input>
                </el-form-item>
            </c-col>
            <c-col :span="10" style="text-align: left">
                <el-form-item
                    label="-"
                    style="text-align: left; margin-left: 12px"
                    label-width="20px"
                    prop="lidgrp.rec.nomton"
                >
                    <c-input
                        v-model="model.lidgrp.rec.nomton"
                        maxlength="9"
                        placeholder="请输入Amount Tolerance - Negative"
                    ></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item label="Amount Specification" prop="lidgrp.rec.nomspc">
                    <c-select v-model="model.lidgrp.rec.nomspc" style="width:100%" disabled placeholder="请选择Amount Specification">
                    </c-select>
                </el-form-item>
            </c-col>

             <c-col :span="10">
                <el-form-item label="Maximum Amount" prop="lidgrp.cbs.max.cur">
                    <c-select v-model="model.lidgrp.cbs.max.cur" style="width:100%" disabled placeholder="请选择Maximum Amount币种" 
                        @keyup.enter.native="nom1CurEvent">
                        <el-option
                            v-for="item in codes.cur"
                            :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 label="" style="text-align: left" label-width="20px" prop="lidgrp.cbs.max.amt">
                    <c-input  v-model="model.lidgrp.cbs.max.amt" style="text-align: left; width: 100%" disabled placeholder="请输入Maximum Amount"></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="12">
                <el-form-item label="L/C Issued on" prop="lidgrp.rec.opndat">
                    <c-date-picker type="date"  v-model="model.lidgrp.rec.opndat" style="width:100%"  placeholder="请选择L/C Issued on"></c-date-picker>
                </el-form-item>
            </c-col>
                                   
            <c-col :span="12">
                <el-form-item label="Date Pre-advised" prop="lidgrp.rec.preadvdt" label-width="130px" style="margin-left: 20px">
                    <c-date-picker type="date"  v-model="model.lidgrp.rec.preadvdt" style="width:100%" placeholder="请选择Date Pre-advised"></c-date-picker>
                </el-form-item>
            </c-col>
                                               
            <c-col :span="12">
                <el-form-item label="Latest Shipment Date" prop="lidgrp.rec.shpdat">
                    <c-date-picker type="date"  v-model="model.lidgrp.rec.shpdat" style="width:100%"  placeholder="请选择Latest Shipment Date"></c-date-picker>
                </el-form-item>
            </c-col>
                        
            <c-col :span="11" :offset="1" class="centerLable">
                <c-checkbox v-model="model.lidgrp.rec.dkflg" disabled>是否代开信用证</c-checkbox>
            </c-col>
                                               
            <c-col :span="24">
                <el-form-item label="L/C Expiring on" prop="lidgrp.rec.expdat">
                    <c-date-picker type="date"  v-model="model.lidgrp.rec.expdat" style="width:30%"  placeholder="请选择L/C Expiring on"></c-date-picker>
                </el-form-item>
            </c-col>
                                               
            <c-col :span="24">
                <el-form-item label="in (Place)/ counters of" prop="lidgrp.rec.expplc">
                    <c-input  v-model="model.lidgrp.rec.expplc" maxlength="29"  placeholder="请输入in (Place)/ counters of"></c-input>
                </el-form-item>
            </c-col>
                                               
            <c-col :span="24">
                <el-form-item label="Partial Shipment" prop="lidgrp.rec.shppar">
                    <c-select v-model="model.lidgrp.rec.shppar" style="width:70%" placeholder="请选择Partial Shipment">
                    </c-select>
                </el-form-item>
            </c-col>
                        
                        
            <c-col :span="24">
                <el-form-item label="Transhipment" prop="lidgrp.rec.shptrss18">
                    <c-select v-model="model.lidgrp.rec.shptrss18" style="width:70%" placeholder="请选择Transhipment">
                    </c-select>
                </el-form-item>
            </c-col>
                                               
            <c-col :span="24">
                <el-form-item label="Applicable Rules" prop="lidgrp.rec.apprul">
                    <c-select v-model="model.lidgrp.rec.apprul" style="width:70%" placeholder="请选择Applicable Rules">
                    </c-select>
                </el-form-item>
            </c-col>
                        
                        
            <c-col :span="24">
                <el-form-item label="Other Applicable Rules" prop="lidgrp.rec.apprultxt">
                    <c-input  v-model="model.lidgrp.rec.apprultxt" maxlength="35"  placeholder="请输入Other Applicable Rules"></c-input>
                </el-form-item>
            </c-col>
                                        
            <c-col :span="12">
                <el-form-item label="Confirm. Instructions" prop="lidgrp.rec.cnfdet">
                    <c-select v-model="model.lidgrp.rec.cnfdet" style="width:100%" placeholder="请选择Confirm. Instructions">
                    </c-select>
                </el-form-item>
            </c-col>
            <!--
            <c-col :span="12">
                <span  v-text="model.litp.oppbnkl"   data-path=".litp.oppbnkl" > </span>
            </c-col>
            -->                  
            <c-col :span="12">
                <el-form-item label="对手行代码" prop="lidgrp.rec.oppbnk" v-if="zmqflg" > <!--自贸区标志 -->
                    <c-input  
                        v-model="model.lidgrp.rec.oppbnk" 
                        maxlength="12" 
                        placeholder="请输入对手行代码"
                    ></c-input>
                </el-form-item>
            </c-col>
                                               
            <c-col :span="24">
                <el-form-item label="Mortgage Flag" prop="lidgrp.rec.guaflg">
                    <c-select v-model="model.lidgrp.rec.guaflg" style="width:30%" placeholder="请选择Mortgage Flag">
                    </c-select>
                </el-form-item>
            </c-col>
                                         
            <c-col :span="12">
                <el-form-item label="Register Ref." prop="lidgrp.rec.regref">
                    <c-input  v-model="model.lidgrp.rec.regref" maxlength="16" disabled placeholder="请输入Register Ref."></c-input>
                </el-form-item>
            </c-col>

        </c-col>

        <!-- ======================右边====================== --> 
        <c-col :span="11" :offset="1">
            <c-col :span="24">
                <el-form-item label="Applicant              Ref." prop="lidgrp.apl.pts.ref">
                    <c-input  v-model="model.lidgrp.apl.pts.ref" maxlength="16" style="width:70%" placeholder="请输入Applicant              Ref."></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="16">
                <el-form-item label="Extkey" prop="lidgrp.apl.pts.extkey">
                    <c-input  v-model="model.lidgrp.apl.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="8">
                <el-form-item label="" label-width="15px">
                    <c-button
                        size="small"
                        type="primary;width:10%"
                        @click="onSeainf('lidgrp.apl.pts.extkey')"
                        >i</c-button
                    >
                    <c-button size="small" type="primary" @click="onAplpDet">
                        Details
                    </c-button>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item label="Address Block" prop="lidgrp.apl.pts.adrblk">
                    <c-input 
                        type="textarea" 
                        :rows="4"
                        v-model="model.lidgrp.apl.pts.adrblk" 
                        maxlength="35" 
                        disabled
                        show-word-limit 
                        placeholder="请输入Address Block" ></c-input>
                </el-form-item>
            </c-col>
            <!-- 需要处理            
            <c-col :span="12">
                <el-form-item label="Chinese address" prop="lidgrp.apl.dbfadrblkcn">
                    <c-input type="textarea" v-model="model.lidgrp.apl.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="lidgrp.apl.namelc">
                    <c-input type="textarea" v-model="model.lidgrp.apl.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
                </el-form-item>
            </c-col>
                                            
            <c-col :span="12">
                <el-form-item label="地址" prop="lidgrp.apl.adrelc">
                    <c-input type="textarea" v-model="model.lidgrp.apl.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
                </el-form-item>
            </c-col>
            -->

            <c-col :span="24">
                <el-form-item label="Advising Bank     Ref." prop="lidgrp.adv.pts.ref">
                    <c-input  v-model="model.lidgrp.adv.pts.ref" maxlength="16" style="width:70%" placeholder="请输入Advising Bank     Ref."></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="16">
                <el-form-item label="Extkey" prop="lidgrp.adv.pts.extkey">
                    <c-input  v-model="model.lidgrp.adv.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
                </el-form-item>
            </c-col>
                  
            <c-col :span="8">
                <el-form-item label="" label-width="15px">
                    <c-button
                        size="small"
                        type="primary;width:10%"
                        @click="onSeainf('lidgrp.adv.pts.extkey')"
                        >i</c-button
                    >
                    <c-button size="small" type="primary" @click="onAdvpDet">
                        Details
                    </c-button>
                </el-form-item>
            </c-col>
                        
            <c-col :span="24">
                <el-form-item label="Address Block" prop="lidgrp.adv.pts.adrblk">
                    <c-input 
                        type="textarea"
                        :rows="4" 
                        v-model="model.lidgrp.adv.pts.adrblk" 
                        maxlength="35" 
                        disabled
                        show-word-limit 
                        placeholder="请输入Address Block" ></c-input>
                </el-form-item>
            </c-col>
            <!--需要处理           
            <c-col :span="12">
                <el-form-item label="Chinese address" prop="lidgrp.adv.dbfadrblkcn">
                    <c-input type="textarea" v-model="model.lidgrp.adv.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="lidgrp.adv.namelc">
                    <c-input type="textarea" v-model="model.lidgrp.adv.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
                </el-form-item>
            </c-col>
                
            <c-col :span="12">
                <el-form-item label="地址" prop="lidgrp.adv.adrelc">
                    <c-input type="textarea" v-model="model.lidgrp.adv.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
                </el-form-item>
            </c-col>
            -->

            <c-col :span="24">
                <el-form-item label="Beneficiary           Ref." prop="lidgrp.ben.pts.ref">
                    <c-input  v-model="model.lidgrp.ben.pts.ref" maxlength="16" style="width:70%" placeholder="请输入Beneficiary           Ref."></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="16">
                <el-form-item label="Extkey" prop="lidgrp.ben.pts.extkey">
                    <c-input  v-model="model.lidgrp.ben.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
                </el-form-item>
            </c-col>
                        
            <c-col :span="8">
                <el-form-item label="" label-width="15px">
                    <c-button
                        size="small"
                        type="primary;width:10%"
                        @click="onSeainf('lidgrp.ben.pts.extkey')"
                        >i</c-button
                    >
                    <c-button size="small" type="primary" @click="onBenpDet">
                        Details
                    </c-button>
                </el-form-item>
            </c-col>
                        
            <c-col :span="24">
                <el-form-item label="Address Block" prop="lidgrp.ben.pts.adrblk">
                    <c-input 
                        type="textarea"
                        :rows="4" 
                        v-model="model.lidgrp.ben.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="lidgrp.ben.dbfadrblkcn">
                    <c-input type="textarea" v-model="model.lidgrp.ben.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="lidgrp.ben.namelc">
                    <c-input type="textarea" v-model="model.lidgrp.ben.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="12">
                <el-form-item label="地址" prop="lidgrp.ben.adrelc">
                    <c-input type="textarea" v-model="model.lidgrp.ben.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
                </el-form-item>
            </c-col>
            -->

            <c-col :span="18" class="centerLable marginLable">
                <c-checkbox v-model="model.lidgrp.rec.rmbflg">Reimbursement Information</c-checkbox>
            </c-col>

            <c-col :span="18" class="centerLable marginLable">
                <c-checkbox v-model="model.lidgrp.rec.revflg" disabled>Revolving Flag</c-checkbox>
            </c-col>
                                        
            <c-col :span="24">
                <el-form-item label="合同号" prop="lidgrp.rec.rptref">
                    <c-input  v-model="model.lidgrp.rec.rptref" maxlength="25"  placeholder="请输入合同号"></c-input>
                </el-form-item>
            </c-col>
                                    
        </c-col>                   

  </c-row>
</template>
<script>
import Api from "~/service/Api";
import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Litopn/Event";

export default {
  inject: ['root'],
  props: ["model", "codes"],
  mixins: [CommonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function() {}
};
</script>
<style>
.centerLable {
  margin-left: -10px;
  height: 32px;
  line-height: 32px;
}
.marginLable {
  padding-left: 160px;
}
</style>