Commit 5597c2ea by WH

修复前端letdrw前端LIMITBODY,DOCTRE构建问题

parent ddc335e1
...@@ -121,7 +121,7 @@ export default { ...@@ -121,7 +121,7 @@ export default {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'LED', objtyp: 'LED',
objinr: model.ledgrp.rec.objinr, objinr: model.ledgrp.rec.inr,
ownref: model.ledgrp.rec.ownref, ownref: model.ledgrp.rec.ownref,
}, },
}; };
...@@ -132,7 +132,7 @@ export default { ...@@ -132,7 +132,7 @@ export default {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'LED', objtyp: 'LED',
objinr: model.ledgrp.rec.objinr, objinr: model.ledgrp.rec.inr,
ownref: model.ledgrp.rec.ownref, ownref: model.ledgrp.rec.ownref,
// swiftflg: model.gitp.swiftflg, // swiftflg: model.gitp.swiftflg,
}, },
......
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