Commit fe34a940 by “yanyuxin”

Litopn交易Bug修改

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