Commit f2eb27ac by huangshunlin

nam 赋值

parent efa26aae
...@@ -275,10 +275,11 @@ ...@@ -275,10 +275,11 @@
return flg; return flg;
}, },
defaultNam950: function () { defaultNam950: function () {
debugger; let amount = this.moneyFormat(this.model.fxdgrp.cbs.max.amt, this.model.fxdgrp.cbs.max.cur);
let amount = this.moneyFormat(this.model.fxdgrp.cbs.max.amt, this.model.fxdgrp.cbs.max.cur) let nam = this.getCodelabel(this.model.fxdgrp.rec.fxtyp, "fxt_fxtyp") + ","
return this.getCodelabel(this.model.fxdgrp.rec.fxtyp, "fxt_fxtyp") + "," + this.model.fxdgrp.cbs.max.cur + " " + amount
+ this.model.fxdgrp.cbs.max.cur + " " + amount; this.model.fxdgrp.rec.nam = nam;
return nam;
}, },
}, },
methods: { methods: {
......
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