Commit 5f352094 by “yanyuxin”

付款通知面板输入框修改

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