index.js 4.17 KB
Newer Older
1 2 3 4 5
import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js';
export default class Litopn {
  constructor() {
    this.data = {
WF1020 committed
6 7 8 9 10
      busType: 'lid',
      gidgrp: {
        rec: {
          purpos: '',
        },
WF1020 committed
11
      },
WF1020 committed
12 13
      gitp: {
        swiftflg: '',
WF1020 committed
14 15 16 17
      },
      litp: {
        avblab: '',
        usr: {
闫泽浩 committed
18
          extkey: 'ZL',
19
        },
WF1020 committed
20
        aamp: {
WF1020 committed
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
          aammod: {
            addamtflg: '',
          },
        },
      },
      bccls5: '',
      godnam: '',
      label4: '',
      bccls6: '',
      number: '',
      label5: '',
      bccls7: '',
      label6: '',
      hmdmod2: {
        bennam: '',
      },
      bccls1: '',
      bccls2: '',
      bccls3: '',
      bccls4: '',
      bcbtyp6: '',
      cnybop: {
WF1020 committed
43
        cnylib: {
WF1020 committed
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
          doccurdate: '',
          stermtype: '',
          sorgcode: '',
          dcreditenddate: '',
          dexchangeenddate: '',
          sbankorgcode: '',
          sbanktrano: '',
          currencycode: '',
          stranstype: '',
          famt: '',
          sforbankswiftbic: '',
          spk: '',
          denddate: '',
          dexchangedate: '',
          stransattr: '',
          sforeigncountrycode: '',
WF1020 committed
60 61 62 63 64 65 66 67 68 69
        },
        fexchangeamt: '',
        sbankname: '',
        outflg: '',
        cnyflg: '',
        sforeignorgname: '',
        traflg: '',
        saddwordlib: '',
        vouflg: '',
        libflg: '',
WF1020 committed
70 71 72 73 74 75 76 77 78 79 80 81 82
        sorgname: '',
      },
      bcbtyp7: '',
      bcbtyp4: '',
      bcbtyp5: '',
      bcbtyp2: '',
      bcbtyp3: '',
      bcbtyp1: '',
      bcbdat: '',
      label1: '',
      label2: '',
      label3: '',
      lidgrp: {
WF1020 committed
83
        a2b: {
84 85 86
          pts: new Pts().data,
        },
        blk: {
WF1020 committed
87
          insbnk: '',
WF1020 committed
88
          feetxt: 'ALL BANKING CHARGES OUTSIDE THE ISSUING BANK ARE FOR BENEFICIARYS ACCOUNT',
WF1020 committed
89 90 91 92 93 94 95 96 97 98 99
          mixdet: '',
          shpper: '',
          adlcnd: '',
          addamtcov: '',
          avbwthtxt: '',
          defdet: '',
          lcrdoc: '',
          lcrgod: '',
          spcben: '',
          dftat: '',
          spcrcb: '',
100
        },
WF1020 committed
101
        rec: {
panziyi committed
102
          inr:'',
panziyi committed
103
          tenmaxday: 0,
WF1020 committed
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
          expplc: '',
          nomton: '',
          stacty: '',
          dkflg: '',
          rmbflg: '',
          avbwth: '',
          opndat: '',
          nomtop: '',
          revflg: '',
          stagod: '',
          spcbenflg: '',
          shpdat: '',
          oppbnk: '',
          nam: '',
          prepertxts18: '',
          redclsflg: '',
panziyi committed
120
          nomspc: 'X',
WF1020 committed
121 122 123 124 125 126 127 128 129
          shptrss18: '',
          spcrcbflg: '',
          shpfro: '',
          lcrtyp: '',
          ownref: '',
          preadvdt: '',
          avbby: '',
          pordis: '',
          shppar: '',
WF1020 committed
130
          apprul: 'UCP LATEST VERSION',
panziyi committed
131
          prepers18: 21,
WF1020 committed
132
          guaflg: '0',
WF1020 committed
133 134 135
          expdat: '',
          shpto: '',
          rptref: '',
WF1020 committed
136
          cnfdet: 'W',
WF1020 committed
137 138 139
          regref: '',
          porloa: '',
          apprultxt: '',
140
        },
WF1020 committed
141
        adv: {
142 143 144 145 146
          pts: new Pts().data,
        },
        con: {
          pts: new Pts().data,
        },
WF1020 committed
147 148
        ini: {
          pts: new Pts().data,
149
        },
WF1020 committed
150
        cbs: {
WF1020 committed
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
          opn2: {
            cur: '',
            amt: '0.00',
          },
          max: {
            cur: '',
            amt: '0.00',
          },
          nom1: {
            cur: '',
            amt: '0.00',
          },
          max2: {
            cur: '',
            amt: '0.00',
          },
167
        },
WF1020 committed
168 169
        rmb: {
          pts: new Pts().data,
170
        },
WF1020 committed
171 172
        drw: {
          pts: new Pts().data,
173
        },
WF1020 committed
174 175
        ben: {
          pts: new Pts().data,
176
        },
WF1020 committed
177 178
        avb: {
          pts: new Pts().data,
179
        },
WF1020 committed
180 181
        apl: {
          pts: new Pts().data,
WF1020 committed
182
        },
183 184 185 186 187 188
        cmb: {
          pts: new Pts().data,
        },
        own: {
          pts: new Pts().data,
        },
WF1020 committed
189
      },
190 191 192 193 194 195 196
      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,
197 198 199 200
      spt: {
        inr : "",
        sta: ""
      }
201 202 203
    };
  }
}