Commit e1da436b by liaoxing

litame 补全check

parent 0674bcbc
......@@ -230,7 +230,7 @@ export default {
{type: 'string', required: false, message: '输入正确的日期'}
],
'lidgrp.rec.expplc':[
{type: 'string', required: false, message: '必输项'},
{type: 'string', required: true, message: '必输项'},
{max: 29,message:'长度不能超过29'}
],
'lidgrp.ben.pts.ref':[
......@@ -383,7 +383,7 @@ export default {
],
'lidgrp.rec.tenmaxday':[
{ required: false, message: '必输项'},
{type: 'string', max: 999,message:'只能输入数字,长度不能超过3'}
// {type: 'string', max: 999,message:'只能输入数字,长度不能超过3'}
],
'lidgrp.rec.porloa':[
{type: 'string', required: false, message: '必输项'},
......@@ -793,12 +793,16 @@ export default {
{type: 'string', required: false, message: '必输项'},
{max: 14,message:'长度不能超过14'}
],
'lidgrp.rec.stacty':[
{type: 'string', required: true, message: '必输项'},
{max: 2,message:'长度不能超过2'}
],
/**
* Litame Check规则
*/
'lidgrp.rec.lcrtyp': null,
'lidgrp.rec.apprul': null,
'lidgrp.rec.stacty': null,
// 'lidgrp.rec.stacty': null,
'setmod.dspflg': null,
'lidgrp.rec.shptrss18': null,
'lidgrp.rec.cnfdet': null,
......
......@@ -377,8 +377,6 @@ export default {
this.flag4 = true;
this.flag5 = true;
this.flag6 = true;
// this.model.lidgrp.avb.pts.adrblk = null
// this.model.lidgrp.avb.pts.extkey = null
} //Specified Bank 指定银行
else if (val == 'S') {
this.flag4 = true;
......
......@@ -104,7 +104,9 @@
v-model="model.lidgrp.con.pts.extkey"
maxlength="16"
placeholder="请输入编号"
@keyup.enter.native="showGridPromptDialog('lidgrp.con.pts.extkey')"
@keyup.enter.native="
queryGridEtyPromptDialogData('CON', 'B')
"
></c-input>
<template slot="footer">
<c-button
......@@ -161,7 +163,9 @@
<c-input
v-model="model.lidgrp.a2b.pts.extkey"
maxlength="16"
@keyup.enter.native="showGridPromptDialog('lidgrp.a2b.pts.extkey')"
@keyup.enter.native="
queryGridEtyPromptDialogData('A2B', 'B')
"
placeholder=""
></c-input>
<template slot="footer">
......
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