Commit 8221f67a by WH

修复letdrw缺陷

parent 19d0a492
......@@ -485,10 +485,12 @@ export default {
created: function () {},
computed:{
opn1cur(){
return this.model.ledgrp.cbs.nom1.cur
this.model.ledgrp.cbs.opn1.cur = this.model.ledgrp.cbs.nom1.cur
return this.model.ledgrp.cbs.opn1.cur
},
opn1amt(){
return this.model.ledgrp.cbs.nom1.amt * (1+this.model.ledgrp.rec.nomtop/100)
this.model.ledgrp.cbs.opn1.amt = this.model.ledgrp.cbs.nom1.amt * (1+this.model.ledgrp.rec.nomtop/100)
return this.model.ledgrp.cbs.opn1.amt
},
getDoctypcod(){
this.model.bedgrp.rec.doctypcod = this.model.ledgrp.rec.avbby
......
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