import Api from "~/service/Api"

export default class infftd {
	constructor() {
		this.data = {
			infcon: {
				seaownref: "",			//  业务编号    		.infcon.seaownref
				nam: "",			//  Name客户名称		.infcon.nam
				opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),			//  有效日期自		.infcon.opndatfrom
				opndatto: new Date(),			//  Open Date to		.infcon.opndatto

				seacur: "",			//  币种		.infcon.seacur
				seaamtfr: "",			//  金额自		.infcon.seaamtfr
				seaamtto: "",			//  Amount to		.infcon.seaamtto

				ownusr:"",  //客户名称
				usr:"",   //资金部经办人
				bnktyp:"",   //银行类型
				gzno:"",   //挂起编号


				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
				fttyp: "",      //资金转账类型

			},
			infbut: {
				dspstm: "",			//  display stream		.infbut.dspstm
			},
			//fttyp: "",			//  Funds Trans. Type		.fttyp
			pageId: ""			// ctx的key
		}
	}
}