Commit 71d4fed6 by wanggang_yf

brtudp 字段修改

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