Commit e317ccc8 by 闫泽浩

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs into settle-test-20230110
parents fa08df65 05910e6e
...@@ -491,13 +491,16 @@ export default { ...@@ -491,13 +491,16 @@ export default {
created: function () {}, created: function () {},
computed:{ computed:{
opn1cur(){ 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(){ 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(){ getDoctypcod(){
return this.model.ledgrp.rec.avbby this.model.bedgrp.rec.doctypcod = this.model.ledgrp.rec.avbby
return this.model.bedgrp.rec.doctypcod
} }
} }
} }
......
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