Commit 63fac6fb by “yanyuxin”

LITDCK输入框最大长度

parent 25f614e9
......@@ -704,7 +704,7 @@ export default {
],
"lidgrp.blk.lcrgod":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 52000,message:"长度不能超过52000"}
],
"litamep.lcrgodamep.usrblk":[
{type: "string", required: true, message: "必输项"},
......@@ -721,12 +721,30 @@ export default {
],
"lidgrp.blk.lcrdoc":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 52000,message:"长度不能超过52000"}
],
"litamep.lcrdocamep.usrblk":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
],
"lidgrp.blk.spcben":[
{type: "string", required: false, message: "非必输项"},
{max: 52000,message:"长度不能超过52000"}
],
"lidgrp.blk.spcrcbame":[
{type: "string", required: false, message: "非必输项"},
{max: 4950,message:"长度不能超过4950"}
],
"litamep.spcrcbamep.usrblk":[
{type: "string", required: false, message: "非必输项"},
{max: 52000,message:"长度不能超过52000"}
],
"lidgrp.blk.spcrcb":[
{type: "string", required: false, message: "非必输项"},
{max: 52000,message:"长度不能超过52000"}
],
......
......@@ -109,7 +109,12 @@
<c-col :span="24">
<el-form-item label="信息目的" prop="trnmod.swiadd.purpos">
<c-select disabled v-model="model.trnmod.swiadd.purpos" style="width:100%" placeholder="请选择Purpose of message">
<c-select
disabled
v-model="model.trnmod.swiadd.purpos"
style="width:100%"
:code="codes.purpos5"
placeholder="请选择Purpose of message">
</c-select>
</el-form-item>
</c-col>
......
......@@ -3,14 +3,15 @@
<c-col :span="20">
<el-form-item label="货物描述" prop="lidgrp.blk.lcrgod">
<c-input disabled
:rows="30"
type="textarea" v-model="model.lidgrp.blk.lcrgod" maxlength="65" show-word-limit placeholder="请输入货物描述" ></c-input>
<c-input
:autosize="{ minRows: 30, maxRows: 800}"
disabled
type="textarea" v-model="model.lidgrp.blk.lcrgod" maxlength="52000" show-word-limit placeholder="请输入货物描述" ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-button disabled size="small" type="primary" icon="el-icon-search" @click="onLcrgodButtxmsel">
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrgodButtxmsel">
</c-button>
</c-col>
......
......@@ -5,8 +5,8 @@
<el-form-item label="单据要求" prop="lidgrp.blk.lcrdoc">
<c-input
disabled
:rows="30"
type="textarea" v-model="model.lidgrp.blk.lcrdoc" maxlength="65" show-word-limit placeholder="请输入单据要求" ></c-input>
:autosize="{ minRows: 30, maxRows: 800}"
type="textarea" v-model="model.lidgrp.blk.lcrdoc" maxlength="52000" show-word-limit placeholder="请输入单据要求" ></c-input>
</el-form-item>
</c-col>
......
......@@ -4,9 +4,9 @@
<c-col :span="24">
<el-form-item label="Special Payment Conditions for Beneficiary" prop="lidgrp.blk.spcben">
<c-input
:rows="12"
:autosize="{ minRows: 12, maxRows: 800}"
:disabled="this.flag1"
type="textarea" v-model="model.lidgrp.blk.spcben" maxlength="65" show-word-limit placeholder="请输入单据要求" ></c-input>
type="textarea" v-model="model.lidgrp.blk.spcben" maxlength="52000" show-word-limit placeholder="请输入单据要求" ></c-input>
</el-form-item>
</c-col>
......@@ -15,9 +15,9 @@
<c-input type="textarea"
:disabled="this.flag2"
v-model="model.litamep.spcbenamep.usrblk"
maxlength="1650"
maxlength="52000"
show-word-limit placeholder="请输入添加/删除补充信息"
:rows="22"
:autosize="{ minRows: 22, maxRows: 800}"
></c-input>
</el-form-item>
</c-col>
......@@ -34,9 +34,9 @@
<c-col :span="24">
<el-form-item label="历史概述" prop="lidgrp.blk.spcbename">
<c-input
:rows="12"
:autosize="{ minRows: 12, maxRows: 800}"
disabled
type="textarea" v-model="model.lidgrp.blk.spcbename" maxlength="50" show-word-limit placeholder="请输入单据要求 Amendment History" ></c-input>
type="textarea" v-model="model.lidgrp.blk.spcbename" maxlength="4950" show-word-limit placeholder="请输入单据要求 Amendment History" ></c-input>
</el-form-item>
</c-col>
......
......@@ -3,7 +3,13 @@
<c-col :span="18">
<el-form-item label="存在受益人的特殊付款条件" prop="lidgrp.blk.spcben">
<c-input disabled type="textarea" v-model="model.lidgrp.blk.spcben" maxlength="65" :rows="30" show-word-limit placeholder="请输入Special Payment Conditions" ></c-input>
<c-input
disabled type="textarea"
v-model="model.lidgrp.blk.spcben"
maxlength="52000"
:autosize="{ minRows: 30, maxRows: 800}"
show-word-limit
placeholder="请输入Special Payment Conditions" ></c-input>
</el-form-item>
</c-col>
......
......@@ -3,7 +3,14 @@
<c-col :span="18">
<el-form-item label="仅适用于指定银行的特殊付款条件" prop="lidgrp.blk.spcrcb">
<c-input disabled type="textarea" v-model="model.lidgrp.blk.spcrcb" maxlength="65" :rows="30" show-word-limit placeholder="请输入Special Payment " ></c-input>
<c-input
disabled
type="textarea"
v-model="model.lidgrp.blk.spcrcb"
maxlength="52000"
:autosize="{ minRows: 30, maxRows: 800}"
show-word-limit
placeholder="请输入Special Payment " ></c-input>
</el-form-item>
</c-col>
......
......@@ -5,9 +5,9 @@
<c-col :span="24">
<el-form-item label="仅适用于银行的特殊付款条件" prop="lidgrp.blk.spcrcb">
<c-input
:rows="12"
:autosize="{ minRows: 12, maxRows: 800}"
:disabled="this.flag1"
type="textarea" v-model="model.lidgrp.blk.spcrcb" maxlength="65" show-word-limit placeholder="请输入单据要求" ></c-input>
type="textarea" v-model="model.lidgrp.blk.spcrcb" maxlength="52000" show-word-limit placeholder="请输入单据要求" ></c-input>
</el-form-item>
</c-col>
......@@ -16,9 +16,9 @@
<c-input type="textarea"
:disabled="this.flag2"
v-model="model.litamep.spcrcbamep.usrblk"
maxlength="1650"
maxlength="52000"
show-word-limit placeholder="请输入添加/删除补充信息"
:rows="22"
:autosize="{ minRows: 22, maxRows: 800}"
></c-input>
</el-form-item>
</c-col>
......@@ -35,9 +35,9 @@
<c-col :span="24">
<el-form-item label="历史概述" prop="lidgrp.blk.spcrcbame">
<c-input
:rows="12"
:autosize="{ minRows: 12, maxRows: 800}"
disabled
type="textarea" v-model="model.lidgrp.blk.spcrcbame" maxlength="50" show-word-limit placeholder="请输入单据要求 Amendment History" ></c-input>
type="textarea" v-model="model.lidgrp.blk.spcrcbame" maxlength="4950" show-word-limit placeholder="请输入单据要求 Amendment History" ></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