export default class Infded{
constructor () {
this.data = {
dbCodes:{
stagod:[],
},
infcon: {
seaownref: '', //业务编号
opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
opndatto: new Date(),
sealcrtyp:'', //信用证类型
ptyExtkey:'',//客户号
searef:'',//当事人参考号
seapty:'', //当事人BIC/名称
seasta: '', //业务状态
seacur: '', //币种
seaamt: '', //金额
seaamtfr: '', //金额
seaamtto: '',//金额
seamylx:'',//贸易类型
seaelcflg:'',//是否通过电证系统
}
}
}}