<template>
  <div class="eibs-tab">
      <!-- =================顶部====================== -->
    <c-row>
      <c-col :span="24">
        <c-col :span="11">
          <el-form-item
            label="Reference"
            prop="ledgrp.rec.ownref"
            style="width: 100%"
          >
            <c-fullbox>
              <c-input
                v-model="model.ledgrp.rec.ownref"
                maxlength="16"
                placeholder="请输入Reference"
                style="width: 95%"
                :disabled="true"
              >
              </c-input>
              <template slot="footer">
                <c-button
                  style="margin: 0 10px 0 0; padding: 0 12px"
                  size="small"
                  type="primary"
                  @click="onSeainf"
                >
                  <span
                    style="
                      font-size: 15px;
                      font-family: '宋体';
                      font-weight: bold;
                    "
                    >i</span
                  >
                </c-button>
                <c-button
                  style="margin: 0 0"
                  size="small"
                  type="primary"
                  :disabled="
                    model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref
                      ? false
                      : true
                  "
                  @click="onLetpButgetref"
                >
                Get Ref
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <c-col :span="11" :offset="1">
          <el-form-item label="摘要" prop="ledgrp.rec.nam">
            <c-input
              text-align="middle"
              v-model="model.ledgrp.rec.nam"
              maxlength="40"
              placeholder="请输入"
              disabled
            >
            </c-input>
          </el-form-item>
        </c-col>
      </c-col>
    </c-row>

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

        <!-- Responsible user  所属客户经理-->
        <c-col :span="24">
          <el-form-item label="Responsible user" prop="letp.usr.extkey">
            <c-fullbox>
              <c-input v-model="model.letp.usr.extkey" maxlength="8" placeholder="请输入" disabled></c-input>
              <template slot="footer">
                <c-button style="margin-left:10px;padding: 0 10px;" size="small" icon="el-icon-search" type="primary"
                @click="onExtkey"></c-button>
                <c-checkbox :disabled="true" style="margin-left:5px;" v-model="model.ledgrp.rec.collflg">Collateralized L/C</c-checkbox>  
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col> 

        <!-- Nominal Amount  信用证金额-->
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="Nominal Amount" prop="ledgrp.cbs.nom1.cur">
              <c-select v-model="model.ledgrp.cbs.nom1.cur" style="width: 100%" placeholder="请选择币种" 
              :code="codes.curtxt1"
              disabled>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="7">
            <el-form-item label="" label-width="5px" prop="ledgrp.cbs.nom1.amt">
              <c-input-currency v-model="model.ledgrp.cbs.nom1.amt" style="text-align: left; width: 95%"
                placeholder="请输入Nominal Amount" @keyup.enter.native="$event.target.blur()" 
                disabled></c-input-currency>
                <!-- @keyup.enter.native="$event.target.blur()" :回车触发失去焦点发生的事件 -->
              <!-- <c-input-currency v-model="model.ledgrp.cbs.nom1.amt" style="text-align: left; width: 100%"
                placeholder="请输入Nominal Amount"></c-input-currency> -->
            </el-form-item>
          </c-col>
          <c-col :span="5">
            <c-checkbox v-model="model.letp.aamp.aammod.addamtflg" style="margin-left:-1px;"
            disabled>Add. Amount</c-checkbox>
          </c-col>
        </c-col>

            <!-- 金额浮动 Amount Tolerance +/- -->
        <c-col :span="24">
          <c-col :span="12">
            <c-form-item label="Amount Tolerance +/-" prop="ledgrp.rec.nomtop">
              <c-input v-model.number="model.ledgrp.rec.nomtop" maxlength="2" style="width: 100%"
                placeholder="请输入Amount Tolerance - Positive"
                class="m-input-currency"
                @keyup.enter.native="$event.target.blur()"
                disabled></c-input>
            </c-form-item>
          </c-col>
          <c-col :span="7">
            <el-form-item label="" label-width="5px" prop="ledgrp.rec.nomton">
              <c-input v-model.number="model.ledgrp.rec.nomton" maxlength="2" style="width: 95%"
                placeholder="请输入Amount Tolerance - Negative"
                @keyup.enter.native="$event.target.blur()"
                class="m-input-currency"
                disabled></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="5">
            <!-- <c-checkbox v-model="model.ledgrp.preadvflg" style="margin-left:10px;">预先通知</c-checkbox> -->
          </c-col>
        </c-col>

            <!-- Amount Specification 适用金额规范-->
        <c-col :span="24">
          <c-col :span="19">
            <el-form-item label="Amount Specification" prop="ledgrp.rec.nomspc">
              <c-select v-model="model.ledgrp.rec.nomspc" style="width: 97%" placeholder="请选择适用金额规范"
                :code="codes.nomspc" disabled>
              </c-select>
            </el-form-item>
          </c-col>
          <!-- Incoming Transfer -->
          <c-col :span="5">
            <c-checkbox v-model="model.ledgrp.rec.inctrf" style="margin-left:-1px;" disabled>Incoming Transfer</c-checkbox>
          </c-col>
        </c-col>

        <!-- Maximum Amount 信用证最大金额-->
        <c-col :span="24">
        <c-col :span="12">
          <el-form-item label="Maximum Amount" prop="ledgrp.cbs.max.cur">
            <c-select
              v-model="model.ledgrp.cbs.max.cur"
              style="width: 100%"
              placeholder="请选择币种"
              :code="codes.curtxt1"
              disabled
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="12">
          <el-form-item label="" label-width="5px" prop="ledgrp.cbs.max.amt">
            <c-input
              disabled
              v-model="model.ledgrp.cbs.max.amt"
              placeholder="请输入最大金额"
              class="m-input-currency"
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>

      <c-col :span="24">
                  <!-- Issued on开证日期   Date Pre-advised 预通知日期-->
        <c-col :span="12">
          <el-form-item label="Issued on" prop="ledgrp.rec.opndat">
            <c-date-picker type="date" v-model="model.ledgrp.rec.opndat" style="width: 100%" value-format="yyyy-MM-dd"
              placeholder="请选择开证日期">
            </c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="11" :offset="1">
          <el-form-item label="Date Pre-advised" label-width="120px" prop="ledgrp.rec.preadvdt">
            <c-date-picker type="date" v-model="model.ledgrp.rec.preadvdt" style="width: 100%"  value-format="yyyy-MM-dd" placeholder="请选择日期" disabled>
            </c-date-picker>
          </el-form-item>
        </c-col>
      </c-col>

      <c-col :span="24">
                              <!-- Shipment Date 装运日期 -->
        <c-col :span="12">
          <el-form-item label="Shipment Date" prop="ledgrp.rec.shpdat">
            <c-date-picker type="date" v-model="model.ledgrp.rec.shpdat" style="width: 100%" placeholder="请选择装运日期" value-format="yyyy-MM-dd">
            </c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="11" :offset="1">
          <el-form-item label="Released on" label-width="120px" prop="ledgrp.rec.advdat">
            <c-date-picker disabled type="date" v-model="model.ledgrp.rec.advdat" style="width: 100%" placeholder="请选择通知日期" value-format="yyyy-MM-dd">
            </c-date-picker>
          </el-form-item>
        </c-col>
      </c-col>

      <c-col :span="24">
            <!--Expiring on 到期日 -->
        <c-col :span="12">
          <el-form-item label="Expiring on" prop="ledgrp.rec.expdat">
            <c-date-picker
              type="date"
              v-model="model.ledgrp.rec.expdat"
              style="width: 100%"
              disabled
              placeholder="请选择到期日"
              value-format="yyyy-MM-dd"
            ></c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="12"></c-col>
      </c-col>

                            <!-- in (Place)/counters of有效地点 -->
        <c-col :span="24">
          <el-form-item label="in (Place)/counters of" prop="ledgrp.rec.expplc">
            <c-input
              v-model="model.ledgrp.rec.expplc"
              maxlength="29"
              placeholder="有效地点"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Confirmation Instruct" prop="ledgrp.rec.cnfdet">
            <c-select
              v-model="model.ledgrp.rec.cnfdet"
              style="width: 100%"
              placeholder="请选择确认接收指示"
              :code="codes.cnfins"
              disabled
            >
            </c-select>
          </el-form-item>
        </c-col>

                    <!--Applicable Rules 适用规则 -->
        <c-col :span="24">
          <el-form-item label="Applicable Rules" prop="ledgrp.rec.apprul">
            <c-select
              v-model="model.ledgrp.rec.apprul"
              style="width: 100%"
              placeholder="请选择Applicable Rules"
              :code="codes.apprul1"
              @change="apprulChange"
            >
            </c-select>
          </el-form-item>
        </c-col>

              <!-- 其他规则 -->
        <c-col :span="24">
          <el-form-item label="Other Applicable Rules" prop="ledgrp.rec.apprultxt">
            <c-input
              v-model="model.ledgrp.rec.apprultxt"
              maxlength="35"
              placeholder="请输入其他规则"
              :disabled="model.ledgrp.rec.apprul === 'OTHR' ? false : true"
            ></c-input>
          </el-form-item>
        </c-col>
              <!--Partial Shipment 分批装运 -->
        <c-col :span="24">
          <el-form-item label="Partial Shipment" prop="ledgrp.rec.shppar">
            <c-select
              v-model="model.ledgrp.rec.shppar"
              style="width: 100%"
              placeholder="请选择Partial Shipment"
              :code="codes.shptrss18"
            >
            </c-select>
          </el-form-item>
        </c-col>

                      <!--Transshipment 转运 -->
        <c-col :span="24">
          <el-form-item label="Transshipment" prop="ledgrp.rec.shptrss18">
            <c-select
              v-model="model.ledgrp.rec.shptrss18"
              style="width: 100%"
              placeholder="请选择Transshipment"
              :code="codes.shptrss18"
            >
            </c-select>
          </el-form-item>
        </c-col>
      </c-col>

            <!-- ========================右边======================= -->
      <c-col :span="11" :offset="1">
          <!--Beneficiary Ref. 受益人 -->
        <c-col :span="24">
          <c-ptap
            :model="model"
            :argadr="{
              title: 'Beneficiary Ref.',
              grp: 'ledgrp',
              rol: 'ben',
            }"
            :disabled="true"
            @onSeainf="onSeainf"
            @onAplpDet="onBenpDet"
          >
          </c-ptap>
        </c-col>

                      <!-- 开证行 Issuer Ref.-->
        <c-col :span="24">
          <c-ptap
            :model="model"
            :argadr="{
              title: 'Issuer Ref.',
              grp: 'ledgrp',
              rol: 'iss',
            }"
            :disabled="true"
            @onSeainf="onSeainf"
            @onAplpDet="onIsspDet"
          >
          </c-ptap>
        </c-col>

          <!--Applicant Ref. 申请人 -->
        <c-col :span="24">
          <c-ptap
            :model="model"
            :argadr="{
              title: 'Applicant Ref.',
              grp: 'ledgrp',
              rol: 'apl',
            }"
            :disabled="true"
            @onSeainf="onSeainf"
            @onAplpDet="onAplpDet"
          >
          </c-ptap>
        </c-col>


        <c-col :span="12" class="centerLable marginLable">
          <c-checkbox v-model="model.ledgrp.rec.revflg"
            @change="openRevolvingDetails"
            >Revolving L/C</c-checkbox
          >
        </c-col>

        <!-- Authorization to Debit 借记授权书-->
        <c-col :span="12" class="centerLable marginLable">
          <c-checkbox v-model="model.ledgrp.rec.dbtflg">Authorization to Debit</c-checkbox>
        </c-col>

        <!-- Non-Bank Issuer 非银行发行人-->
        <c-col :span="24" class="centerLable marginLable">
          <c-checkbox v-model="model.ledgrp.rec.nonban"
            >Non-Bank Issuer</c-checkbox
          >
        </c-col>

        <!-- Test Key Unconfirmity 测试密钥-->
        <c-col :span="24" class="centerLable marginLable">
          <c-checkbox v-model="model.ledgrp.rec.teskeyunc">Test Key Unconfirmity</c-checkbox>
        </c-col>
      </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Letopn/Event";
