Commit 37cf6fbf by panziyi

litame修改

parent 305fbfb2
......@@ -34,6 +34,7 @@ export default {
let dataObj = {
rec: {
objtyp: 'LID',
objinr: model.lidgrp.rec.inr,
ownref: model.lidgrp.rec.ownref,
opndat: model.lidgrp.rec.opndat,
expdat: model.lidgrp.rec.expdat,
......@@ -52,9 +53,20 @@ export default {
cnfsta: model.lidgrp.rec.cnfsta,
cre707flg: model.litamep.cre707flg,
},
amdRec: {
engamt: model.litamep.engamt,
maxamt: model.litamep.maxamt,
ameamt: model.swiadd.ameamt,
amecur: model.swiadd.amecur,
newamt: model.swiadd.newamt,
newcur: model.swiadd.newcur,
amedat: model.swiadd.amedat,
newexpdat: model.swiadd.newexpdat,
},
cbsMap: {
MAX: model.lidgrp.cbs.max,
OLDMAX: model.lidgrp.cbs.oldmax,
OLDMAX: model.oldlidgrp.cbs.max,
OLDMAX2: model.oldlidgrp.cbs.max2,
MAX2: model.lidgrp.cbs.max2,
NOM1: model.lidgrp.cbs.nom1,
OPN1: model.lidgrp.cbs.opn1,
......
......@@ -78,6 +78,10 @@ export default class Litame {
},
nom1: {
amt: ''
},
max2: {
cur: '',
amt: '0.00',
}
}
},
......@@ -160,7 +164,7 @@ export default class Litame {
cbs: {
opn2: {
cur: '',
amt: '',
amt: '0.00',
},
max: {
cur: '',
......@@ -172,7 +176,7 @@ export default class Litame {
},
max2: {
cur: '',
amt: '',
amt: '0.00',
}
},
rmb: {
......
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