import Api from "~/service/Api"

export default class inffxd {
	constructor() {
		this.data = {
			infcon: {
				seaownref: "",			//  业务编号    		.infcon.seaownref
				nam: "",			//  业务名称		.infcon.nam
				opndat: "",			//
				opndatfrom: "",			//  有效日期自		.infcon.opndatfrom
				opndatto: "",			//  Open Date to		.infcon.opndatto
				seacur: "",			//  币种		.infcon.seacur
				seaamtfr: "",			//  金额自		.infcon.seaamtfr
				seaamtto: "",			//  Amount to		.infcon.seaamtto
				ownusr:"",
				usr:"",
				acc:"",
				acc2:"",

				searef: "",     
				ptyextkey: "",			//  选择一个参与方		.infcon.pty.extkey
				ptynam: "",			//  External Visible Name		.infcon.pty.nam
				seapty: "",			//  参与方名称/BIC		.infcon.seapty
				searol: "",
				usrextkey: "",			//  User ID		.infcon.usr.extkey
				seasta: "",			//  Status		.infcon.seasta
				accmng: "",			//  Account manager		.infcon.accmng
				fxtyp: "",      //类型
			},
			infbut: {
				dspstm: "",			//  display stream		.infbut.dspstm
			},
			//fttyp: "",			//  Funds Trans. Type		.fttyp
			pageId: ""			// ctx的key
		}
	}
}