Commit 2de78e61 by panziyi

brtdck修改

parent 78f1d930
......@@ -27,8 +27,7 @@ export default {
}
let dataObj = {
rec: {
objtyp: 'LID',
inr: model.lidgrp.rec.inr,
objtyp: 'BRD',
ownref: model.brdgrp.rec.ownref,
opndat: model.brdgrp.rec.opndat,
expdat: model.brdgrp.rec.expdat,
......@@ -45,6 +44,7 @@ export default {
purpos: model.brdgrp.rec.purpos,
revflg: model.brdgrp.rec.revflg,
cnfsta: model.brdgrp.rec.cnfsta,
relgodflg: model.brdgrp.rec.relgodflg,
mhtyp: model.mhtyp,
},
cbsMap: {
......
......@@ -30,7 +30,7 @@ let checkObj = {
'brtp.oth.adrelc': null,
'liaall.limmod.limpts.wrk.pts.extkey': null,
'brdgrp.shp.adrelc': null,
'mtabut.coninf.conexedat': null,
// 'mtabut.coninf.conexedat': null,
'brtp.oth.namelc': null,
'liaall.limmod.limpts.nonrevflg1': null,
'brdgrp.apl.pts.nam': null,
......@@ -443,23 +443,23 @@ let checkObj = {
{ max: 20, message: '长度不能超过20' },
],
'mtabut.coninf.oitinf.oit.inftxt': [
{ type: 'string', required: true, message: '必输项' },
{ max: 60, message: '长度不能超过60' },
],
// 'mtabut.coninf.oitinf.oit.inftxt': [
// { type: 'string', required: true, message: '必输项' },
// { max: 60, message: '长度不能超过60' },
// ],
'mtabut.coninf.oitset.oit.inftxt': [
{ type: 'string', required: true, message: '必输项' },
{ max: 60, message: '长度不能超过60' },
],
// 'mtabut.coninf.oitset.oit.inftxt': [
// { type: 'string', required: true, message: '必输项' },
// { max: 60, message: '长度不能超过60' },
// ],
'mtabut.coninf.conexedat': [
{ type: 'date', required: false, message: '输入正确的日期' },
],
'mtabut.coninf.usr.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 8, message: '长度不能超过8' },
],
// 'mtabut.coninf.conexedat': [
// { type: 'date', required: false, message: '输入正确的日期' },
// ],
// 'mtabut.coninf.usr.extkey': [
// { type: 'string', required: false, message: '必输项' },
// { max: 8, message: '长度不能超过8' },
// ],
'trnmod.trndoc.advnam': [
{ type: 'string', required: false, message: '必输项' },
......
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