Commit 2aeff7bd by liaoxing

litame check修改

parent fe6f53bd
......@@ -362,7 +362,7 @@ export default {
{max: 35,message:'长度不能超过35'}
],
'lidgrp.drw.pts.adrblk':[
{type: 'string', required: true, message: '必输项'},
{type: 'string', required: false, message: '必输项'},
{max: 35*4,message:'长度不能超过35'}
],
'lidgrp.drw.dbfadrblkcn':[
......@@ -398,7 +398,7 @@ export default {
{max: 65,message:'长度不能超过65'}
],
'lidgrp.blk.shpper':[
{type: 'string', required: true, message: '必输项'},
{type: 'string', required: false, message: '必输项'},
{max: 390,message:'长度不能超过390'}
],
'lidgrp.ini.pts.ref':[
......
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