Commit 22875da4 by WH

fix:修复litopn电报费不显示的缺陷

parent ac75fc5b
......@@ -70,7 +70,7 @@ export default {
...this.buildCommonData(model, trnName),
liaall: model.liaall,
liaccv: model.liaccv,
doceot: model.trnmod.trndoc.doceot,
doceot: model.docpan.doceot,
};
return params
},
......@@ -132,7 +132,7 @@ export default {
...this.buildCommonData(model, trnName),
rec: {
objtyp: 'LID',
objinr: model.lidgrp.rec.objinr,
objinr: model.lidgrp.rec.inr,
ownref: model.lidgrp.rec.ownref,
// swiftflg: model.gitp.swiftflg,
},
......
......@@ -4,14 +4,6 @@ export default class Litopn {
constructor() {
this.data = {
busType: 'lid',
gidgrp: {
rec: {
purpos: '',
},
},
gitp: {
swiftflg: '',
},
litp: {
avblab: '',
usr: {
......
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