index.js 2.96 KB
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
import Pub from "../../../../components/business/commonModel/index.js";
import Lidgrp from "../../../../components/business/commonModel/lidgrp";
import Litp from "../../../../components/business/commonModel/litp";

export default class Litopn {
  constructor() {
    this.data = {
      transName: "",
      // 需客户确认按钮是否显示
      needcusVisible: "",
      // 需客户确认按钮是否可编辑
      needcusEnable: "",
      busType: "lid",
      litp: new Litp().data,
      addbcb: {
        godnam: "",
        label1: "1、申请人与我行已签署贸易融资协议(如需);",
        label2: "2、申请书要素齐全;",
        label3: "3、申请书是否双面签章,签章已经核符;",
        label5: "",
        label4: "4、占用授信额度的开证业务;",
        label6: "",
        bccls1: "",
        bccls2: "",
        bccls3: "",
        bccls4: "",
        bccls5: "",
        bccls6: "",
        bccls7: "",
      },
      number: "",
      hmdmod2: {
        bennam: "",
      },

      bcbtyp6: "",
      cnybop: {
        cnylib: {
          doccurdate: "",
          stermtype: "",
          sorgcode: "",
          dcreditenddate: "",
          dexchangeenddate: "",
          sbankorgcode: "",
          sbanktrano: "",
          currencycode: "",
          stranstype: "",
          famt: "",
          sforbankswiftbic: "",
          spk: "",
          denddate: "",
          dexchangedate: "",
          stransattr: "",
          sforeigncountrycode: "",
        },
        fexchangeamt: "",
        sbankname: "",
        outflg: "",
        cnyflg: "",
        sforeignorgname: "",
        traflg: "",
        saddwordlib: "",
        vouflg: "",
        libflg: "",
        sorgname: "",
      },
      bcbtyp7: "",
      bcbtyp4: "",
      bcbtyp5: "",
      bcbtyp2: "",
      bcbtyp3: "",
      bcbtyp1: "",
      bcbdat: "",
      swiadd: {
        trnchato: "",
        newnomtop: "0",
        purpos: "",
        amedat: "",
        addamtcov: "",
        newnomton: "0",
        prepers18: "",
        amenbr: "",
        nartxt: "",
        addamt: "0",
        amecur: "",
        newshpdat: "",
        newamt: "",
        newexpdat: "",
        trnfeetxt: "",
        ameamt: "",
        newcur: "",
        prepertxts18: "",
        nomspc: "",
        reqcan: "",
        addamtflg: "",
      },
      lidgrp: new Lidgrp().data,
      statusInfo: "",
      setmod: new Pub().data.Setmod,
      mtabut: new Pub().data.Mtabut,
      trnmod: new Pub().data.Trnmod,
      liaall: new Pub().data.Liaall,
      liaccv: new Pub().data.Liaccv,
      docpan: new Pub().data.Docpan,
      limmod: new Pub().data.Limmod,
      rmbbop: new Pub().data.Rmbbop,
      trndia: new Pub().data.Trndia,
      entmod: new Pub().data.Entmod,
      umdmod: new Pub().data.Umdmod,
			ypnmod: new Pub().data.Ypnmod,
			forexmod: new Pub().data.Forexmod,
      spt: {
        inr: "",
        sta: "",
      },
      appbt: "",
      idtyp: "",
    };
  }
}