import Pts from "../Pts.js"; export default class Brdgrp { constructor() { this.data = { rec: { inr: "", ownref: "", nam: "", ownusr: "", credat: "", opndat: "", clsdat: "", pnttyp: "", pntinr: "", predat: "", shpdat: "", spddat: "", totdat: "", advdat: "", matdat: "", rcvdat: "", disdat: "", docflg: "", rejflg: "", approvcod: "", relgodflg: "", relgoddat: "", trpdocnum: "", frepayflg: "", ver: "", advtyp: "", reltyp: "", expdat: "", rtoaplflg: "", trpdoctyp: "", tradat: "", tramod: "", mattxtflg: "", dscinsflg: "", docprbrol: "", docsta: "", igndisflg: "", totcur: "", totamt: "", payrol: "", acpnowflg: "", orddat: "", advdocflg: "", etyextkey: "", bchkeyinr: "", branchinr: "", ngrcod: "", sgdinr: "", blnum: "", shgref: "", guaflg: "", tenmaxday: "", stadat: "", rptref: "", invref: "", prechkdat: "", ischktyp: "", cfabrtflg: "", cfabrttxt: "", invtyp: "", oppnam: "", dbflg: "", shpflg: "", }, blk: { inr: "", docdis: "", docins: "", prsdoc: "", disdoc: "", aplins: "", matper: "", comcon: "", setinsbr: "", roggod: "", pordis: "", delplc: "", vesnam: "", relstoadr: "", chaded: "", chaadd: "", fldmodblk: "", nartxt77a: "", contag72: "", contag79: "", docdisdef: "", docdisflg: "", disdocdef: "", disdocflg: "", porlod: "", notpty: "", voynum: "", carnam: "", }, cbs: { max: { cur: "", amt: "", }, max2: { cur: "", amt: "", }, opn1: { cur: "", amt: "", }, opn2: { cur: "", amt: "", }, opnbpdisc: { cur: "", amt: "", }, }, apl: { ptytyp:'', pts: new Pts().data, }, prb: { ptytyp:'', pts: new Pts().data, }, rmb: { ptytyp:'', pts: new Pts().data, }, acb: { ptytyp:'', pts: new Pts().data, }, ben: { ptytyp:'', pts: new Pts().data, }, rog: { ptytyp:'', pts: new Pts().data, }, beb: { ptytyp:'', pts: new Pts().data, }, oap: { ptytyp:'', pts: new Pts().data, }, shp: { ptytyp:'', pts: new Pts().data, }, apo: { ptytyp:'', pts: new Pts().data, }, srm: { djutyp: "", djuusr: "", djudat: "", djuref: "", }, }; } }