Commit 72ccb82c by panziyi

betamc修改

parent c532237f
......@@ -28,7 +28,7 @@ export default {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
betgrp: {
bedgrp: {
rec: {
inr: this.$route.query.inr,
},
......
......@@ -37,80 +37,67 @@ export default class Betamc {
},
newcnfamt: '',
bedgrp: {
ini: {
pts: new Pts().data,
},
a2b: {
pts: new Pts().data,
},
con: {
pts: new Pts().data,
},
iss: {
pts: new Pts().data,
},
ben: {
pts: new Pts().data,
},
atb: {
pts: new Pts().data,
},
avc: {
pts: new Pts().data,
},
adv: {
pts: new Pts().data,
},
apl: {
pts: new Pts().data,
},
// ini: {
// pts: new Pts().data,
// },
// a2b: {
// pts: new Pts().data,
// },
// con: {
// pts: new Pts().data,
// },
// iss: {
// pts: new Pts().data,
// },
// ben: {
// pts: new Pts().data,
// },
// atb: {
// pts: new Pts().data,
// },
// avc: {
// pts: new Pts().data,
// },
// adv: {
// pts: new Pts().data,
// },
// apl: {
// pts: new Pts().data,
// },
rmb: {
pts: new Pts().data,
},
drw: {
pts: new Pts().data,
},
ben: {
pts: new Pts().data,
},
avb: {
pts: new Pts().data,
},
cmb: {
pts: new Pts().data,
},
own: {
pts: new Pts().data,
},
iss: {
// drw: {
// pts: new Pts().data,
// },
// ben: {
// pts: new Pts().data,
// },
// avb: {
// pts: new Pts().data,
// },
// cmb: {
// pts: new Pts().data,
// },
// own: {
// pts: new Pts().data,
// },
pub: {
pts: new Pts().data,
},
prb: {
pts: new Pts().data,
},
rec: {
cnfsta: '',
revflg: '',
brduil: '',
sndto: '',
othersno: '',
fromflg: '',
fingua: '',
gartyp: '',
hndtyp: '',
branchInr: '',
expdat: '',
opndat: '',
predat: '',
rcvdat: '',
doctypcod: '',
docsta: '',
ownref: '',
orddat: '',
matdat: '',
nam: '',
purpos: '',
objinr: '',
inr: "",
ownref:"", // 单据编号 .bedgrp.rec.ownref
nam:"", // Externally Displayed Name to Identify the Contract .bedgrp.rec.nam
doctypcod:"", // 单据类型 .bedgrp.rec.doctypcod
matdat:"", // Maturity Date .bedgrp.rec.matdat
orddat:"", // 到期日 .bedgrp.rec.orddat
rcvdat:"", // 到单日期 .bedgrp.rec.rcvdat
predat:"", // Presentation Date .bedgrp.rec.predat
docsta:"", // 单据状态 .bedgrp.rec.docsta
},
cbs: {
opn1: {
......
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