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: {
...@@ -292,7 +293,7 @@ ...@@ -292,7 +293,7 @@
}, },
watch: { watch: {
//申请人变动 本外币下拉框需变化、账号、汇率变动 //申请人变动 本外币下拉框需变化、账号、汇率变动
'model.fxdgrp.apl.pts.ptyinr': { 'model.fxdgrp.apl.pts.ptyinr': {
handler(newValue) { handler(newValue) {
if (newValue == "" || newValue == null) { if (newValue == "" || newValue == null) {
......
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