index.js 6.61 KB
import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js';
export default class Gitdla{
  constructor () {
      this.data = {
        amenbr: '',
        amecur: '',
        decstm: {
            rows: ''
        },
        gidgrp: {
            blk: {
                covgodsrv: '',
                deltoadr: '',
                gtxgidtxtc: '',
                gartyptxtc: '',
                atxpreper: '',
                atxliatxtc: '',
                preper: '',
                preperc: '',
                addinfc: '',
                atxexptxt: '',
                gidtxt: '',
                addinf: '',
                orcplc: '',
                axtcovgodsrv: '',
                exptxt: '',
                atxcovgodsrvc: '',
                trfcondc: '',
                covgodsrvc: '',
                apprulc: '',
                feetxtc: '',
                apprultxtc: '',
                feetxt: '',
                liatxtc: '',
                trfcond: '',
                apprul: '',
                gtxgidtxt: '',
                addamtcovc: '',
                gidtxtc: '',
                deltoadrc: '',
                apprultxt: '',
                orcplcc: ''
            },
            ctr: {
                pts: new Pts().data,
            },
            bec: {
                pts: new Pts().data,
            },
            ghd: {
                wahnum: '',
                remark: '',
                bustyp: '',
                segtyp: ''
            },
            con: {
                dbfadrblkcn: '',
                pts: new Pts().data,
            },
            cnr: {
                pts: new Pts().data,
            },
            iss: {
                pts: new Pts().data,
            },
            ben: {
                pts: new Pts().data,
            },
            atb: {
                pts: new Pts().data,
            },
            avc: {
                pts: new Pts().data,
            },
            gidcxm: {
                benefi: '',
                cxmflg: '',
                warran: ''
            },
            rec: {
                acc: '',
                deloritxt: '',
                cunqii: '',
                bngcod: '',
                orcamtc: '',
                jurplc: '',
                atxinr: '',
                expflg: '',
                fenlishi: '',
                opndat: '',
                demandc: '',
                partcon: '',
                orcrefc: '',
                jurplcc: '',
                hndtyp: '',
                orcrat: '',
                cfaguatyp: '',
                nam: '',
                delori: '',
                liaflg: '',
                tendatc: '',
                gtxinrc: '',
                tenrefc: '',
                bilvvv: '',
                legfrmc: '',
                deloric: '',
                sndto: '',
                demand: '',
                purposin: '',
                guaflg: '',
                accc: '',
                gartypc: '',
                chato: '',
                orcamt: '',
                orcratc: '',
                deltoc: '',
                jurlaw: '',
                orccur: '',
                gtxinr: '',
                fingua: '',
                cnfsta: '',
                jurlaws20: '',
                orddat: '',
                stdwrduilc: '',
                jurlawtxtc: '',
                trmdatc: '',
                liadat: '',
                inudat: '',
                legfrm: '',
                purpos: '',
                tenref: '',
                trmdat: '',
                mannum: '',
                deloritxtc: '',
                liatypc: '',
                exptyp: '',
                ownref: '',
                orcdat: '',
                giduil: '',
                orcref: '',
                reccnfdet: '',
                tendat: '',
                cnfdat: '',
                cmtflg: '',
                orcdatc: '',
                expdat: '',
                cnfdet: '',
                opndatc: '',
                delto: '',
                juscod: '',
                tenclsdatc: '',
                jurlawc: '',
                gartyp: '',
                orccurc: '',
                vrfdat: ''
            },
            adv: {
                pts: new Pts().data,
            },
            ctc: {
                pts: new Pts().data,
            },
            apc: {
                pts: new Pts().data,
            },
            cbs: {
                opn1: {
                    cur: '',
                    amt: ''
                },
                mac2: {
                    cur: '',
                    amt: ''
                },
                opc2: {
                    cur: '',
                    amt: ''
                },
                max: {
                    cur: '',
                    amt: ''
                },
                cnf: {
                    cur: '',
                    amt: ''
                },
                mac: {
                    cur: '',
                    amt: ''
                }
            },
            apl: {
                pts: new Pts().data,
            }
        },
        ameamt: '',
        amedat: '',
        liaall: {
            limmod: {
                limpfp: {
                    clmpty: [],
                    clmcbe: [],
                    clmcbb: [],
                }
            }
        },
        ameflg: '',
        gitp: {
            aacp: {
                aacmod: {
                    addamtflg: ''
                }
            },
            chkpreper: '',
            swiftflg: '',
            chargic: {
                chkast: ''
            },
            gidtxtmodflgc: '',
            indirectswiadd: '',
            gidtxtmodflg: '',
            exptxtmodflg: '',
            covgodsrvcmodflg: '',
            prepercmodflg: '',
            covgodsrvmodflg: '',
            chargi: {
                chkast: ''
            },
            covgod: {
                chkast: ''
            },
            chkgidtxt: '',
            dzbhflg: '',
            covgodc: {
                chkast: ''
            },
            chkpreperc: '',
            liatxtcmodflg: '',
            usr: {
                extkey: ''
            },
            oppbnkl: '',
            chkgidtxtc: '',
            prepermodflg: '',
            lettername: '',
            inc760: ''
        },
        cfagit: {
            cfaflg: ''
        },
        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,
      }
    }
  }