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