index.vue 6.8 KB
Newer Older
fukai committed
1
<template>
潘际乾 committed
2 3
  <c-page title="买方信用证开立">
    <div class="eContainer">
潘际乾 committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17
      <!-- <c-bus-button :$pntvm="this"></c-bus-button> -->
      <c-function-btn
        :handleSubmit="handleSubmit"
        :handleCheck="handleCheck"
        :handleStash="handleStash"
      >
        <el-button size="small">备忘录</el-button>
        <el-button size="small">影像信息</el-button>
        <el-button size="small">保存模板</el-button>
        <el-button size="small">使用模板</el-button>
        <el-button size="small">制裁信息</el-button>
        <el-button size="small">拆分报文</el-button>
        <el-button size="small">提示</el-button>
      </c-function-btn>
潘际乾 committed
18 19 20 21 22 23 24 25 26 27 28 29
      <el-form
        :model="model"
        :rules="rules"
        ref="modelForm"
        label-width="150px"
        label-position="left"
        size="small"
        :validate-on-rule-change="false"
      >
        <c-tabs :value="tabVal" ref="elment" type="card" @tab-click="tabClick">
          <el-tab-pane label="内容" name="ovwp">
            <!--PD000001 -->
潘际乾 committed
30
						<c-content>
潘际乾 committed
31 32 33
							<m-ovwp :model="model" :codes="codes" />
						</c-content>
          </el-tab-pane>
34

潘际乾 committed
35 36 37 38 39 40 41 42 43 44 45 46 47
          <!--
                <el-tab-pane label="经办夹查询">
                    <m-revp :model="model" :codes="codes"/>
                </el-tab-pane>
                -->

          <!--
                <el-tab-pane label="经办夹查询">
                    PD000065 
                    <m-rbip :model="model" :codes="codes"/>
                </el-tab-pane>
                -->
          <el-tab-pane label="银行明细" name="detp1">
liuxin committed
48
            <!--PD000452 -->
潘际乾 committed
49
						<m-detp1 :model="model" :codes="codes" />
潘际乾 committed
50 51
          </el-tab-pane>
          <el-tab-pane label="明细" name="detp">
liuxin committed
52
            <!--PD000077 -->
潘际乾 committed
53 54 55
            <m-detp :model="model" :codes="codes" />
          </el-tab-pane>
          <el-tab-pane label="条款" name="tk">
liuxin committed
56
            <!--PD000342 -->
潘际乾 committed
57 58
            <m-tk :model="model" :codes="codes" />
          </el-tab-pane>
wangguangchao committed
59

潘际乾 committed
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
          <!-- document rules
                <el-tab-pane label="经办夹查询"> 
                    
                    <m-litbenl1 :model="model" :codes="codes"/>
                </el-tab-pane>
                <el-tab-pane label="经办夹查询">
                    
                    <m-litapll1 :model="model" :codes="codes"/>
                </el-tab-pane>
                <el-tab-pane label="经办夹查询">
                    
                    <m-litrmbl1 :model="model" :codes="codes"/>
                </el-tab-pane>
                -->
          <el-tab-pane label="帐务" name="setpan">
liuxin committed
75
            <!--PD000000 -->
liushikai committed
76 77 78
            <c-content>
              <m-setpan :model="model" :codes="codes" />
            </c-content>
潘际乾 committed
79 80 81 82
          </el-tab-pane>
          <el-tab-pane label="分录" name="glepan">
            <m-glepan :model="model" :codes="codes" ref="glepan" />
          </el-tab-pane>
83

潘际乾 committed
84
          <el-tab-pane label="或有" name="engp">
liuxin committed
85
            <!--PD000027 -->
86

潘际乾 committed
87 88 89 90 91 92
            <m-engp :model="model" :codes="codes" />
          </el-tab-pane>

          <el-tab-pane label="保证金" name="ccvpan">
            <m-ccvpan :model="model" :codes="codes" />
          </el-tab-pane>
93

潘际乾 committed
94 95 96 97 98 99 100 101 102 103 104
          <el-tab-pane label="备查表" name="addbcb">
            <!--PD000027 -->
            <m-addbcb :model="model" :codes="codes" />
          </el-tab-pane>
          <el-tab-pane label="附言" name="coninfp">
            <m-coninfp :model="model" :codes="codes" />
          </el-tab-pane>
          <!--PD000529 -->
          <el-tab-pane label="面函" name="docpan">
            <m-docpan :model="model" :codes="codes" ref="docpan" />
          </el-tab-pane>
