index.js 6.79 KB
Newer Older
WF1020 committed
1 2
import Api from '~/service/Api';
import Pts from '../Common/Pts';
WF1020 committed
3

WF1020 committed
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
export default class Gitsel {
  constructor() {
    this.data = {
      setmod: {
        setglg: {
          setgllidx: {
            setgrp: {
              actser: {
                pts: new Pts().data,
              },
              rcvcor2: {
                pts: new Pts().data,
              },
              rcvcor: {
                pts: new Pts().data,
              },
              snd756: {
                pts: new Pts().data,
              },
              ori: {
                pts: new Pts().data,
              },
              bei: {
                pts: new Pts().data,
              },
              tri: {
                pts: new Pts().data,
              },
WF1020 committed
32
            },
WF1020 committed
33 34 35 36 37 38 39 40 41 42 43 44
            sespay: {
              beiacc: '',
              strinf202: '',
              strinf: '',
              rcvcor2acc: '',
              ownref: '',
              corbnk: '',
              oriacc: '',
              evebnk: '',
              coract: '',
              rcvcoracc: '',
              triacc: '',
WF1020 committed
45
            },
WF1020 committed
46
          },
WF1020 committed
47
        },
WF1020 committed
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
        doccur: '',
      },
      cnybop: {
        saddwordout: '',
        sbankname: '',
        outflg: '',
        cnyflg: '',
        cnyout: {
          spayeeacct: '',
          sorilevyno: '',
          spayeeorgcode: '',
          foffshoreamt: '',
          cpayeeattr: '',
          spayercountrycode: '',
          fcustomsamt: '',
          spayeracct: '',
          frecordamt: '',
          sbankorgcode: '',
          sbanktrano: '',
          fonshoreamt: '',
          dpayeedate: '',
          spayeecny: '',
          spk: '',
          ftotalamt: '',
          iaccountperiod: '',
          sbalancemode: '',
          smidtransbank: '',
          sswiftbic: '',
          cpayeraccttyp: '',
          fpayeeamt: '',
          fprepayeeamt: '',
          fnogoodsamt: '',
        },
        spayername: '',
        traflg: '',
        vouflg: '',
        outscale: '',
        libflg: '',
        spayeename: '',
      },
      bopmod: {
        dbfgrp: {
          bas: {
            actiontype: '',
            actuamt: '',
            custype: '',
            othacc: '',
            custnm: '',
            methods: '',
            rptno: '',
            txccy: '',
            lcyamt: '',
            lcbgno: '',
            tenor: '',
            actuccy: '',
WF1020 committed
103
            ownextkey: '',
WF1020 committed
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
            idcode: '',
            fcyamt: '',
            issdate: '',
            fcyacc: '',
            txamt: '',
            buscode: '',
            outchargeamt: '',
            oppuser: '',
            lcyacc: '',
            actiondesc: '',
            outchargeccy: '',
            othamt: '',
            exrate: '',
            custcod: '',
          },
WF1020 committed
119
        },
WF1020 committed
120 121 122 123 124
        ownextkey: '',
        dbcp: {
          baspp: {
            acp: '',
          },
WF1020 committed
125
        },
WF1020 committed
126 127 128 129
        dbfp: {
          baspp: {
            acp: '',
          },
WF1020 committed
130
        },
WF1020 committed
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
        acttyp: '',
        szflg: '',
        dbcgrp: {
          bas: {
            actiontype: '',
            custype: '',
            actuamt: '',
            othacc: '',
            custnm: '',
            methods: '',
            rptno: '',
            txccy: '',
            lcyamt: '',
            lcbgno: '',
            tenor: '',
            actuccy: '',
            ownextkey: '',
            idcode: '',
            fcyamt: '',
            issdate: '',
            fcyacc: '',
            txamt: '',
            buscode: '',
            outchargeamt: '',
            oppuser: '',
            lcyacc: '',
            actiondesc: '',
            outchargeccy: '',
            othamt: '',
            exrate: '',
            custcod: '',
          },
        },
        basflg: '',
      },
      mtabut: {
        clsflg: '',
      },
      gctp: {
        recget: {
          sdamod: {
            seainf: '',
          },
WF1020 committed
174
        },
WF1020 committed
175 176 177 178 179 180
        gcthdr: '',
        prechkdat: '',
        prbp: {
          ptsget: {
            sdamod: {
              seainf: '',
WF1020 committed
181
            },
WF1020 committed
182 183 184 185 186 187 188
          },
          det: '',
        },
        othp: {
          ptsget: {
            sdamod: {
              seainf: '',
WF1020 committed
189
            },
WF1020 committed
190 191
          },
          det: '',
WF1020 committed
192
        },
WF1020 committed
193 194 195 196 197
        ischktyp: '',
        gidget: {
          sdamod: {
            seainf: '',
          },
WF1020 committed
198
        },
WF1020 committed
199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325
        getrefbut: '',
      },
      gcdgrp: {
        prb: {
          pts: new Pts().data,
        },
        rec: {
          cannowflg: '',
          frepaylg: '',
          ownref: '',
          clmdat: '',
          payrol: '',
          nam: '',
          docprbrol: '',
          frepayflg: '',
        },
        oth: {
          pts: new Pts().data,
        },
        cbs: {
          opn1: {
            cur: '',
            amt: '',
          },
          opn2: {
            cur: '',
          },
          max: {
            cur: '',
            amt: '',
          },
          max2: {
            amt: '',
          },
        },
        ben: {
          pts: new Pts().data,
        },
        apl: {
          pts: new Pts().data,
        },
      },
      Gitsetp1: '',
      paypsb: '',
      gidgrp: {
        rec: {
          reddat: '',
          invref: '',
          cmtflg: '',
          expdat: '',
          liadat: '',
          rptref: '',
          ownref: '',
          expflg: '',
          gartyp: '',
        },
        cbs: {
          opn1: {
            cur: '',
            amt: '',
          },
        },
        tag39c: '',
      },
      gtisetp1: '',
      liaall: {
        limmod: {
          limpfp: {
            clmpty: '',
            clmcbe: '',
            clmcbb: '',
          },
        },
      },
      trnmod: {
        reconebch: '',
        cmtflg: '',
        cipmod: {
          recsehbchnam: '',
          zjg1mc: '',
          zjg2mc: '',
          fuynh4: '',
          dddbsh: '',
          fukrhm: '',
          fkhdzh: '',
          stasehbchnam: '',
          covflg: '',
          recsehbch: '',
          fuynh3: '',
          dafnzh: '',
          fuynh2: '',
          fkrkhh: '',
          staonebchnam: '',
          fkkhmc: '',
          skkhhh: '',
          ddmisu: '',
          pyebchkey: '',
          ddbhao: '',
          skkhhm: '',
          staonebch: '',
          fkhkhh: '',
          stasehbch: '',
          zjg1hh: '',
          zjg2hh: '',
          dafnmc: '',
          skkhzh: '',
          fuyns4: '',
          fuyns3: '',
          fuyns2: '',
          fkkhzh: '',
          fuyns1: '',
          pyebchnam: '',
        },
        swftyp: '',
        reconebchnam: '',
        commen: '',
        bustyp: '',
        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,
      },
    };
  }
}