index.js 2.32 KB
import Api from "~/service/Api"
import Pts from "~/page/Model/Common/Pts"
import Pub from "../../../../components/business/commonModel/index.js";

export default class Fxteop{
    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
								rat:"",			//  对外牌价		.fxdgrp.rec.rat
								midrat:"",			//  中间价		.fxdgrp.rec.midrat
								quoref:"",			//  询价编号		.fxdgrp.rec.quoref
								fudref:"",			//  资金部编号		.fxdgrp.rec.fudref
								acc:"",			//  买入外币账号		.fxdgrp.rec.acc
								acc2:"",			//  卖出外币账号		.fxdgrp.rec.acc2
								dsp:"",			//  买入外币账号		.fxdgrp.rec.dsp
								dsp2:"",			//  卖出外币账号		.fxdgrp.rec.dsp2
							},
							apl:{
								pts:new Pts().data,
								dbfadrblkcn:"",			//  Chinese address		.fxdgrp.apl.dbfadrblkcn
							},
							blk:{
								remark:"",			//  备注		.fxdgrp.blk.remark
							},
							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
								},
							},
						},
						fxtp:{
							usr:{
								extkey:"",			//  业务负责人		.fxtp.usr.extkey
							},
							usrget:{
								sdamod:{
									seainf:"",			//  		.fxtp.usrget.sdamod.seainf
								},
							},
							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
							calflg:"",			//  Calculate		.fxtp.calflg
						},
            setmod: new Pub().data.Setmod,
			      docpan: new Pub().data.Docpan,
			      trndia: new Pub().data.Trndia,
				}
    }
}