Commit 4c49d396 by lixinyi

brtset修改

parent dd85fb83
...@@ -168,6 +168,9 @@ let checkObj = { ...@@ -168,6 +168,9 @@ let checkObj = {
{type: 'string', required: false, message: '必输项'}, {type: 'string', required: false, message: '必输项'},
{max: 1, message: '长度不能超过1'}, {max: 1, message: '长度不能超过1'},
], ],
'brtp.ischktyp': [
{type: 'string', required: true, message: '必输项'},
],
'setmod.redamt': [ 'setmod.redamt': [
// { type: 'number', required: false, message: '必输项' }, // { type: 'number', required: false, message: '必输项' },
......
...@@ -156,6 +156,8 @@ export default { ...@@ -156,6 +156,8 @@ export default {
objtyp: 'BRD', objtyp: 'BRD',
objinr: model.brdgrp.rec.inr, objinr: model.brdgrp.rec.inr,
ownref: model.brdgrp.rec.ownref, ownref: model.brdgrp.rec.ownref,
sftmt: model.sftmt,
docprbrol: model.brdgrp.rec.docprbrol,
// swiftflg: model.brtp.swiftflg, // swiftflg: model.brtp.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