import Api from "~/service/Api" import Pts from "~/page/Model/Common/Pts" export default class Msgrsm { constructor() { this.data = { sndp: { rcvdatsta: "", // : 起始日期 rcvdatend: "", // : 截止日期 msgtyp: "", // : 报文标准 subtyp: "", // : 报文类型 sndbak: "", // : 发报行BIC revbak: "", // : 收报行BIC actbic: "", // : 账户行 othref: "", // : 21域编号 ownref: "", // : 20域编 cur: "", // : 币种 act: "", // : 账号 amtmin: "", // : 金额下限 amtmax: "", // : 金额上限 chnipt: "", // 行内系统 .sndp.chnipt rspsta: "", // 回执状态 .sndp.rspsta tblrsp: "", // 回执状态标签 .sndp.tblrsp tblrsm: "", // 回执状态标签 .sndp.tblrsm usrnam: "", // 操作员 .sndp.usrnam starsp: "", // 处理状态标签 .sndp.starsp starsm: "", // 处理状态标签 .sndp.starsm sta: "", // 处理状态 .sndp.sta dtlchg: "", // : 费用明细 starsp1: "", // 处理状态标签1 .sndp.starsp1 starsm1: "", // 处理状态标签1 .sndp.starsm1 sta1: "", // 处理状态1 .sndp.sta1 expexl: "", // 导出 .sndp.expexl expexl2: "", // 3910导出 .sndp.expexl2 }, msggrp: { rcvlst: [], // .msggrp.rcvlst }, pageId: "" // ctx的key } } }