105

潘际乾 committed
106 107 108 109 110 111 112 113 114 115 116 117 118 119
          <el-tab-pane label="MT799" name="mt799">
            <!--PD000361 -->
            <m-mt799 :model="model" :codes="codes" />
          </el-tab-pane>
          <!--PD000001 -->
          <el-tab-pane label="统一授信" name="limitbody">
            <m-limitbody :model="model" :codes="codes" />
          </el-tab-pane>
        </c-tabs>
      </el-form>
      <c-grid-ety-prompt-dialog ref="etyDialog" :promptData="promptData" v-on:select-ety="selectEty">
			</c-grid-ety-prompt-dialog>
    </div>
  </c-page>
fukai committed
120
</template>
121
<script>
潘际乾 committed
122 123 124 125 126
import Api from "~/service/Api";
import Utils from "~/utils/index";
import CodeTable from "~/config/CodeTable";
import Ditopn from "~/model/Ditopn";
import CommonProcess from "~/mixin/CommonProcess";
潘际乾 committed
127
import CommonFuncs from "~/mixin/CommonFuncs";
潘际乾 committed
128
import Pattern from "~/model/Ditopn/Pattern";
129 130
import Default from "~/model/Ditopn/Default";
import Check from "~/model/Ditopn/Check";
潘际乾 committed
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
import Ovwp from "./Ovwp";
import Revp from "./Revp";
import Tk from "./Tk";
import Rbip from "./Rbip";
import Detp from "./Detp";
import Detp1 from "./Detp1";
import Mt799 from "./Mt799";
import Litbenl1 from "./Litbenl1";
import Litapll1 from "./Litapll1";
import Litrmbl1 from "./Litrmbl1";
import Engp from "./Engp";
import Addbcb from "./Addbcb";
import Limitbody from "./Limitbody";
import Coninfp from "./Coninfp";
import Ccvpan from "./Ccvpan";
fukai committed
146

潘际乾 committed
147 148 149
import Glepan from "~/views/Public/Glepan";
import Setpan from "~/views/Public/Setpan";
import Docpan from "~/views/Public/Docpan";
denyu committed
150

151
export default {
潘际乾 committed
152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
  components: {
    "m-ovwp": Ovwp,
    "m-revp": Revp,
    "m-tk": Tk,
    "m-rbip": Rbip,
    "m-detp": Detp,
    "m-detp1": Detp1,
    "m-mt799": Mt799,
    "m-litbenl1": Litbenl1,
    "m-litapll1": Litapll1,
    "m-litrmbl1": Litrmbl1,
    "m-setpan": Setpan,
    "m-glepan": Glepan,
    "m-engp": Engp,
    "m-addbcb": Addbcb,
    "m-docpan": Docpan,
    "m-limitbody": Limitbody,
    "m-coninfp": Coninfp,
    "m-ccvpan": Ccvpan,
  },
  provide() {
    return {
      root: this,
    };
  },
潘际乾 committed
177
  mixins: [CommonProcess, CommonFuncs], // 里面包含了Default、Check等的公共处理
潘际乾 committed
178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
  computed: {},
  data() {
    return {
      tabVal: "ovwp",
      trnName: "ditopn",
      model: new Ditopn().data,
      checkRules: Check,
      defaultRules: Default,
      pattern: Pattern,
      rules: null,
      codes: { ...CodeTable },
    };
  },
  methods: {},
  created: async function() {
    console.log("进入ditopn交易");
    let rtnmsg = await this.init(this.$route.query);
    if (rtnmsg.respCode == SUCCESS) {
      //更新数据
      Utils.copyValueFromVO(this.model, rtnmsg.data);
      if (this.isInDisplay) {
        this.restoreDisplay();
      }
    } else {
      this.$notify.error({ title: "错误", message: "服务请求失败!" });
    }
  },
  watch: {
    // 动态修改属性的必填属性
    "model.didgrp.rec.elcflg": {
      handler(val, oldVal) {
        this.changeFormItemRequired("didgrp.rec.fenctg", val == "Y");
      },
      immediate: true,
212
    },
潘际乾 committed
213 214 215 216 217
    "model.didgrp.rec.avbby": {
      handler(val, oldVal) {
        this.changeFormItemRequired("didgrp.rec.tenmaxday", val == "D");
      },
      immediate: true,
1377875331@qq.com committed
218
    },
潘际乾 committed
219 220
  },
};
fukai committed
221
</script>
潘际乾 committed
222
<style></style>