Commit 5f352094 by “yanyuxin”

付款通知面板输入框修改

parent 865d0365
...@@ -297,11 +297,11 @@ export default { ...@@ -297,11 +297,11 @@ export default {
// ], // ],
"brdgrp.blk.chaded":[ "brdgrp.blk.chaded":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 200,message:"长度不能超过200"}
], ],
"brdgrp.blk.chaadd":[ "brdgrp.blk.chaadd":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 200,message:"长度不能超过200"}
], ],
"brdgrp.rec.totcur":[ "brdgrp.rec.totcur":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
...@@ -348,7 +348,7 @@ export default { ...@@ -348,7 +348,7 @@ export default {
"brdgrp.blk.nartxt77a":[ "brdgrp.blk.nartxt77a":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 3500,message:"长度不能超过3500"} {max: 700,message:"长度不能超过700"}
], ],
"brtp.rmbp.ptsget.sdamod.dadsnd":[ "brtp.rmbp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
:rows="4" :rows="4"
type="textarea" type="textarea"
v-model="model.brdgrp.blk.chaded" v-model="model.brdgrp.blk.chaded"
maxlength="135" maxlength="200"
show-word-limit show-word-limit
placeholder="请输入已扣除费用" placeholder="请输入已扣除费用"
></c-input> ></c-input>
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
:rows="4" :rows="4"
type="textarea" type="textarea"
v-model="model.brdgrp.blk.chaadd" v-model="model.brdgrp.blk.chaadd"
maxlength="135" maxlength="200"
show-word-limit show-word-limit
placeholder="请输入已添加费用" placeholder="请输入已添加费用"
></c-input> ></c-input>
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
:rows="23" :rows="23"
type="textarea" type="textarea"
v-model="model.brdgrp.blk.nartxt77a" v-model="model.brdgrp.blk.nartxt77a"
maxlength="3500" maxlength="700"
show-word-limit show-word-limit
placeholder="请输入MT754 77A场内容" placeholder="请输入MT754 77A场内容"
></c-input> ></c-input>
......
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