import Pts from '~/components/business/commonModel/Pts'; import Pub from '~/components/business/commonModel/index.js'; export default class Giteng { constructor() { this.data = { gitp:{ swiftflg: '', }, setmod: { refdat: '' }, gidgrp: { ghd:{ segtyp:'' }, ctr: { pts: new Pts().data, }, rec: { expdat: '', purpos: '', liadat: '', liatypc: '', ownref: '', exptyp: '', nam: '', gartyp: '', purposin: '' }, cbs: { opn1: { cur: '', amt: '' }, max: { cur: '', amt: '' } }, iss: { pts: new Pts().data, }, ben: { pts: new Pts().data, }, apl: { pts: new Pts().data, }, adv: { pts: new Pts().data, } }, gitp0: { aamgid: { addamtflg: '' } }, 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, } } }