Commit dcc79f57 by “yanyuxin”

输入框最大长度设置

parent 18310212
......@@ -376,7 +376,7 @@ export default {
"lidgrp.rec.prepertxts18":[
{type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过140"}
],
"lidgrp.avb.namelc":[
{type: "string", required: true, message: "必输项"},
......@@ -471,7 +471,7 @@ export default {
],
"lidgrp.blk.shpper":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 390,message:"长度不能超过390"}
],
"lidgrp.ini.pts.ref":[
{type: "string", required: false, message: "必输项"},
......
......@@ -337,7 +337,7 @@ export default {
],
"lidgrp.blk.shpper":[
{type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 390,message:"长度不能超过390"}
],
"lidgrp.ini.pts.ref":[
{type: "string", required: false, message: "必输项"},
......
......@@ -172,7 +172,7 @@
<c-col :span="24">
<el-form-item label="装运期限" prop="lidgrp.blk.shpper">
<c-input type="textarea" v-model="model.lidgrp.blk.shpper" maxlength="65" :rows="6" show-word-limit placeholder="请输入Shipment Period" ></c-input>
<c-input type="textarea" v-model="model.lidgrp.blk.shpper" maxlength="390" :rows="6" show-word-limit placeholder="请输入Shipment Period" ></c-input>
</el-form-item>
</c-col>
......@@ -195,7 +195,7 @@
<c-col :span="24">
<el-form-item label="寄单期限" prop="lidgrp.rec.prepertxts18">
<c-fullbox>
<c-input type="textarea" v-model="model.lidgrp.rec.prepertxts18" maxlength="35" show-word-limit placeholder="请输入寄单期限" ></c-input>
<c-input type="textarea" v-model="model.lidgrp.rec.prepertxts18" maxlength="140" show-word-limit placeholder="请输入寄单期限" ></c-input>
<template slot="footer">
<c-button
size="small"
......
......@@ -283,7 +283,7 @@
model.lidgrp.rec.shpdat != null && model.lidgrp.rec.shpdat != ''
"
v-model="model.lidgrp.blk.shpper"
maxlength="65"
maxlength="390"
:rows="6"
show-word-limit
placeholder="请输入装运期"
......
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