import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js';
import Ledgrp from '~/components/business/commonModel/ledgrp';
import Bedgrp from '~/components/business/commonModel/bedgrp';
import Betp from '~/components/business/commonModel/betp';
export default class Betacc {
    constructor() {
        this.data = {
        ledgrp: new Ledgrp().data,
        bedgrp: new Bedgrp().data,
        betp: new Betp().data,
        oldbedgrp: new Bedgrp().data,
        amt2okflg:"",
        strinf:"",
        aamset: {
            utlamt: '',
            utlamt2: ''
        },
        snadat: '',
        rmbbop: new Pub().data.Rmbbop,
        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,
        // limmod: new Pub().data.Limmod,
        trndia: new Pub().data.Trndia,
        }
    }
}