Commit b330760a by liaoxing

betacc 修改

parent b3c547f2
......@@ -25,6 +25,9 @@ export default {
if (model.bedgrp.ben.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.bedgrp.ben));
}
if (model.bedgrp.rmb.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.bedgrp.rmb));
}
let dataObj = {
rec: {
objtyp: 'BED',
......@@ -32,7 +35,7 @@ export default {
ownref: model.bedgrp.rec.ownref,
opndat: model.bedgrp.rec.opndat,
expdat: model.bedgrp.rec.expdat,
branchInr: model.bedgrp.rec.branchInr,
branchInr: model.bedgrp.rec.branchinr,
hndtyp: model.bedgrp.rec.hndtyp,
gartyp: model.bedgrp.rec.gartyp,
fingua: model.bedgrp.rec.fingua,
......
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