Commit 22875da4 by WH

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

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