index.js 1.06 KB

export default class Dbbsel {
	constructor() {
		this.data = {

			argmod: {
				extinfbop: "",			//  业务号码		.recp.argmod.extinfbop
				rptno: "",			//  申报号码		.recp.argmod.rptno
				datsrc: "",			//  数据来源		.recp.argmod.datsrc
				txccy: "",			//  收付汇币种		.recp.argmod.txccy
				branch: "",			//  机构号		.recp.argmod.branch
				bchcod: "",			//  金融机构标识码		.recp.argmod.bchcod
				custcod: "",			//  组织机构代码		.recp.argmod.custcod
				selsta: "",			//  数据状态		.recp.argmod.selsta
				ywcredat: "",			//  业务开始日期		.recp.argmod.ywcredat
				ywtildat: "",			//  业务结束日期		.recp.argmod.ywtildat
				selectdat: "",			//  日期类型		.recp.argmod.selectdat
				usr: "",			//  员工号		.recp.argmod.usr
				bchinr: "",			//  导入所属机构		.recp.argmod.bchinr
				impdat: "",			//  导入申报日期		.recp.argmod.impdat
				custnm: "",			//  申报主体名称		.recp.argmod.custnm
			},

			enableflg: "", //申报功能开关

			reclst: [],			//  		.recgrp.reclst
			bchtypList: [],

		}
	}
}