import Pts from "~/components/business/commonModel/Pts" import Pub from "~/components/business/commonModel/index.js"; export default class Gitfee { constructor() { this.data = { xxtfee: { intmbu: { umh: { pts: { ref: '', extkey: '', adrblk: '' } }, umbflg: '', umhrol: '', umsrol: '', ums: { pts: { ref: '', extkey: '', adrblk: '' } } } }, aamgid: { addamtflg: '' }, gidgrp: { rec: { expdat: '', purpos: '', ownref: '', hndtyp: '', nam: '', gartyp: '', purposin: '' }, cbs: { opn1: { cur: '', amt: '' }, max: { cur: '', amt: '' } }, apl: { pts: new Pts().data, }, ben: { pts: new Pts().data, }, ctr: { pts: new Pts().data, }, iss: { pts: new Pts().data, }, }, pageId: "", // ctx的key 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, } } }