Commit 35c6fd48 by lianyang

litame补字段解决暂存后数据丢失问题

parent 3de5643e
......@@ -339,7 +339,7 @@ export default {
"trnmod.swiadd.nartxt":[
{type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"}
{max: 1750,message:"长度不能超过1750"}
],
"oldlidgrp.blk.narhis":[
{type: "string", required: true, message: "必输项"},
......@@ -384,7 +384,7 @@ export default {
],
"lidgrp.avb.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35*4,message:"长度不能超过35"}
{max: 35*4,message:"长度不能超过140"}
],
"lidgrp.avb.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -413,7 +413,7 @@ export default {
"lidgrp.blk.dftat":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 105,message:"长度不能超过105"}
],
"litp.drwp.ptsget.sdamod.dadsnd":[
......@@ -517,7 +517,7 @@ export default {
],
"lidgrp.ini.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35*4,message:"长度不能超过35"}
{max: 35*4,message:"长度不能超过140"}
],
"lidgrp.ini.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -525,7 +525,7 @@ export default {
],
"lidgrp.a2b.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35*4,message:"长度不能超过35"}
{max: 35*4,message:"长度不能超过140"}
],
"lidgrp.a2b.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -588,7 +588,7 @@ export default {
],
"lidgrp.con.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35*4,message:"长度不能超过35"}
{max: 35*4,message:"长度不能超过140"}
],
"lidgrp.con.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......
......@@ -54,7 +54,9 @@ export default class Trnmod {
newnomtopame: "",
newnomtoname: "",
prepers18: "", //New Presentation Period
prepertxts18:"",//交单期限描述 .trnmod.swiadd.prepertxts18
strinf: "", // Narrative of Maturity .trnmod.swiadd.strinf
trnchato:"",//费用承担人修改Amendm.charge by .trnmod.swiadd.trnchato
newmatpercnt:"", // New Tenor Data .trnmod.swiadd.newmatpercnt
newmatpertyp:"", // Days/Month or Year for Maturity Period .trnmod.swiadd.newmatpertyp
newmatperbeg:"", // Start of Maturity Period .trnmod.swiadd.newmatperbeg
......
......@@ -90,7 +90,7 @@
<el-form-item label="汇票期限" prop="lidgrp.blk.dftat">
<c-input type="textarea"
v-model="model.lidgrp.blk.dftat"
maxlength="50"
maxlength="105"
:rows="3"
show-word-limit
placeholder="请输入汇票期限"
......
......@@ -37,7 +37,7 @@
disabled
type="textarea"
v-model="model.trnmod.swiadd.nartxt"
maxlength="250"
maxlength="1750"
show-word-limit
:rows="12"
placeholder="请输入叙述内容" ></c-input>
......
......@@ -144,8 +144,8 @@
</c-col>
<c-col :span="12">
<el-form-item label="是否可转运" prop="lidgrp.rec.shptrs">
<c-select v-model="model.lidgrp.rec.shptrs" style="width:100%" placeholder="请选择"
<el-form-item label="是否可转运" prop="lidgrp.rec.shptrss18">
<c-select v-model="model.lidgrp.rec.shptrss18" style="width:100%" placeholder="请选择"
:code="codes.shptrss18"
>
</c-select>
......
......@@ -42,7 +42,7 @@
<c-input
disabled
:rows="4"
type="textarea" v-model="model.lidgrp.ini.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" ></c-input>
type="textarea" v-model="model.lidgrp.ini.pts.adrblk" maxlength="140" show-word-limit placeholder="请输入地址信息" ></c-input>
</el-form-item>
</c-col>
......@@ -133,7 +133,7 @@
<el-form-item label="地址信息" prop="lidgrp.con.pts.adrblk">
<c-input
:rows="4"
type="textarea" v-model="model.lidgrp.con.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" ></c-input>
type="textarea" v-model="model.lidgrp.con.pts.adrblk" maxlength="140" show-word-limit placeholder="请输入地址信息" ></c-input>
</el-form-item>
</c-col>
......@@ -182,7 +182,7 @@
<el-form-item label="地址信息" prop="lidgrp.a2b.pts.adrblk">
<c-input
:rows="4"
type="textarea" v-model="model.lidgrp.a2b.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" ></c-input>
type="textarea" v-model="model.lidgrp.a2b.pts.adrblk" maxlength="140" show-word-limit placeholder="请输入地址信息" ></c-input>
</el-form-item>
</c-col>
......@@ -230,7 +230,7 @@
<c-input
:rows="4"
disabled
type="textarea" v-model="model.lidgrp.avb.pts.adrblk" maxlength="135" show-word-limit placeholder="请输入地址信息" ></c-input>
type="textarea" v-model="model.lidgrp.avb.pts.adrblk" maxlength="140" show-word-limit placeholder="请输入地址信息" ></c-input>
</el-form-item>
</c-col>
......
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