Commit 08efc30d by huangshunlin

修复即期结售汇申报选项不出来问题

parent 9582dea4
...@@ -36,6 +36,8 @@ export default { ...@@ -36,6 +36,8 @@ export default {
trdout: model.fxdgrp.rec.trdout, trdout: model.fxdgrp.rec.trdout,
trnman: model.fxdgrp.rec.trnman, trnman: model.fxdgrp.rec.trnman,
rat: model.fxdgrp.rec.rat, rat: model.fxdgrp.rec.rat,
dfkhlb: model.fxdgrp.rec.trnman,
waitjm: model.fxdgrp.rec.trdint,
}, },
cbsMap: { cbsMap: {
MAX: model.fxdgrp.cbs.max, MAX: model.fxdgrp.cbs.max,
......
...@@ -36,6 +36,8 @@ export default { ...@@ -36,6 +36,8 @@ export default {
trdout: model.fxdgrp.rec.trdout, trdout: model.fxdgrp.rec.trdout,
trnman: model.fxdgrp.rec.trnman, trnman: model.fxdgrp.rec.trnman,
rat: model.fxdgrp.rec.rat, rat: model.fxdgrp.rec.rat,
dfkhlb: model.fxdgrp.rec.trnman,
waitjm: model.fxdgrp.rec.trdout,
}, },
cbsMap: { cbsMap: {
MAX: model.fxdgrp.cbs.max, MAX: model.fxdgrp.cbs.max,
......
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