Commit 664c859b by 1377875331@qq.com

页面校验调整

parent 28be2316
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
{max: 40,message:"长度不能超过40"} {max: 40,message:"长度不能超过40"}
], ],
"didgrp.apl.pts.ref":[ "didgrp.apl.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"ditp.usr.extkey":[ "ditp.usr.extkey":[
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"didgrp.apl.pts.extkey":[ "didgrp.apl.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"ditp.aplp.ptsget.sdamod.seainf":[ "ditp.aplp.ptsget.sdamod.seainf":[
...@@ -44,7 +44,7 @@ export default { ...@@ -44,7 +44,7 @@ export default {
"didgrp.cbs.nom1.amt":[ "didgrp.cbs.nom1.amt":[
// {type: "number", required: false, message: "必输项"}, {required: true, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -87,7 +87,7 @@ export default { ...@@ -87,7 +87,7 @@ export default {
"didgrp.cbs.max.amt":[ "didgrp.cbs.max.amt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
], ],
"didgrp.apb.pts.jigomc":[ "didgrp.apb.pts.jigomc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"didgrp.rec.opndat":[ "didgrp.rec.opndat":[
...@@ -112,14 +112,14 @@ export default { ...@@ -112,14 +112,14 @@ export default {
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"didgrp.rec.expdat":[ "didgrp.rec.expdat":[
{required: false, message: "输入正确的日期"} {required: true, message: "输入正确的日期"}
], ],
"ditp.benp.ptsget.sdamod.dadsnd":[ "ditp.benp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"didgrp.ben.pts.extkey":[ "didgrp.ben.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"ditp.benp.ptsget.sdamod.seainf":[ "ditp.benp.ptsget.sdamod.seainf":[
...@@ -172,7 +172,7 @@ export default { ...@@ -172,7 +172,7 @@ export default {
], ],
"didgrp.beb.pts.jigomc":[ "didgrp.beb.pts.jigomc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
...@@ -200,7 +200,7 @@ export default { ...@@ -200,7 +200,7 @@ export default {
], ],
"didgrp.blk.lcrgod":[ "didgrp.blk.lcrgod":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 1430,message:"长度不能超过1430"} {max: 1430,message:"长度不能超过1430"}
], ],
...@@ -281,33 +281,33 @@ export default { ...@@ -281,33 +281,33 @@ export default {
"didgrp.blk.defdet":[ "didgrp.blk.defdet":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 140,message:"长度不能超过140"}
], ],
"didgrp.rec.fqtime":[ "didgrp.rec.fqtime":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 140,message:"长度不能超过140"}
], ],
"didgrp.blk.preper":[ "didgrp.blk.preper":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 105,message:"长度不能超过105"}
], ],
"didgrp.rec.shpfro":[ "didgrp.rec.shpfro":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"didgrp.rec.sdsrfs":[ "didgrp.rec.sdsrfs":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 140,message:"长度不能超过140"}
], ],
"didgrp.rec.shpto":[ "didgrp.rec.shpto":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"didgrp.rec.conno":[ "didgrp.rec.conno":[
...@@ -315,12 +315,12 @@ export default { ...@@ -315,12 +315,12 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"didgrp.rec.shppro":[ "didgrp.rec.shppro":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"didgrp.rec.conamt":[ "didgrp.rec.conamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 16,message:"整数位不能超过13位"}, {max: 16,message:"整数位不能超过13位"},
{pattern: /(^\d+$)|(^\.\d{1,2}$)|(^\d+\.\d{1,2}$)/, message: "小数位不能超过2位" } {pattern: /(^\d+$)|(^\.\d{1,2}$)|(^\d+\.\d{1,2}$)/, message: "小数位不能超过2位" }
], ],
...@@ -333,7 +333,7 @@ export default { ...@@ -333,7 +333,7 @@ export default {
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"didgrp.iss.pts.extkey":[ "didgrp.iss.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"didgrp.adv.pts.bankno":[ "didgrp.adv.pts.bankno":[
...@@ -341,23 +341,27 @@ export default { ...@@ -341,23 +341,27 @@ export default {
{max: 20,message:"长度不能超过20"} {max: 20,message:"长度不能超过20"}
], ],
"didgrp.iss.pts.bankno":[ "didgrp.iss.pts.bankno":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 20,message:"长度不能超过20"} {max: 20,message:"长度不能超过20"}
], ],
"didgrp.adv.pts.jigomc":[ "didgrp.adv.pts.jigomc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"didgrp.iss.pts.jigomc":[ "didgrp.iss.pts.jigomc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"didgrp.adv.pts.dizhii":[ "didgrp.adv.pts.dizhii":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"didgrp.iss.pts.dizhii":[ "didgrp.rec.lcrtyp":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 2,message:"长度不能超过2"}
],
"didgrp.iss.pts.dizhii":[
{type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"didgrp.adv.pts.youzbm":[ "didgrp.adv.pts.youzbm":[
...@@ -471,7 +475,7 @@ export default { ...@@ -471,7 +475,7 @@ export default {
"setmod.docamt":[ "setmod.docamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -486,7 +490,7 @@ export default { ...@@ -486,7 +490,7 @@ export default {
"liaall.outamt":[ "liaall.outamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -499,19 +503,19 @@ export default { ...@@ -499,19 +503,19 @@ export default {
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"liaall.misamt":[ "liaall.misamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"liaall.exttotoldamt":[ "liaall.exttotoldamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"liaall.exttotamt":[ "liaall.exttotamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -580,7 +584,7 @@ export default { ...@@ -580,7 +584,7 @@ export default {
], ],
"liaall.limmod.comamt":[ "liaall.limmod.comamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -593,7 +597,7 @@ export default { ...@@ -593,7 +597,7 @@ export default {
{max: 40,message:"长度不能超过40"} {max: 40,message:"长度不能超过40"}
], ],
"liaall.limmod.ccvamt":[ "liaall.limmod.ccvamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -635,7 +639,7 @@ export default { ...@@ -635,7 +639,7 @@ export default {
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"liaall.liaccv.newamt":[ "liaall.liaccv.newamt":[
// {type: "number", required: false, message: "必输项"}, {required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -644,7 +648,7 @@ export default { ...@@ -644,7 +648,7 @@ export default {
{max: 5,message:"长度不能超过5"} {max: 5,message:"长度不能超过5"}
], ],
"liaall.liaccv.newresamt":[ "liaall.liaccv.newresamt":[
// {type: "number", required: false, message: "必输项"}, {required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -654,7 +658,7 @@ export default { ...@@ -654,7 +658,7 @@ export default {
], ],
"liaall.liaccv.pctresamt":[ "liaall.liaccv.pctresamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -662,7 +666,7 @@ export default { ...@@ -662,7 +666,7 @@ export default {
"liaall.liaccv.totcovamt":[ "liaall.liaccv.totcovamt":[
// {type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -670,4 +674,12 @@ export default { ...@@ -670,4 +674,12 @@ export default {
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 70,message:"长度不能超过70"} {max: 70,message:"长度不能超过70"}
], ],
"didgrp.rec.avbby":[
{type: "string", required: true, message: "必输项"},
{max: 60,message:"长度不能超过60"}
],
"litameadv":[
{type: "string", required: true, message: "必输项"},
{max: 30,message:"长度不能超过30"}
]
} }
\ No newline at end of file
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
<el-form-item label="合同金额" prop="liaall.liaccv.newamt"> <el-form-item label="合同金额" prop="liaall.liaccv.newamt">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<c-input type="text" :disable="true" value="CNY"></c-input> <c-input type="text" :readonly="true" value="CNY"></c-input>
</el-col> </el-col>
<el-col :span="14"> <el-col :span="14">
<c-input v-model="model.liaall.liaccv.newamt"></c-input> <c-input :readonly="true" v-model="model.liaall.liaccv.newamt"></c-input>
</el-col> </el-col>
</el-row> </el-row>
</el-form-item> </el-form-item>
...@@ -55,10 +55,10 @@ ...@@ -55,10 +55,10 @@
<el-form-item label="Reserved Amount" prop="liaall.liaccv.newresamt"> <el-form-item label="Reserved Amount" prop="liaall.liaccv.newresamt">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<c-input type="text" :disable="true" value="CNY"></c-input> <c-input type="text" :readonly="true" value="CNY"></c-input>
</el-col> </el-col>
<el-col :span="14"> <el-col :span="14">
<c-input v-model="model.liaall.liaccv.newresamt"></c-input> <c-input :readonly="true" v-model="model.liaall.liaccv.newresamt"></c-input>
</el-col> </el-col>
</el-row> </el-row>
</el-form-item> </el-form-item>
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<el-form-item label="保证金实收比例" prop="liaall.misamt"> <el-form-item label="保证金实收比例" prop="liaall.misamt">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<c-input v-model="model.liaall.misamt"></c-input> <c-input :readonly="true" v-model="model.liaall.misamt"></c-input>
</el-col> </el-col>
<el-col :span="12" style="margin-left:20px"> <el-col :span="12" style="margin-left:20px">
<span>%</span> <span>%</span>
...@@ -103,10 +103,10 @@ ...@@ -103,10 +103,10 @@
<el-form-item label="应付保证金金额" prop="liaall.liaccv.concur"> <el-form-item label="应付保证金金额" prop="liaall.liaccv.concur">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<c-input type="text" :disable="true" value="CNY"></c-input> <c-input type="text" :readonly="true" value="CNY"></c-input>
</el-col> </el-col>
<el-col :span="14"> <el-col :span="14">
<c-input v-model="model.liaall.liaccv.concur"></c-input> <c-input :readonly="true" v-model="model.liaall.liaccv.concur"></c-input>
</el-col> </el-col>
</el-row> </el-row>
</el-form-item> </el-form-item>
......
...@@ -31,14 +31,14 @@ ...@@ -31,14 +31,14 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="分期装运/提供服务" prop="didgrp.rec.fqzytgfw"> <el-form-item label="分期装运/提供服务" prop="didgrp.rec.fqzytgfw">
<c-select v-model="model.didgrp.rec.fqzytgfw" style="width:100%" placeholder="请选择"> <c-select v-model="model.didgrp.rec.fqzytgfw" :readonly="true" style="width:100%" placeholder="请选择">
</c-select> </c-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="远期付款指示" prop="didgrp.blk.defdet"> <el-form-item label="远期付款指示" prop="didgrp.blk.defdet">
<c-input type="textarea" v-model="model.didgrp.blk.defdet" style="width:70%;margin-right:20px;" maxlength="35" show-word-limit placeholder="请输入"></c-input> <c-input type="textarea" v-model="model.didgrp.blk.defdet" :readonly="true" style="width:70%;margin-right:20px;" maxlength="140" show-word-limit placeholder="请输入"></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onDefdetButtxmsel"> <c-button size="small" type="primary" icon="el-icon-search" @click="onDefdetButtxmsel">
... ...
</c-button> </c-button>
...@@ -47,13 +47,13 @@ ...@@ -47,13 +47,13 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="分期装运/提供服务约定" prop="didgrp.rec.fqtime"> <el-form-item label="分期装运/提供服务约定" prop="didgrp.rec.fqtime">
<c-input type="textarea" v-model="model.didgrp.rec.fqtime" maxlength="35" show-word-limit placeholder="请输入"></c-input> <c-input type="textarea" v-model="model.didgrp.rec.fqtime" maxlength="140" show-word-limit placeholder="请输入"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="交单期限" prop="didgrp.blk.preper"> <el-form-item label="交单期限" prop="didgrp.blk.preper">
<c-input type="textarea" v-model="model.didgrp.blk.preper" style="width:70%;margin-right:20px;" maxlength="35" show-word-limit placeholder="请输入"></c-input> <c-input type="textarea" v-model="model.didgrp.blk.preper" :readonly="true" style="width:70%;margin-right:20px;" maxlength="105" show-word-limit placeholder="请输入"></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel"> <c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel">
... ...
</c-button> </c-button>
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="货物转运地" prop="didgrp.rec.shpfro"> <el-form-item label="货物转运地(港)" prop="didgrp.rec.shpfro">
<c-input type="textarea" v-model="model.didgrp.rec.shpfro" maxlength="35" show-word-limit placeholder="请输入"></c-input> <c-input type="textarea" v-model="model.didgrp.rec.shpfro" maxlength="35" show-word-limit placeholder="请输入"></c-input>
</el-form-item> </el-form-item>
...@@ -98,13 +98,13 @@ ...@@ -98,13 +98,13 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="手输运输方式" prop="didgrp.rec.sdsrfs"> <el-form-item label="手输运输方式" prop="didgrp.rec.sdsrfs">
<c-input type="textarea" v-model="model.didgrp.rec.sdsrfs" maxlength="35" show-word-limit placeholder="请输入"></c-input> <c-input type="textarea" v-model="model.didgrp.rec.sdsrfs" :readonly="true" maxlength="140" show-word-limit placeholder="请输入"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="服务提供地点" prop="didgrp.rec.shppro"> <el-form-item label="服务提供地点" prop="didgrp.rec.shppro">
<c-input type="textarea" v-model="model.didgrp.rec.shppro" maxlength="35" show-word-limit placeholder="请输入"></c-input> <c-input type="textarea" v-model="model.didgrp.rec.shppro" :readonly="true" maxlength="35" show-word-limit placeholder="请输入"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="开证行联行名称" prop="didgrp.adv.pts.jigomc"> <el-form-item label="开证行联行名称" prop="didgrp.adv.pts.jigomc">
<c-input type="textarea" v-model="model.didgrp.adv.pts.jigomc" maxlength="35" show-word-limit placeholder="请输入联行名称 电证用"></c-input> <c-input type="textarea" v-model="model.didgrp.adv.pts.jigomc" maxlength="35" :readonly="true" show-word-limit placeholder="请输入联行名称 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="开证行地址" prop="didgrp.adv.pts.dizhii"> <el-form-item label="开证行地址" prop="didgrp.adv.pts.dizhii">
<c-input type="textarea" v-model="model.didgrp.adv.pts.dizhii" maxlength="35" show-word-limit placeholder="请输入地址 电证用"></c-input> <c-input type="textarea" v-model="model.didgrp.adv.pts.dizhii" maxlength="35" :readonly="true" show-word-limit placeholder="请输入地址 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="开证行邮编" prop="didgrp.adv.pts.youzbm"> <el-form-item label="开证行邮编" prop="didgrp.adv.pts.youzbm">
<c-input v-model="model.didgrp.adv.pts.youzbm" maxlength="6" placeholder="请输入邮编 电证用"></c-input> <c-input v-model="model.didgrp.adv.pts.youzbm" maxlength="6" :readonly="true" placeholder="请输入邮编 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="开证行电话" prop="didgrp.adv.pts.dihdig"> <el-form-item label="开证行电话" prop="didgrp.adv.pts.dihdig">
<c-input v-model="model.didgrp.adv.pts.dihdig" maxlength="16" placeholder="请输入邮编"></c-input> <c-input v-model="model.didgrp.adv.pts.dihdig" maxlength="16" :readonly="true" placeholder="请输入邮编"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
<!-- <el-row> --> <!-- <el-row> -->
<el-col :span="12"> <el-col :span="12">
<el-form-item label="指定的有关银行 " prop="didgrp.rec.avbwth"> <el-form-item label="指定的有关银行 " prop="didgrp.rec.avbwth">
<c-select v-model="model.didgrp.rec.avbwth" style="width:100%" placeholder="请选择指定的有关银行 "> <c-select v-model="model.didgrp.rec.avbwth" style="width:100%" :readonly="true" placeholder="请选择指定的有关银行 ">
<el-option v-for="item in codes.avbwth" :key="item.value" :label="item.label" <el-option v-for="item in codes.avbwth" :key="item.value" :label="item.label"
:value="item.value"> :value="item.value">
</el-option> </el-option>
...@@ -114,29 +114,29 @@ ...@@ -114,29 +114,29 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="保兑行联行行号" prop="didgrp.iss.pts.bankno"> <el-form-item label="保兑行联行行号" prop="didgrp.iss.pts.bankno">
<c-input v-model="model.didgrp.iss.pts.bankno" maxlength="20" placeholder="请输入Number of bank"></c-input> <c-input v-model="model.didgrp.iss.pts.bankno" maxlength="20" :readonly="true" placeholder="请输入Number of bank"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="议付行名称" prop="didgrp.adv.pts.jigomc"> <el-form-item label="议付行名称" prop="didgrp.adv.pts.jigomc">
<c-input type="textarea" v-model="model.didgrp.adv.pts.jigomc" maxlength="35" show-word-limit placeholder="请输入联行名称 电证用"></c-input> <c-input type="textarea" v-model="model.didgrp.adv.pts.jigomc" :readonly="true" maxlength="35" show-word-limit placeholder="请输入联行名称 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="保兑行名称" prop="didgrp.iss.pts.jigomc"> <el-form-item label="保兑行名称" prop="didgrp.iss.pts.jigomc">
<c-input type="textarea" v-model="model.didgrp.iss.pts.jigomc" maxlength="35" show-word-limit placeholder="请输入联行名称 电证用"></c-input> <c-input type="textarea" v-model="model.didgrp.iss.pts.jigomc" maxlength="35" :readonly="true" show-word-limit placeholder="请输入联行名称 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="议付行地址" prop="didgrp.adv.pts.dizhii"> <el-form-item label="议付行地址" prop="didgrp.adv.pts.dizhii">
<c-input type="textarea" v-model="model.didgrp.adv.pts.dizhii" maxlength="35" show-word-limit placeholder="请输入地址 电证用"></c-input> <c-input type="textarea" v-model="model.didgrp.adv.pts.dizhii" maxlength="35" :readonly="true" show-word-limit placeholder="请输入地址 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="保兑行地址" prop="didgrp.iss.pts.dizhii"> <el-form-item label="保兑行地址" prop="didgrp.iss.pts.dizhii">
<c-input type="textarea" v-model="model.didgrp.iss.pts.dizhii" maxlength="35" show-word-limit placeholder="请输入地址 电证用"></c-input> <c-input type="textarea" v-model="model.didgrp.iss.pts.dizhii" maxlength="35" :readonly="true" show-word-limit placeholder="请输入地址 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- <el-row> --> <!-- <el-row> -->
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<!-- </el-row> --> <!-- </el-row> -->
<el-col :span="12"> <el-col :span="12">
<el-form-item label="转让行联行行号" prop="didgrp.adv.pts.bankno"> <el-form-item label="转让行联行行号" prop="didgrp.adv.pts.bankno">
<c-input v-model="model.didgrp.adv.pts.bankno" maxlength="20" placeholder="请输入Number of bank"></c-input> <c-input v-model="model.didgrp.adv.pts.bankno" maxlength="20" :readonly="true" placeholder="请输入Number of bank"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
...@@ -167,18 +167,18 @@ ...@@ -167,18 +167,18 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="转让行名称" prop="didgrp.adv.pts.jigomc"> <el-form-item label="转让行名称" prop="didgrp.adv.pts.jigomc">
<c-input type="textarea" v-model="model.didgrp.adv.pts.jigomc" maxlength="35" show-word-limit placeholder="请输入联行名称 电证用"></c-input> <c-input type="textarea" v-model="model.didgrp.adv.pts.jigomc" :readonly="true" maxlength="35" show-word-limit placeholder="请输入联行名称 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="申请行名称" prop="didgrp.iss.pts.jigomc"> <el-form-item label="申请行名称" prop="didgrp.iss.pts.jigomc">
<c-input type="textarea" v-model="model.didgrp.iss.pts.jigomc" maxlength="35" show-word-limit placeholder="请输入联行名称 电证用"></c-input> <c-input type="textarea" v-model="model.didgrp.iss.pts.jigomc" maxlength="35" :readonly="true" show-word-limit placeholder="请输入联行名称 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="转让行地址" prop="didgrp.adv.pts.dizhii"> <el-form-item label="转让行地址" prop="didgrp.adv.pts.dizhii">
<c-input type="textarea" v-model="model.didgrp.adv.pts.dizhii" maxlength="35" show-word-limit placeholder="请输入地址 电证用"></c-input> <c-input type="textarea" v-model="model.didgrp.adv.pts.dizhii" :readonly="true" maxlength="35" show-word-limit placeholder="请输入地址 电证用"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="额度类型" prop="liaall.limmod.limpts.nonrevflg1"> <el-form-item label="额度类型" prop="liaall.limmod.limpts.nonrevflg1">
<c-select v-model="model.liaall.limmod.limpts.nonrevflg1" style="width:100%" placeholder="请选择Flag to Mark Non-revolving Limits"> <c-select v-model="model.liaall.limmod.limpts.nonrevflg1" style="width:100%" :readonly="true" placeholder="请选择Flag to Mark Non-revolving Limits">
<el-option v-for="item in codes.nonrevflg1" :key="item.value" :label="item.label" <el-option v-for="item in codes.nonrevflg1" :key="item.value" :label="item.label"
:value="item.value"> :value="item.value">
</el-option> </el-option>
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
</el-col> </el-col>
--> -->
<el-col :span="8"> <el-col :span="8">
<el-form-item label="国内证编号" prop="didgrp.rec.ownref"> <el-form-item label="参考号" prop="didgrp.rec.ownref">
<c-input v-model="model.didgrp.rec.ownref" maxlength="16" placeholder="请输入Reference"></c-input> <c-input v-model="model.didgrp.rec.ownref" maxlength="16" placeholder="请输入Reference" :readonly="true"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<el-col :span="12" > <el-col :span="12" >
<el-form-item label="摘要" prop="didgrp.rec.nam"> <el-form-item label="摘要" prop="didgrp.rec.nam">
<c-input align="middle" v-model="model.didgrp.rec.nam" maxlength="40" placeholder="请输入Externally Displayed Name to Identify the Contract"></c-input> <c-input align="middle" v-model="model.didgrp.rec.nam" maxlength="40" :readonly="true" placeholder="请输入Externally Displayed Name to Identify the Contract"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<el-col :span="6"> <el-col :span="6">
<el-form-item label="信用证金额" prop="didgrp.cbs.nom1.cur"> <el-form-item label="信用证金额" prop="didgrp.cbs.nom1.cur">
<c-select v-model="model.didgrp.cbs.nom1.cur" style="width:100%" placeholder="请选择Currency"> <c-select v-model="model.didgrp.cbs.nom1.cur" style="width:100%" :readonly="true" placeholder="请选择Currency">
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" <el-option v-for="item in codes.cur" :key="item.value" :label="item.label"
:value="item.value"> :value="item.value">
</el-option> </el-option>
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
<span v-text="model.ditp.zchday" data-path=".ditp.zchday" > </span> <span v-text="model.ditp.zchday" data-path=".ditp.zchday" > </span>
</el-col> --> </el-col> -->
<el-col :span="12"> <el-col :span="12">
<el-form-item label="最迟货物装运日/最迟服务提供日" prop="didgrp.rec.shpdat"> <el-form-item label="最迟货物装运日" prop="didgrp.rec.shpdat">
<el-date-picker type="date" v-model="model.didgrp.rec.shpdat" value-format="yyyy-MM-dd" style="width:100%" placeholder="请选择Shipment Date"></el-date-picker> <el-date-picker type="date" v-model="model.didgrp.rec.shpdat" value-format="yyyy-MM-dd" style="width:100%" placeholder="请选择Shipment Date"></el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="有效日期" prop="didgrp.rec.expdat"> <el-form-item label="有效日期" prop="didgrp.rec.expdat">
<el-date-picker type="date" v-model="model.didgrp.rec.expdat" style="width:100%" placeholder="请选择Date of Expiry"></el-date-picker> <el-date-picker type="date" v-model="model.didgrp.rec.expdat" value-format="yyyy-MM-dd" style="width:100%" placeholder="请选择Date of Expiry"></el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- <!--
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<el-col :span="8"> <el-col :span="8">
<el-form-item label="参考号"> <el-form-item label="参考号">
<c-input v-model="model.setmod.ref" maxlength="16" placeholder="请输入our reference"></c-input> <c-input v-model="model.setmod.ref" maxlength="16" :readonly="true" placeholder="请输入our reference"></c-input>
</el-form-item> </el-form-item>
</el-col> </el-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