Commit a8311b8d by liaoxing

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs into settle-test-20230110
parents e2da6df2 a25ecdc9
......@@ -40,7 +40,7 @@ export default {
],
"brdgrp.cbs.max.amt":[
{type: "string", required: true, message: "必输项"},
{type: "number", required: true, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
......
......@@ -39,7 +39,7 @@ export default class Brtlat{
cbs:{
max:{
cur:"", // 单据金额 .brdgrp.cbs.max.cur
amt:"", // 单据金额 .brdgrp.cbs.max.amt
amt:"0.0", // 单据金额 .brdgrp.cbs.max.amt
},
opn1:{
cur:"", // 单据余额 .brdgrp.cbs.opn1.cur
......
......@@ -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