Commit 19d0a492 by WH

修复letdrw缺陷

parent 80ed1cef
...@@ -491,7 +491,8 @@ export default { ...@@ -491,7 +491,8 @@ export default {
return this.model.ledgrp.cbs.nom1.amt * (1+this.model.ledgrp.rec.nomtop/100) return this.model.ledgrp.cbs.nom1.amt * (1+this.model.ledgrp.rec.nomtop/100)
}, },
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