import Api from "~/service/Api" import Pts from "~/page/Model/Common/Pts" export default class Dotopn{ constructor () { this.data = { ptpmod:{ pty:{ extkey:"", // 账户行 .ptpmod.pty.extkey }, }, dotp:{ snd:{ pty:{ extkey:"", // BIC码 .dotp.snd.pty.extkey }, }, rcv:{ pty:{ extkey:"", // BIC码 .dotp.rcv.pty.extkey }, }, }, dotgrp:{ rec:{ acc:"", // 账户 .dotgrp.rec.acc cur:"", // 币种 .dotgrp.rec.cur amt:"", // 金额 .dotgrp.rec.amt valdat:"", // 起息日 .dotgrp.rec.valdat rsptim:"", // 收发日期 .dotgrp.rec.rsptim ownref:"", // 业务参考号 .dotgrp.rec.ownref othref:"", // 相关参考号 .dotgrp.rec.othref busflg:"", // 业务标识 .dotgrp.rec.busflg dcflg:"", // 借贷标记 .dotgrp.rec.dcflg offsta:"", // 勾销标志 .dotgrp.rec.offsta typ:"", // 对账信息类型 .dotgrp.rec.typ inf:"", // 详细信息 .dotgrp.rec.inf }, }, pageId: "" // ctx的key } } }