import Pub from '~/components/business/commonModel/index.js'; import Ledgrp from "~/components/business/commonModel/ledgrp"; import Ltdgrp from "~/components/business/commonModel/ltdgrp"; import Lttp from '~/components/business/commonModel/lttp'; export default class Lttcan { constructor() { this.data = { lttp: new Lttp().data, ledgrp: new Ledgrp().data, ltdgrp: new Ltdgrp().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: "", }, lttcanp: { trnrec: { strinf: "", // Narrative .lttcanp.trnrec.strinf }, }, sndmsg: "", // Send Message .sndmsg pageId: "", // ctx的key setmod: new Pub().data.Setmod, mtabut: new Pub().data.Mtabut, docpan: new Pub().data.Docpan, doctre: new Pub().data.Doctre, trndia: new Pub().data.Trndia, } } }