Commit 730e7302 by 闫泽浩

betacc 缺陷修复

parent 19669f33
......@@ -28,7 +28,7 @@ export default {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
betgrp:{
bedgrp:{
rec:{
inr:this.$route.query.inr
}
......
......@@ -11,6 +11,7 @@ export default class Betacc {
ledgrp: {
rec: {
inr:'',
ownref: ''
},
cbs: {
......@@ -20,6 +21,44 @@ export default class Betacc {
}
}
},
bedgrp: {
rec: {
inr: "",
predat: '',
rcvdat: '',
doctypcod: '',
docsta: '',
ownref: '',
orddat: '',
matdat: '',
nam: '',
branchinr: '',
clsdat: ''
},
cbs: {
opn1: {
cur: '',
amt: ''
},
opn2: {
amt: ''
},
max: {
cur: '',
amt: ''
}
},
iss: {
pts: new Pts().data,
},
ben: {
pts: new Pts().data,
},
apl: {
pts: new Pts().data,
}
},
aamset: {
utlamt: '',
utlamt2: ''
......
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