index.js 853 Bytes
export default class Inftrnps {
	constructor() {
		this.data = {
			trncorco: {
				ownref: '', //  Reference		.trncorco.ownref
				relflg: '', //  Status		.trncorco.relflg
				inidatfro: '', //  Date of entry of Transaction		.trncorco.inidatfro
				inidattil: new Date(), //  Date of entry of Transaction until		.trncorco.inidattil
				trnstm: '', //  List of transaction sfor display		.trncorco.trnstm
				dflg: '1', //  国内证标志		.trncorco.dflg
				selinr: {},
			},
			atp: {
				cod: '', //  Transaction Type 		.atp.cod
			},
			atptxt: '', //  Transaction Text		.atptxt
			usrcon: '', //  User		.usrcon
			bchcon: '', //  Branch		.bchcon
      channel: '', // .channel
      tskcla:'',
      tsksta:'',
      frm:'',
      usr:'',
      remark:'',
      dbCodes:{
        cla:[],
        status:[],
        distStatus:[],
      },
		};
	}
}