export default class Infinv{ constructor () { this.data = { dbCodes:{ stagod:[], }, infcon: { seaownref: '', //业务编号 subownref: '',//子业务编号 pntref: '',//信用证编号 opndatfrom: new Date((new Date).getTime() - (3 * 24 * 60 * 60 * 1000)),//开始时间 opndatto: new Date(), //截止时间 invoicecode:'', //发票代码 invoicenumber:'',//发票号码 yewulx:'',//业务类型 monstatus:'Y', //发票监控状态 hantyp: 'D', //处理状态 }, invcon:{ invoicecode:'', //发票代码 invoicenumber:'',//发票号码 seqnum:'',//批次号 seqNumLst:[], }, invchk:{ invcod:'',//发票代码 invnum:'',//发票号码 imfref:'',//查验编号 guid:'',//影像编号批次号 ownref:'',//业务编号 imfrefsta:'',//查验编号状态 opndatfrom:new Date((new Date).getTime() - (3 * 24 * 60 * 60 * 1000)),//起始日期 opndatto:new Date(),//截止日期 isVoid:'N' }, imgInvmod:{ regsel: { invnum: '', invcod: '', bustyp: '', antnum: '', opndat: '', prebnkdat: new Date((new Date).getTime() - (3 * 24 * 60 * 60 * 1000)),//起始日期 prebnkdat2: new Date(),//截止日期 }, pageTable:{ tableData:[], currentPage:1, pageSize:10, total:0, }, //平台外发票作废 invDelForm: { bustyp: '', antnum: '', antdat: '', busdcr: '', antnam: '', antdtl: '', }, tableData1:[], tableData4:[], pagination: { pageNum: 1, pageSize: 10, total: 0 }, invlst:[], }, tabVal:'djzf', showCanTab: false, difNum:'' } }}