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 Rmbclm from '~/components/business/commonModel/rmbclm'; import Betp from '~/components/business/commonModel/betp'; export default class Betrcl { constructor() { this.data = { utlamtDisabled:false, utlamt2Disabled:false, amt2okflg:"", nar754:"", betp:new Betp().data, ledgrp:new Ledgrp().data, aamset: { utlamt: '', utlamt2: '' }, rmbclm:new Rmbclm().data, bedgrp:new Bedgrp().data, payinstxt: '', 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, }; } }