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: ''
            },
            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,
        }
    }
}