import Utils from '~/utils';
import Ptap from "~/views/Public/Ptap";

export default {
  components: { "c-ptap": Ptap },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: {
    ...Event,
    onExtkey(){},
    apprulChange(v) {
      if (v !== "OTHR") {
        this.model.ledgrp.rec.apprultxt = "";
      }
    },
    openRevolvingDetails(val){
    if(val ==='' && !(this.model.ledgrp.rec.revtyp ===''&& this.model.ledgrp.rec.revtimes == '0' && this.model.ledgrp.rec.revdat ===''
      &&this.model.ledgrp.rec.revcum ===''&&this.model.ledgrp.blk.revcls ===''&&this.model.ledgrp.blk.revnotes ==='') ){
        this.$confirm('Are you sure you want to delete the entered Revolving Details?','提示',{
            confirmButtonText: 'Yes',
            cancelButtonText: 'No',
            type: 'warning',
            showClose:false
          }).then(() => {//yes的执行在这里写
            this.executeRule('ledgrp.rec.revflg').then(res => {
                if (res.respCode == SUCCESS) {
                    this.model.ledgrp.rec.revdat ='';//后端在事件中把日期置为null而不是nullstr,导致日期实际并没有清空,故在此加清空日期
                    this.updateModel(res.data)
                }
            })
            // this.model.ledgrp.rec.revtyp ='';
            // this.model.ledgrp.rec.revtimes = '0';
            // this.model.ledgrp.rec.revdat ='';
            // this.model.ledgrp.rec.revcum ='';
            // this.model.ledgrp.blk.revcls ='';
            // this.model.ledgrp.blk.revnotes ='';
            // this.$message({
            //       type: 'success',
            //       message: '删除成功!'
            // });
          }).catch(() => {//No的功能在这里写
            this.model.ledgrp.rec.revflg ='X'
                // this.$message({
                //   type: 'info',
                //   message: '已取消'
                // });  
          }); 
    }
  },
  },
  created: function () {},
};
</script>
<style>
.centerLable {
  margin-left: -10px;
  height: 32px;
  line-height: 32px;
  padding-bottom: 2px;
}
.marginLable {
  padding-left: 150px;
}
</style>