Commit 54c87642 by Mr.xu

xugaopeng-外币兑换平盘确认FXTFCM

parent 64b06d25
...@@ -4,7 +4,7 @@ import Pts from "~/page/Model/Common/Pts" ...@@ -4,7 +4,7 @@ import Pts from "~/page/Model/Common/Pts"
export default class Fxtfcm{ export default class Fxtfcm{
constructor () { constructor () {
this.data = { this.data = {
fxdgrp:{ fxtfcm:{
rec:{ rec:{
ownref:"", // 平盘业务参考号 .fxdgrp.rec.ownref ownref:"", // 平盘业务参考号 .fxdgrp.rec.ownref
nam:"", // 名称 .fxdgrp.rec.nam nam:"", // 名称 .fxdgrp.rec.nam
...@@ -15,6 +15,7 @@ export default class Fxtfcm{ ...@@ -15,6 +15,7 @@ export default class Fxtfcm{
midrat:"", // 中间价 .fxdgrp.rec.midrat midrat:"", // 中间价 .fxdgrp.rec.midrat
ownusr:"", // 资金部负责人 .fxdgrp.rec.ownusr ownusr:"", // 资金部负责人 .fxdgrp.rec.ownusr
usr:"", // 清算中心负责人 .fxdgrp.rec.usr usr:"", // 清算中心负责人 .fxdgrp.rec.usr
detail:"", // 详情 .fxtfcm.rec.detail
}, },
apl:{ apl:{
pts:new Pts().data, pts:new Pts().data,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment