import Api from "~/service/Api"; import Pts from "~/page/Model/Common/Pts"; import Pub from "~/components/business/commonModel/index.js"; export default class Fxtsqo { constructor() { this.data = { fxdgrp: { rec: { ownref: "", // 结售汇业务参考号 .fxdgrp.rec.ownref nam: "", // 名称 .fxdgrp.rec.nam fxtyp: "", // 结售汇类型 .fxdgrp.rec.fxtyp opndat: "", // 登记日期 .fxdgrp.rec.opndat valdat: "", // 起息日 .fxdgrp.rec.valdat setdat: "", // 远期交割日 .fxdgrp.rec.setdat setdatfrm: "", // 择期交割起始日 .fxdgrp.rec.setdatfrm setdatto: "", // 择期交割截止日 .fxdgrp.rec.setdatto rat: "", // 对外牌价 .fxdgrp.rec.rat midrat: "", // 中间价 .fxdgrp.rec.midrat quoref: "", // 询价编号 .fxdgrp.rec.quoref fudref: "", // 资金部编号 .fxdgrp.rec.fudref trnman: "", // 交易主体 .fxdgrp.rec.trnman trdint: "", // 结售汇类型 .fxdgrp.rec.trdint trdout: "", // 结售汇类型 .fxdgrp.rec.trdout ownusr: "", // 业务负责人 .fxdgrp.rec.ownusr dsp: "", // 外币结算账号 .fxdgrp.rec.dsp acc: "", // 外币结算账号 .fxdgrp.rec.acc dsp2: "", // 本币结算账号 .fxdgrp.rec.dsp2 acc2: "", // 本币结算账号 .fxdgrp.rec.acc2 }, apl: { pts: new Pts().data, dbfadrblkcn: "", // Chinese address .fxdgrp.apl.dbfadrblkcn }, cbs: { max: { cur: "", // Currency .fxdgrp.cbs.max.cur amt: "", // Balance .fxdgrp.cbs.max.amt }, nom1: { cur: "", // Currency .fxdgrp.cbs.nom1.cur amt: "", // Balance .fxdgrp.cbs.nom1.amt }, }, blk: { remark: "", // 备注 .fxdgrp.blk.remark }, }, fxtp: { aplp: { ptsget: { sdamod: { seainf: "", // .fxtp.aplp.ptsget.sdamod.seainf dadsnd: "", // Drag Drop Sender .fxtp.aplp.ptsget.sdamod.dadsnd }, }, }, amtlab: "", // Amount Label .fxtp.amtlab cnylab: "", // Amount LabelCNY .fxtp.cnylab frgchk: "", // 外币 .fxtp.frgchk cnychk: "", // 人民币 .fxtp.cnychk cshflg: "", // 钞汇标志 .fxtp.cshflg }, mtabut: { clsflg: "", // Close Flag .mtabut.clsflg }, fxtapll1blk: "", // XMLPanel fxtapll1的内置block .fxtapll1blk fxtapll2blk: "", // XMLPanel fxtapll2的内置block .fxtapll2blk pageId: "", // ctx的key setmod: new Pub().data.Setmod, docpan: new Pub().data.Docpan, liaccv: new Pub().data.Liaccv, } } }