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

export default class Dbeinf{
    constructor () {
        this.data = {
						bopbut:{
							boplabel:"",			//  申报信息		.bopbut.boplabel
							acttyplab:"",			//  ACTTYP Label		.bopbut.acttyplab
							ctlmod:{
								wrkdbl:{
									trdtyp:"",			//  �'�易类型		.bopbut.ctlmod.wrkdbl.trdtyp
								},
							},
							basflg:"",			//  基'⌒畔		.bopbut.basflg
							dclflg:"",			//  申报信息		.bopbut.dclflg
							vrfflg:"",			//  管理信息		.bopbut.vrfflg
							ackflg:"",			//  申报无误		.bopbut.ackflg
							actiondesc:"",			//  修改/删除原因		.bopbut.actiondesc
							paydat:"",			//  收付汇日期		.bopbut.paydat
							acttyp:"",			//  款项标志		.bopbut.acttyp
						},
						recp:{
							baspp:{
								cusnam:"",			//  		.recp.baspp.cusnam
								cornam:"",			//  		.recp.baspp.cornam
								corpnam:"",			//  		.recp.baspp.corpnam
								roptnam:"",			//  RoptNam		.recp.baspp.roptnam
								exratelab:"",			//  �'�汇/结汇汇率		.recp.baspp.exratelab
								lcyamtlab:"",			//  �'�汇/结汇金额		.recp.baspp.lcyamtlab
								acp:"",			//  确认		.recp.baspp.acp
								tmprefnew:"",			//  TMPREFLABEL		.recp.baspp.tmprefnew
							},
							recgrp:{
								bas:{
									tmpref:"",			//  �'时申报流�'号		.recp.recgrp.bas.tmpref
									ownextkey:"",			//  地区机构号		.recp.recgrp.bas.ownextkey
									actiontype:"",			//  操作类型		.recp.recgrp.bas.actiontype
									rptno:"",			//  申报号码		.recp.recgrp.bas.rptno
									idcode:"",			//  身份证件号码		.recp.recgrp.bas.idcode
									lcyacc:"",			//  人民币帐号/银行卡号		.recp.recgrp.bas.lcyacc
									fcyamt:"",			//  现汇金额		.recp.recgrp.bas.fcyamt
									fcyacc:"",			//  外汇帐号/银行卡号		.recp.recgrp.bas.fcyacc
									othamt:"",			//  其它金额		.recp.recgrp.bas.othamt
									othacc:"",			//  其它帐号/银行卡号		.recp.recgrp.bas.othacc
									methods:"",			//  结算方式		.recp.recgrp.bas.methods
									buscode:"",			//  银行业务编号		.recp.recgrp.bas.buscode
									custype:"",			//  类型		.recp.recgrp.bas.custype
									actiondesc:"",			//  操作类型		.recp.recgrp.bas.actiondesc
									exrate:"",			//  �'�汇汇率		.recp.recgrp.bas.exrate
									lcyamt:"",			//  �'�汇金额		.recp.recgrp.bas.lcyamt
									custnm:"",			//  汇款人名称		.recp.recgrp.bas.custnm
									oppuser:"",			//  收款人名称		.recp.recgrp.bas.oppuser
									custcod:"",			//  组织机构		.recp.recgrp.bas.custcod
									txccy:"",			//  汇款币种和金额		.recp.recgrp.bas.txccy
									txamt:"",			//  汇款币种和金额		.recp.recgrp.bas.txamt
									oppacc:"",			//  收款人账号		.recp.recgrp.bas.oppacc
								},
								vrf:{
									tmpref:"",			//  临时申报编号		.recp.recgrp.vrf.tmpref
									ownextkey:"",			//  地区机构号		.recp.recgrp.vrf.ownextkey
									actiontype:"",			//  操作类型		.recp.recgrp.vrf.actiontype
									actiondesc:"",			//  修改/删除原因		.recp.recgrp.vrf.actiondesc
									rptno:"",			//  RoptNam		.recp.recgrp.vrf.rptno
									crtuser:"",			//  填报人		.recp.recgrp.vrf.crtuser
									inptelc:"",			//  填报人电话		.recp.recgrp.vrf.inptelc
									rptdate:"",			//  申报日期		.recp.recgrp.vrf.rptdate
									isref:"",			//  是否进口核销项下付款		.recp.recgrp.vrf.isref
									payattr:"",			//  付汇性�'�		.recp.recgrp.vrf.payattr
									paytype:"",			//  付款类型		.recp.recgrp.vrf.paytype
									tc1amt:"",			//  相应金额1		.recp.recgrp.vrf.tc1amt
									tc2amt:"",			//  相应金额2		.recp.recgrp.vrf.tc2amt
									impdate:"",			//  最迟装运日期		.recp.recgrp.vrf.impdate
									contrno:"",			//  合同号		.recp.recgrp.vrf.contrno
									invoino:"",			//  发票号		.recp.recgrp.vrf.invoino
									cusmno:"",			//  报关单经营单位编码		.recp.recgrp.vrf.cusmno
									txcode:"",			//  交易编码1		.recp.recgrp.vrf.txcode
									txcode2:"",			//  交易编码2		.recp.recgrp.vrf.txcode2
									country:"",			//  收款人常驻国家/地区编码		.recp.recgrp.vrf.country
									regno:"",			//  外汇局批件/备案表号		.recp.recgrp.vrf.regno
								},
							},
							vrfpp:{
								roptnam:"",			//  RoptNam		.recp.vrfpp.roptnam
								acp:"",			//  确认		.recp.vrfpp.acp
							},
						},
						pageId: ""			// ctx的key
				}
    }
}