import Pub from '~/components/business/commonModel/index.js';
import Ledgrp from '~/components/business/commonModel/ledgrp';
import Ltdgrp from '~/components/business/commonModel/ltdgrp';
import Btdgrp from '~/components/business/commonModel/btdgrp';
import Bttp from '~/components/business/commonModel/bttp';

export default class Bttacc {
	constructor() {
		this.data = {

			bttp: new Bttp().data,
			ledgrp: new Ledgrp().data,
			ltdgrp: new Ltdgrp().data,
      btdgrp: new Btdgrp().data,
      swiadd: {
        trnchato: "",
        newnomtop: "0",
        purpos: "",
        amedat: "",
        addamtcov: "",
        newnomton: "0",
        prepers18: "",
        amenbr: "",
        nartxt: "",
        addamt: "0",
        amecur: "",
        newshpdat: "",
        newamt: "",
        newexpdat: "",
        trnfeetxt: "",
        ameamt: "",
        newcur: "",
        prepertxts18: "",
        nomspc: "",
        reqcan: "",
        addamtflg: "",
        strinf: "",
        },

			bttbe1l1blk: "",			//  XMLPanel bttbe1l1的内置block		.bttbe1l1blk
			bttbe2l2blk: "",			//  XMLPanel bttbe2l2的内置block		.bttbe2l2blk

			pageId: "",
			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,
			doctre: new Pub().data.Doctre,
			umdmod: new Pub().data.Umdmod,
			trndia: new Pub().data.Trndia,
			rmbbop: new Pub().data.Rmbbop,
			cfagit: new Pub().data.Cfagit,
			ypnmod: new Pub().data.Ypnmod				// ctx的key
		}
	}
}