Commit 71d4fed6 by wanggang_yf

brtudp 字段修改

parent f956abcc
...@@ -27,7 +27,8 @@ export default { ...@@ -27,7 +27,8 @@ export default {
} }
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'lid', objtyp: 'brd',
objinr:model.brdgrp.rec.objinr,
ownref: model.brdgrp.rec.ownref, ownref: model.brdgrp.rec.ownref,
opndat: model.brdgrp.rec.opndat, opndat: model.brdgrp.rec.opndat,
expdat: model.brdgrp.rec.expdat, expdat: model.brdgrp.rec.expdat,
......
...@@ -59,6 +59,8 @@ export default class Brtudp { ...@@ -59,6 +59,8 @@ export default class Brtudp {
} }
}, },
rec: { rec: {
inr:'',
branchinr:'',
tenmaxday: '', tenmaxday: '',
predat: '', predat: '',
relgodflg: '', relgodflg: '',
...@@ -239,6 +241,8 @@ export default class Brtudp { ...@@ -239,6 +241,8 @@ export default class Brtudp {
}, },
lidgrp: { lidgrp: {
rec: { rec: {
inr: '',
branchinr: '',
expdat: '', expdat: '',
ownref: '' ownref: ''
}, },
......
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