<template>
  <div class="eContainer">
    <c-page title="进口信用证单据进口付汇">

      <!--
        <div  class="fast-button">
           <el-button size="small">备忘录</el-button>
           <el-button size="small" @click="setDraggableContent('cms', '影像信息')">影像信息</el-button>
           <el-button size="small">制裁信息</el-button>
           <el-button size="small">智能提示</el-button>
        /div>
     -->

      <el-form
        :model="model"
        :rules="rules"
        ref="modelForm"
        label-width="120px"
        label-position="right"
        size="small"
        :validate-on-rule-change="false"
      >
        <c-tabs
          v-model="tabVal"
          ref="elment"
          type="card"
          @tab-click="myTabClick"
        >


        <el-tab-pane label="业务信息" name="ovwp">
            <c-content>
              <m-ovwp ref="ovwp" :model="model" :codes="codes" />
            </c-content>
        </el-tab-pane>
         
          <!--PD000001 -->
          <el-tab-pane label="保证金" name="ccvpan">
            <c-content>
              <m-ccvpan :model="model" :codes="codes" />
            </c-content>
          </el-tab-pane>


          <!--PD000115 -->
          <el-tab-pane label="统一授信" name="limitbody">
            <c-content>
              <m-limitbody :model="model" :codes="codes" />
            </c-content>
          </el-tab-pane>

          <el-tab-pane label="费用/账务" name="engp,setpan,glepan">
            <c-content>
              <div class="eibs-tab">
                <el-collapse v-model="fyzw">
                  <el-collapse-item title="表外记账" name="engp">
                    <!-- 表外记账 -->
                    <m-engp :model="model" :codes="codes" />
                  </el-collapse-item>
                  <el-collapse-item title="结算" name="setpan">
                    <!-- 结算 -->
                    <m-setpan :model="model" :codes="codes" />
                  </el-collapse-item>
                  <el-collapse-item title="会计分录" name="glepan">
                    <!-- 会计分录 -->
                    <m-glepan :model="model" :codes="codes" />
                  </el-collapse-item>
                </el-collapse>
              </div>
            </c-content>
          </el-tab-pane>

          <el-tab-pane label="备查/附言" name="addbcb">
            <c-content>
              
                <m-addbcb :model="model" :codes="codes" />
            </c-content>
            
          </el-tab-pane>

          <!--PD000009 -->
          <el-tab-pane label="申报信息" name="cfactlp,cnyp1">
            <c-content>
              <m-cnyp :model="model" :codes="codes" />
            </c-content>
          </el-tab-pane>

          <!--PD000529 -->
          <el-tab-pane label="报文/面函" name="docpan">
          <c-content>
            <m-docpan :model="model" :codes="codes" />
            </c-content>
          </el-tab-pane>

          <!--PD000546 -->
          <el-tab-pane label="附件信息" name="doctre">
            <c-content>
              <m-doctre :model="model" :codes="codes" />
            </c-content>
          </el-tab-pane>

        </c-tabs>
      </el-form>
      <!-- <c-bus-button :$pntvm="this"></c-bus-button> -->
      <c-function-btn
        :handleSubmit="handleSubmit"
        :handleCheck="handleCheck"
        :handleStash="handleStash"
      >
        
      </c-function-btn>
      <c-grid-ety-prompt-dialog
        ref="etyDialog"
        :promptData="promptData"
        v-on:select-ety="selectEty"
      ></c-grid-ety-prompt-dialog>
    </c-page>
  </div>
