Commit 51d8284b by wanggang_yf

brtudp 页面调整

parent d49da7fb
...@@ -55,11 +55,11 @@ export default { ...@@ -55,11 +55,11 @@ export default {
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' } { max: 40, message: '长度不能超过40' }
], ],
'brdgrp.cbs.max.amt': [ // 'brdgrp.cbs.max.amt': [
{ type: 'string', required: false, message: '必输项' }, // { type: 'string', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' }, // { max: 18, message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } // { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], // ],
'brdgrp.apl.pts.ref': [ 'brdgrp.apl.pts.ref': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' } { max: 16, message: '长度不能超过16' }
...@@ -68,11 +68,11 @@ export default { ...@@ -68,11 +68,11 @@ export default {
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' } { max: 3, message: '长度不能超过3' }
], ],
'brdgrp.cbs.opn1.amt': [ // 'brdgrp.cbs.opn1.amt': [
{ type: 'string', required: false, message: '必输项' }, // { type: 'string', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' }, // { max: 18, message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } // { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], // ],
'brdgrp.apl.pts.nam': [ 'brdgrp.apl.pts.nam': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' } { max: 40, message: '长度不能超过40' }
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
{ required: true, message: '必输项' }, { required: true, message: '必输项' },
], ],
'cfabrt.ownextkey': [ 'cfabrt.ownextkey': [
{ required: true, message: '必输项' }, // { required: true, message: '必输项' },
], ],
'brdgrp.rec.trpdocnum': [ 'brdgrp.rec.trpdocnum': [
{ required: true, message: '必输项' }, { required: true, message: '必输项' },
...@@ -413,12 +413,12 @@ export default { ...@@ -413,12 +413,12 @@ export default {
{ max: 1, message: '长度不能超过1' } { max: 1, message: '长度不能超过1' }
], ],
'mtabut.coninf.oitinf.oit.inftxt': [ 'mtabut.coninf.oitinf.oit.inftxt': [
{ type: 'string', required: false, message: '必输项' }, // { type: 'string', required: false, message: '必输项' },
{ max: 60, message: '长度不能超过60' } // { max: 60, message: '长度不能超过60' }
], ],
'mtabut.coninf.oitset.oit.inftxt': [ 'mtabut.coninf.oitset.oit.inftxt': [
{ type: 'string', required: false, message: '必输项' }, // { type: 'string', required: false, message: '必输项' },
{ max: 60, message: '长度不能超过60' } // { max: 60, message: '长度不能超过60' }
], ],
'mtabut.coninf.conexedat': [ 'mtabut.coninf.conexedat': [
{ type: 'string', required: false, message: '输入正确的日期' } { type: 'string', required: false, message: '输入正确的日期' }
......
...@@ -264,7 +264,6 @@ ...@@ -264,7 +264,6 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onCouselCrehqselbut"
> >
? ?
</c-button> </c-button>
...@@ -290,7 +289,6 @@ ...@@ -290,7 +289,6 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onCouselOperselbut"
> >
? ?
</c-button> </c-button>
......
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