import Api from "~/service/Api" import Pts from "../Common/Pts" import Pub from "../Public" export default class Cltset { constructor() { this.data = { bptbck: { bptbckg: [], // .bptbck.bptbckg }, liaall: new Pub().data.Liaall, cldgrp: { rec: { ownref: "", // Batch No. .cldgrp.rec.ownref colref: "", // Coll.bank ref. .cldgrp.rec.colref colptynam: "", // Coll.bank name .cldgrp.rec.colptynam credat: "", // Date of creation .cldgrp.rec.credat count: "", // Item Count .cldgrp.rec.count chktyp: "", // Type of Draft .cldgrp.rec.chktyp colflg: "", // Payemnt Disposition .cldgrp.rec.colflg }, cbs: { max: { cur: "", // Draft Amount .cldgrp.cbs.max.cur amt: "", // Draft Amount .cldgrp.cbs.max.amt }, opn1: { cur: "", // Open Amount .cldgrp.cbs.opn1.cur amt: "", // Open Amount .cldgrp.cbs.opn1.amt }, }, }, cltp0: { recget: { sdamod: { seainf: "", // .cltp0.recget.sdamod.seainf }, }, }, setmod: new Pub().data.Setmod, trnmod: new Pub().data.Trnmod, mtabut: new Pub().data.Mtabut, pageId: "" // ctx的key } } }