Commit 3a4ed453 by panziyi

brtset修改

parent d05747d7
export default {
buildPtspta (ptsptaObj) {
buildPtspta(ptsptaObj) {
let pts = ptsptaObj.pts;
let ptspta = {
rol: pts.rol,
......@@ -17,12 +17,12 @@ export default {
};
return ptspta;
},
buildCommonData (model, trnName) {
buildCommonData(model, trnName) {
let ptsptaList = [];
if (model.trdgrp.fip.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.trdgrp.fip));
}
let dataObj = {
rec: {
objtyp: 'trd',
......@@ -31,6 +31,18 @@ export default {
opndat: model.trdgrp.rec.opndat,
expdat: model.trdgrp.rec.expdat,
branchInr: model.trdgrp.rec.branchinr,
cbeAmt: model.trtmod.finmod.cbs.cbe.amt,
cbbAmt: model.trtmod.finmod.cbs.cbb.amt,
cbeIntamt1: model.trtmod.finmod.cbs.cbe.intamt1,
cbeIntamt2: model.trtmod.finmod.cbs.cbe.intamt2,
cbeIntamty1: model.trtmod.finmod.cbs.cbe.intamty1,
cbeIntamty2: model.trtmod.finmod.cbs.cbe.intamty2,
cbeIntamt: model.trtmod.finmod.cbs.cbe.intamt,
actflg: model.actflg,
clsflg: model.clsflg,
setact: model.setact,
cbsCalflg: model.trtmod.finmod.cbs.calflg,
doccur: model.setmod.doccur,
},
cbsMap: {
MAX: model.trdgrp.cbs.max,
......@@ -47,7 +59,7 @@ export default {
};
return dataObj
},
buildSetfeg (model, trnName) {
buildSetfeg(model, trnName) {
let params = {
...this.buildCommonData(model, trnName),
liaall: model.liaall,
......@@ -56,7 +68,7 @@ export default {
};
return params
},
buildSetglg (model, trnName) {
buildSetglg(model, trnName) {
let params = {
...this.buildCommonData(model, trnName),
setfeg: model.setmod.setfeg,
......@@ -65,7 +77,7 @@ export default {
};
return params
},
buildGlentry (model, trnName) {
buildGlentry(model, trnName) {
let params = {
...this.buildCommonData(model, trnName),
liaallg: model.liaall.liaallg,
......@@ -75,20 +87,20 @@ export default {
};
return params
},
buildEngp (model, trnName) {
buildEngp(model, trnName) {
let params = {
...this.buildCommonData(model, trnName),
liaallg: model.liaall.liaallg,
};
return params
},
buildDocpan (model, trnName) {
buildDocpan(model, trnName) {
let params = {
...this.buildCommonData(model, trnName),
};
return params
},
buildCcvpan (model, trnName) {
buildCcvpan(model, trnName) {
let params = {
...this.buildCommonData(model, trnName),
liaccvg: model.liaccv.liaccvg,
......@@ -98,7 +110,7 @@ export default {
};
return params
},
buildLimitbody (model, trnName) {
buildLimitbody(model, trnName) {
let params = {
...this.buildCommonData(model, trnName),
rec: {
......@@ -109,7 +121,7 @@ export default {
};
return params
},
buildDoctre (model, trnName) {
buildDoctre(model, trnName) {
let params = {
...this.buildCommonData(model, trnName),
rec: {
......@@ -122,7 +134,7 @@ export default {
return params
},
// 公共组件setmod中dsp字段改变,触发联动时候的入参
buildSetgllAccts (model, trnName, setglg) {
buildSetgllAccts(model, trnName, setglg) {
let params = {
...this.buildCommonData(model, trnName),
setglg
......
......@@ -98,6 +98,7 @@ export default class Trtset {
intprd: "", // 计息周期 .trtmod.finmod.intprd
},
},
actflg: "",
setamt: "", // Settlement Amount .setamt
setact: "", // Settlement Account .setact
clsflg: "", // 抹�'� .clsflg
......
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