Commit fe34a940 by “yanyuxin”

Litopn交易Bug修改

parent eea8b9d4
...@@ -263,19 +263,19 @@ export default { ...@@ -263,19 +263,19 @@ export default {
], ],
"lidgrp.blk.feetxt":[ "lidgrp.blk.feetxt":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 80,message:"80"} {max: 210,message:"210"}
], ],
"lidgrp.blk.defdet":[ "lidgrp.blk.defdet":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 140,message:"长度不能超过140"}
], ],
"lidgrp.blk.dftat":[ "lidgrp.blk.dftat":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 100,message:"长度不能超过100"}
], ],
"litp.drwp.ptsget.sdamod.dadsnd":[ "litp.drwp.ptsget.sdamod.dadsnd":[
...@@ -305,7 +305,7 @@ export default { ...@@ -305,7 +305,7 @@ export default {
], ],
"lidgrp.blk.mixdet":[ "lidgrp.blk.mixdet":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 130,message:"长度不能超过130"}
], ],
"lidgrp.drw.adrelc":[ "lidgrp.drw.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
......
...@@ -93,16 +93,16 @@ ...@@ -93,16 +93,16 @@
v-model="model.lidgrp.cbs.nom1.cur" v-model="model.lidgrp.cbs.nom1.cur"
style="width: 100%" style="width: 100%"
placeholder="币种" placeholder="币种"
:code="codes.cur" :code="codes.curtxt1"
@keyup.enter.native="nom1CurEvent" @keyup.enter.native="nom1CurEvent"
> >
<el-option <!-- <el-option
v-for="item in codes.curtxt1" v-for="item in codes.curtxt1"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
> >
</el-option> </el-option> -->
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -233,6 +233,7 @@ ...@@ -233,6 +233,7 @@
<el-form-item label="最迟装船日期" prop="lidgrp.rec.shpdat"> <el-form-item label="最迟装船日期" prop="lidgrp.rec.shpdat">
<c-date-picker <c-date-picker
type="date" type="date"
:disabled="model.lidgrp.blk.shpper != '' && model.lidgrp.blk.shpper != null "
v-model="model.lidgrp.rec.shpdat" v-model="model.lidgrp.rec.shpdat"
style="width: 100%" style="width: 100%"
placeholder="请选择日期" placeholder="请选择日期"
...@@ -649,6 +650,7 @@ ...@@ -649,6 +650,7 @@
v-model="model.lidgrp.ben.pts.adrblk" v-model="model.lidgrp.ben.pts.adrblk"
maxlength="80" maxlength="80"
show-word-limit show-word-limit
:disabled ="true"
placeholder="请输入名称地址" placeholder="请输入名称地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -675,7 +677,8 @@ ...@@ -675,7 +677,8 @@
--> -->
<c-col :span="24" class="centerLable marginLable"> <c-col :span="24" class="centerLable marginLable">
<c-checkbox v-model="model.lidgrp.rec.rmbflg" disabled <c-checkbox v-model="model.lidgrp.rec.rmbflg"
true-label="Y" false-label=""
style="margin-left:9px;padding: 0 10px;" style="margin-left:9px;padding: 0 10px;"
>偿付行信息</c-checkbox >偿付行信息</c-checkbox
> >
......
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