Commit 14a6910e by panziyi

letrsv修改

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