index.js 2.08 KB
import Pts from '../Pts.js'

export default class Bedgrp {
	constructor() {
		this.data = {
			rec: {
				inr: "",
				ownref: "",
				nam: "",
				pnttyp: "",
				pntinr: "",
				predat: "",
				rcvdat: "",
				shpdat: "",
				advdat: "",
				matdat: "",
				doctypcod: "",
				opndat: "",
				clsdat: "",
				credat: "",
				ownusr: "",
				ver: "",
				approvcod: "",
				frepayflg: "",
				docprbrol: "",
				payrol: "",
				orddat: "",
				mattxtflg: "",
				dscinsflg: "",
				acpnowflg: "",
				advtyp: "",
				disdat: "",
				totcur: "",
				totamt: "",
				totdat: "",
				docsta: "",
				docrol: "",
				docrolflg: "",
				dta770snd: "",
				advdocflg: "",
				etyextkey: "",
				rmbrol: "",
				lescom: "",
				bchkeyinr: "",
				branchinr: "",
				forflg: "",
				resdat: "",
				amcflg: "",
				invtyp: "",
				invref: "",
				expmno: "",
			},
			blk: {
				inr: "",
				docdis: "",
				docins: "",
				prsdoc: "",
				disdoc: "",
				benins: "",
				matper: "",
				intdis: "",
				comcon: "",
				fldmodblk: "",
				chaadd: "",
				chaded: "",
				nartxt77a: "",
				contag72: "",
				contag79: "",
				docdisflg: "",
				docdisdef: "",
				setinsbe: "",
				benref: "",
			},
			cbs: {
				max: {
					cur: "",
					amt: "",
				},
				max2: {
					cur: "",
					amt: "",
				},
				opn2: {
					cur: "",
					amt: "",
				},
				opn1: {
					cur: "",
					amt: "",
				},
				opnbpdisc: {
					cur: "",
					amt: "",
				},
				red: {
					cur: "",
					amt: "",
				},
			},
			ben: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			apl: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			iss: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			rmb: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			prb: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			acb: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			beb: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			oap: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			pub: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			doc: {
				 ptytyp:'',
				pts: new Pts().data,
			},
			oth: {
				 ptytyp:'',
				pts: new Pts().data,
			},
		}
	}
}