import Api from "~/service/Api"
import Pts from "../Common/Pts"

export default class Cfasel{
    constructor () {
        this.data = {
						eblstm:"",			//  Selection		.eblstm
						eadstm:"",			//  Selection		.eadstm
						eafstm:"",			//  Selection		.eafstm
						ebastm:"",			//  Selection		.ebastm
						ecastm:"",			//  Selection		.ecastm
						cfaquep:{
							cfatyp:"",			//  申报类型		.cfaquep.cfatyp
							frmdat:"",			//  From		.cfaquep.frmdat
							tildat:"",			//  Until		.cfaquep.tildat
							ownextkey:"",			//  Initial Code		.cfaquep.ownextkey
							staflg:"",			//  至		.cfaquep.staflg
							dattyp:"",			//  查询日期类型		.cfaquep.dattyp
							rptno:"",			//  申报号码		.cfaquep.rptno
							sum:"",			//  笔数		.cfaquep.sum
							ownref:"",			//  业务编号		.cfaquep.ownref
						},
						eadstm:"",			//  EAD Selection		.eadstm
						eafstm:"",			//  EAF Selection		.eafstm
						ebastm:"",			//  EBA Selection		.ebastm
						ecastm:"",			//  ECA Selection		.ecastm
						errcfa:{
							msgstm:"",			//  Select Error Message		.errcfa.msgstm
							rptno:"",			//  申报编号		.errcfa.rptno
						},
						pageId: ""			// ctx的key
				}
    }
}