Commit 1afb387c by lianyang

letnot/opn/ame/drw信用证详情页面Detp.vue指定银行anyBank隐藏key

parent 67a8b370
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<c-col :span="24"> <c-col :span="24">
<c-ptap <c-ptap
v-if="model.ledgrp.rec.avbwth!='O'"
:model="model" :model="model"
:argadr="{ :argadr="{
title: '', title: '',
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<c-col :span="24"> <c-col :span="24">
<c-ptap <c-ptap
v-if="model.ledgrp.rec.avbwth!='O'"
:model="model" :model="model"
:argadr="{ :argadr="{
title: '', title: '',
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<c-col :span="24"> <c-col :span="24">
<c-ptap <c-ptap
v-if="model.ledgrp.rec.avbwth!='O'"
:model="model" :model="model"
:argadr="{ :argadr="{
title: '', title: '',
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<c-col :span="24"> <c-col :span="24">
<c-ptap <c-ptap
v-if="model.ledgrp.rec.avbwth!='O'"
:model="model" :model="model"
:argadr="{ :argadr="{
title: '指定银行', title: '指定银行',
...@@ -386,6 +387,12 @@ export default { ...@@ -386,6 +387,12 @@ export default {
}, },
methods: { methods: {
...Event, ...Event,
// avbwthEvent(){
// if (this.model.ledgrp.rec.avbwth != 'A'||this.model.ledgrp.rec.avbwth != 'O') {
// this.model.ledgrp.avb.pts.extkey = ''
// this.model.ledgrp.blk.avbwthtxt = ''
// }
// },
avbbykeyEvent() { avbbykeyEvent() {
if (this.model.ledgrp.rec.avbby == 'P') { if (this.model.ledgrp.rec.avbby == 'P') {
this.model.ledgrp.rec.tenmaxday = 0 this.model.ledgrp.rec.tenmaxday = 0
......
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