import Pts from '~/components/business/commonModel/Pts'; import Pub from '~/components/business/commonModel/index.js'; import Bcdgrp from '~/components/business/commonModel/bcdgrp'; import Bctp from '~/components/business/commonModel/bctp'; export default class Bctdor { constructor() { this.data = { advtypflg: "", swtdat: "", bctdrrl1blk: '', // XMLPanel bctdrrl1的内置block bctdrrl2blk: '', // XMLPanel bctdrrl2的内置block bctcoll1blk: '', // XMLPanel bctcoll1的内置block bcdgrp: new Bcdgrp().data, bctp: new Bctp().data, rejtypsel: "I", // Select Rejection Type .rejtypsel rejtype: "", clsflg: "", advtyp: "", // SWIFT Advice Type .advtyp 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, pageId: "" // ctx的key } } }