Commit 35c6fd48 by lianyang

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

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