Commit 948ecca8 by WH

修复letdrw缺陷

parent 0aaa9a94
...@@ -503,12 +503,12 @@ export default { ...@@ -503,12 +503,12 @@ export default {
return this.model.bedgrp.rec.doctypcod return this.model.bedgrp.rec.doctypcod
}, },
maxcur(){ maxcur(){
this.model.ledgrp.cbs.max.cur = this.model.ledgrp.cbs.opn1.cur this.model.bedgrp.cbs.max.cur = this.model.ledgrp.cbs.opn1.cur
return this.model.ledgrp.cbs.max.cur return this.model.bedgrp.cbs.max.cur
}, },
maxamt(){ maxamt(){
this.model.ledgrp.cbs.max.amt = this.model.ledgrp.cbs.opn1.amt this.model.bedgrp.cbs.max.amt = this.model.ledgrp.cbs.opn1.amt
return this.model.ledgrp.cbs.max.amt return this.model.bedgrp.cbs.max.amt
}, },
docprbrol(){ docprbrol(){
this.model.bedgrp.rec.docprbrol = 'BEB' this.model.bedgrp.rec.docprbrol = 'BEB'
......
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