Commit 15121639 by nanrui

litrog,litdla测试bug解决

parent dc38207b
......@@ -133,7 +133,14 @@ const CodeTable = {
invtyp: [
{ label: "type1", value: "1" }
],
trpdoctyp: [
{ label: "Ocean Bill of Lading", value: "Ocean Bill of Lading" },
{ label: "Other Transport Document", value: "Other Transport Document" },
],
tramod: [
{ label: "Multi-model transport", value: "Multi-model transport" },
{ label: "Sea", value: "Sea" },
],
stacty: [
{ label: "AALAND ISLAND", value: "AX" },
{ label: "Afghanistan", value: "AF" },
......
......@@ -174,7 +174,11 @@
<c-col :span="12">
<el-form-item label="是否接受此笔减额修改" prop="ameflg">
<c-input disabled v-model="model.ameflg" ></c-input>
<c-select v-model="model.ameflg" disabled>
<el-option v-for="item in codes.ameflg" :key="item.value" :label="item.label"
:value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
</el-col>
......
......@@ -171,7 +171,8 @@
<c-col :span="24">
<el-form-item label="担保银行" prop="guabnkval">
<c-input v-model="model.guabnkval" maxlength="40" placeholder="请输入担保银行"></c-input>
<c-input v-model="model.guabnkval" maxlength="40" style="width: 72%" placeholder="请输入担保银行"></c-input>
<span>(提货担保面函落款)</span>
</el-form-item>
</c-col>
</el-col>
......@@ -285,7 +286,7 @@
:rows="5"
type="textarea"
v-model="model.brdgrp.prb.pts.adrblk"
maxlength="35"
maxlength="200"
show-word-limit
placeholder="请输入Address Block"
></c-input>
......@@ -293,7 +294,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="(提货担保面函落款)发票类型" prop="brdgrp.rec.invtyp">
<el-form-item label="发票类型" prop="brdgrp.rec.invtyp">
<c-select
v-model="model.brdgrp.rec.invtyp"
style="width:100%"
......
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