Commit 7b9ab60b by wangna

litopn修改

parent 1ba623ed
......@@ -4295,10 +4295,6 @@ const CodeTable = {
{ label: `USD-美元`, value: `USD` },
],
lcrtyp: [
{ label: "可转让", value: "IT" },
{ label: "不可转让", value: "I" },
],
lcrtyp1: [
{ label: "不可撤销", value: "I" },
{ label: "不可撤销可转让", value: "IT" },
{ label: "可撤销", value: "R" },
......
......@@ -8,7 +8,7 @@
v-model="model.lidgrp.rec.avbwth"
style="width: 100%"
placeholder="请选择"
:code="codes.avbwth"
:code="getValues('lidgrp.rec.avbwth','avbwth')"
>
</c-select>
</el-form-item>
......@@ -123,7 +123,7 @@
<c-input
v-model="model.lidgrp.drw.pts.extkey"
maxlength="16"
placeholder="请输入地址编码"
placeholder="请输入汇票付款人"
@keyup.enter.native="
showGridPromptDialog('lidgrp.drw.pts.extkey')
"
......@@ -158,7 +158,7 @@
<el-form-item label="名称地址" prop="lidgrp.drw.pts.adrblk">
<c-input
type="textarea"
:disabled="this.flag2"
:disabled="this.flag2 || model.lidgrp.drw.pts.adrblk != ''"
v-model="model.lidgrp.drw.pts.adrblk"
maxlength="135"
:rows="4"
......
......@@ -45,7 +45,7 @@
v-model="model.lidgrp.rec.lcrtyp"
placeholder="请选择信用证类型"
style="width: 100%"
:code="codes.lcrtyp"
:code="getValues('lidgrp.rec.lcrtyp','lcrtyp')"
>
</c-select>
</el-form-item>
......@@ -529,6 +529,7 @@
type="textarea"
:rows="4"
v-model="model.lidgrp.ben.pts.adrblk"
:disabled="model.lidgrp.ben.pts.adrblk != ''"
maxlength="80"
show-word-limit
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