index.js 1.28 KB
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33

export default class Bopsel{
    constructor () {
        this.data = {
						bopquep:{
						//	boptyp:"ALL",			//  申报类型		.bopquep.boptyp
							rptno:"",			//  申报号码		.bopquep.rptno
							// staflg:"",			//  业务情况		.bopquep.staflg
							// extinfbop:"",			//  业务号码		.bopquep.extinf
							// datsrc:"",			//  数据来源		.bopquep.datsrc
							// sndflg:"",			//  检核状态		.bopquep.sndflg
							// dclsta:"",			//  申报信息状态		.bopquep.dclsta
							// vrfsta:"",			//  管理信息状态		.bopquep.vrfsta
							 branch:"",			//  机构号		.bopquep.branch
							// branchcode:"",			//  金融机构标识码		.bopquep.branchcode
							ywcredat:"",			//  起始日		.bopquep.ywfrmdat
							ywtildat:"",			//  到期日		.bopquep.ywtildat
							// custcod:"",			//  组织机构		.bopquep.custcod
							// txcode:"",			//  交易编码		.bopquep.txcode
							// actiontype:"",			//  操作类型		.bopquep.actiontype
							// custnm:"",			//  申报主体名称		.bopquep.custnm
							// selectdat:"",			//  日期类型		.bopquep.selectat
							// usr:""  ,         	//  员工号		.bopquep.usr
							// bchcod:"",
							// selsta:""

						},
						bchtypList:[],
						boperrlst:[],			//  		.bopsellst
						pageId: ""			// ctx的key
				}
    }
}