Commit 3a4ed453 by panziyi

brtset修改

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