Commit 06215645 by liaoxing

letdav修改

parent e24c1b7f
...@@ -125,7 +125,7 @@ export default { ...@@ -125,7 +125,7 @@ export default {
// 业务信息=》基本信息=》单据编号-----获取单据编号 // 业务信息=》基本信息=》单据编号-----获取单据编号
async getBedgrpOwnRef() { async getBedgrpOwnRef() {
let params = { let params = {
ledgrp:{ bedgrp:{
rec: this.model.bedgrp.rec, rec: this.model.bedgrp.rec,
} }
}; };
......
...@@ -47,6 +47,7 @@ export default class Letdav { ...@@ -47,6 +47,7 @@ export default class Letdav {
docdis: '' docdis: ''
}, },
rec: { rec: {
inr: '',
rcvdat: '', rcvdat: '',
doctypcod: '', doctypcod: '',
totcur: '', totcur: '',
...@@ -58,7 +59,7 @@ export default class Letdav { ...@@ -58,7 +59,7 @@ export default class Letdav {
disdat: '', disdat: '',
totamt: '', totamt: '',
nam: '', nam: '',
docprbrol: '' docprbrol: '',
}, },
prb: { prb: {
pts: new Pts().data pts: new Pts().data
......
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