</template>
<script>
import Api from "~/service/Api";
import CodeTable from "~/config/CodeTable";
import Brtset from "~/model/Brtset";
import commonProcess from "~/mixin/commonProcess";
import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Brtset/Check";
import Default from "~/model/Brtset/Default";
import Pattern from "~/model/Brtset/Pattern";
import Utlp from "./Utlp";
import Engp from "~/views/Public/Engp";
import Ccvpan from "~/views/Public/Ccvpan";
import Setpan from "~/components/business/setmod/views";
import Glepan from "~/views/Public/Glepan";
import Coninfp from "~/views/Public/Coninfp";
import Docpan from "~/views/Public/Docpan";
import Doctre from "~/views/Public/Doctre";
import Wg from "./Wg";
import Cfactlp from "./Cfactlp";
import Cnyp from "./Cnyp";
import Shisuan from "./Shisuan";
import Namp from "./Namp";
import Basp from "./Basp";
import Basp1 from "./Basp1";
import Limitbody from "~/views/Public/Limitbody";
import Sbxx from "~/views/Public/Sbxx";
import Det756 from "./Det756";
import Det202cv from "./Det202cv";
import Outp from "./Outp";
import Cips from "./Cips";
import Cips2 from "./Cips2";
import Trtcrep from "./Trtcrep";
import Dinpan from "./Dinpan";

import Ovwp from "./Ovwp";
import Addbcb from "./Addbcb";

export default {
  name: "Brtset",
  components: {
    "m-utlp": Utlp,
    "m-engp": Engp,
    "m-ccvpan": Ccvpan,
    "m-setpan": Setpan,
    "m-glepan": Glepan,
    "m-coninfp": Coninfp,
    "m-docpan": Docpan,
    "m-doctre": Doctre,
    "m-wg": Wg,
    "m-cfactlp": Cfactlp,
    "m-cnyp": Cnyp,
    "m-shisuan": Shisuan,
    "m-namp": Namp,
    "m-limitbody": Limitbody,
    "m-sbxx": Sbxx,
    "m-basp": Basp,
    "m-basp1": Basp1,
    "m-det756": Det756,
    "m-det202cv": Det202cv,
    "m-outp": Outp,
    "m-cips": Cips,
    "m-cips2": Cips2,
    "m-trtcrep": Trtcrep,
    "m-dinpan": Dinpan,
    "m-ovwp": Ovwp,
    "m-addbcb": Addbcb,
  },
  provide() {
    return {
      root: this,
    };
  },
  mixins: [commonProcess, commonFuncs], // 里面包含了Default、Check等的公共处理
  computed: {},
  data() {
    return {
      det202cvName: "头寸调拨(MT202)",
      det756Name: "通知付款(MT756)",
      tabVal: "ovwp",
      trnName: "brtset",
      model: new Brtset().data,
      checkRules: Check,
      defaultRules: Default,
      pattern: Pattern,
      rules: null,
      codes: {
        ...CodeTable,
      },
      fyzw: ['engp']
    };
  },
  methods: {
    myTabClick(tab) {
      this.tabClick(tab);
      /**
       *  do it yourself
       **/
    },
  },
  watch: {
    "model.setmod.doccur": {
      immediate: true,
      handler() {
        let cur = this.model.setmod.doccur;
        let amt = this.model.setmod.docamt;
        let doc = this.model.brdgrp.rec.docprbrol;
        this.det202cvName = "Payment 202 " + doc + " " + cur + " " + amt;
        this.det756Name = "Payment 756 " + doc + " " + cur + " " + amt;
      },
    },
    "model.mtabut.clsflg": {
      immediate: true,
      handler() {
        let cur = this.model.setmod.doccur;
        let amt = this.model.setmod.docamt;
        let doc = this.model.brdgrp.rec.docprbrol;
        this.det202cvName = "Payment 202 " + doc + " " + cur + " " + amt;
        this.det756Name = "Payment 756 " + doc + " " + cur + " " + amt;
      },
    },
  },

  created: async function () {
    console.log("进入brtset交易");
    let rtnmsg = await this.init(this.$route.query);
    if (rtnmsg.respCode == SUCCESS) {
      this.updateModel(rtnmsg.data);
      // this.model.mtabut.clsflg = "X";
      if (this.isInDisplay) {
        this.restoreDisplay();
      }
      this.$nextTick(() => {
        this.$refs.ovwp.$refs.utlp.$refs.table.$refs.table.toggleAllSelection(); //表格,默认勾选
      })
    } else {
      this.$notify.error({ title: "错误", message: "服务请求失败!" });
    }
  },
};
</script>
<style>
</style>