Commit af4d1ba5 by WuBing

lttame缺陷修改

parent ac69816a
...@@ -481,8 +481,8 @@ export default { ...@@ -481,8 +481,8 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"ltdgrp.rec.prepers18":[ "ltdgrp.rec.prepers18":[
{type: "string", required: false, message: "必输项"}, {type: "number", required: false, message: "请输入数字"},
{max: 3,message:"长度不能超过3"} {type: "number", max: 99,message:"不能超过99"}
], ],
"ltdgrp.rec.prepertxts18":[ "ltdgrp.rec.prepertxts18":[
......
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="名称地址" prop="ltdgrp.blk.avbwthtxt"> <el-form-item label="名称地址" prop="ltdgrp.avt.pts.adrblk">
<c-input <c-input
type="textarea" type="textarea"
:rows="3" :rows="3"
v-model="model.ltdgrp.blk.avbwthtxt" v-model="model.ltdgrp.avt.pts.adrblk"
maxlength="140" maxlength="140"
show-word-limit show-word-limit
placeholder="请输入名称地址" placeholder="请输入名称地址"
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
<c-input <c-input
v-model.number="model.ltdgrp.rec.prepers18" v-model.number="model.ltdgrp.rec.prepers18"
placeholder="请输入交单期" placeholder="请输入交单期"
disabeld disabled
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
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