Commit 34eed1c2 by liuxin

detopn前端校验补充

parent 75a4a61c
......@@ -82,7 +82,7 @@ export default {
{max: 3,message:"长度不能超过3"}
],
"dedgrp.cbs.max.amt":[
{type: "string", required: true, message: "必输项"},
{type: "string", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
......@@ -114,7 +114,7 @@ export default {
{type: "date", required: false, message: "输入正确的日期"}
],
"dedgrp.apl.pts.ref":[
{type: "string", required: true, message: "必输项"},
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
......@@ -274,7 +274,7 @@ export default {
{max: 35,message:"长度不能超过35"}
],
"dedgrp.rec.kzref":[
{type: "string", required: false, message: "必输项"},
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"dedgrp.iss.pts.extkey":[
......@@ -298,7 +298,7 @@ export default {
{max: 34,message:"长度不能超过34"}
],
"dedgrp.iss.pts.jigomc":[
{type: "string", required: true, message: "必输项"},
{type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"dedgrp.apb.pts.bankno":[
......@@ -306,7 +306,7 @@ export default {
{max: 20,message:"长度不能超过20"}
],
"dedgrp.iss.pts.dizhii":[
{type: "string", required: true, message: "必输项"},
{type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"dedgrp.apb.pts.jigomc":[
......@@ -385,4 +385,8 @@ export default {
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"dedgrp.rec.lcrtyp":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
}
\ No newline at end of file
......@@ -123,13 +123,13 @@
<c-col :span="13">
<el-form-item label="通知行邮编" prop="dedgrp.adv.pts.youzbm">
<c-input v-model="model.dedgrp.adv.pts.youzbm" maxlength="6" placeholder="请输入邮编"></c-input>
<c-input v-model="model.dedgrp.adv.pts.youzbm" maxlength="6" disabled placeholder="请输入邮编"></c-input>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="通知行电话" prop="dedgrp.adv.pts.dihdig" label-width="100px">
<c-input v-model="model.dedgrp.adv.pts.dihdig" maxlength="16" placeholder="请输入电话"></c-input>
<c-input v-model="model.dedgrp.adv.pts.dihdig" maxlength="16" disabled placeholder="请输入电话"></c-input>
</el-form-item>
</c-col>
......@@ -181,7 +181,6 @@
-->
<c-ptapdome
:disabledJigomc="true"
:model="model"
:argadr="{
title: '开证行',
......@@ -335,13 +334,13 @@
<c-col :span="13">
<el-form-item label="申请人邮编" prop="dedgrp.apc.pts.youzbm">
<c-input v-model="model.dedgrp.apc.pts.youzbm" maxlength="6" placeholder="请输入邮编 电证用"></c-input>
<c-input v-model="model.dedgrp.apc.pts.youzbm" maxlength="6" disabled placeholder="请输入邮编 电证用"></c-input>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="申请人电话" prop="dedgrp.apc.pts.dihdig" label-width="100px">
<c-input v-model="model.dedgrp.apc.pts.dihdig" maxlength="16" placeholder="请输入电话"></c-input>
<c-input v-model="model.dedgrp.apc.pts.dihdig" maxlength="16" disabled placeholder="请输入电话"></c-input>
</el-form-item>
</c-col>
......
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