index.js 1.78 KB
Newer Older
WH 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
import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js';
export default class Gitenc {
    constructor() {
        this.data = {

            aamgid: {
                addamtflg: ''
            },
            gidgrp: {
                ctr: {
                    nam: ''
                },
                rec: {
                    expdat: '',
                    purpos: '',
                    ownref: '',
                    exptyp: '',
                    nam: '',
                    gartyp: '',
                    purposin: ''
                },
                cbs: {
                    opn1: {
                        cur: '',
                        amt: ''
                    },
                    max: {
                        cur: '',
                        amt: ''
                    }
                },
                iss: {
                    pts: new Pts().data,
                },
                ben: {
                    pts: new Pts().data,
                },
                apl: {
                    pts: new Pts().data,
                }
            },
            dnfenc: {
                zhruzh: '',
                kehuzh: '',
                intdsp: '',
                lxzyzh: '',
                pridsp: '',
                yewudh: '',
                ccvtyp: '',
                qicuje: '',
                tizamt: '',
                zhqtyp: '',
                stm8023: '',
                zhhuye: '',
                zhqucs: ''
WH committed
57 58 59 60 61 62 63
            },
            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,
WH committed
64 65 66
        }
    }
}