Commit 7b9ab60b by wangna

litopn修改

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