Commit dcc79f57 by “yanyuxin”

输入框最大长度设置

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