Commit 14a6910e by panziyi

letrsv修改

parent 026e1016
......@@ -71,7 +71,8 @@ export default {
},
cbsMap: {
MAX: model.ledgrp.cbs.max,
OLDMAX: model.ledgrp.cbs.oldmax,
OLDMAX: model.oldledgrp.cbs.max,
OLDMAX2: model.oldledgrp.cbs.max2,
MAX2: model.ledgrp.cbs.max2,
NOM1: model.ledgrp.cbs.nom1,
OPN1: model.ledgrp.cbs.opn1,
......
......@@ -34,6 +34,11 @@ export default {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
ledgrp:{
rec:{
inr: this.$route.query.inr
}
},
});
// loading.close();
if (!res.data) {
......
......@@ -5,6 +5,18 @@ export default class Letrsv {
constructor() {
this.data = {
number: '',
oldledgrp: {
cbs: {
max: {
cur: '',
amt: ''
},
max2: {
cur: '',
amt: ''
}
}
},
ledgrp: {
a2b: {
pts: new Pts().data
......
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