Commit 9e3e6931 by lianyang

letnot/opn/ame/drw信用证详情页面Detp.vue指定银行值为A/O时名称地址置空

parent 08999356
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择指定银行" placeholder="请选择指定银行"
:code="codes.avbwth" :code="codes.avbwth"
@change="avbwthEvent"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -393,6 +394,12 @@ export default { ...@@ -393,6 +394,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 = ''
}
},
onSeainf(){}, onSeainf(){},
avbbykeyEvent() { avbbykeyEvent() {
if (this.model.ledgrp.rec.avbby == 'P') { if (this.model.ledgrp.rec.avbby == 'P') {
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择指定银行" placeholder="请选择指定银行"
:code="codes.avbwth" :code="codes.avbwth"
@change="avbwthEvent"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -812,6 +813,12 @@ export default { ...@@ -812,6 +813,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
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择指定银行" placeholder="请选择指定银行"
:code="codes.avbwth" :code="codes.avbwth"
@change="avbwthEvent"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -391,6 +392,12 @@ export default { ...@@ -391,6 +392,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
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择指定银行" placeholder="请选择指定银行"
:code="codes.avbwth" :code="codes.avbwth"
@change="avbwthEvent"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -387,12 +388,12 @@ export default { ...@@ -387,12 +388,12 @@ export default {
}, },
methods: { methods: {
...Event, ...Event,
// avbwthEvent(){ avbwthEvent(){
// if (this.model.ledgrp.rec.avbwth != 'A'||this.model.ledgrp.rec.avbwth != 'O') { if (this.model.ledgrp.rec.avbwth != 'A'||this.model.ledgrp.rec.avbwth != 'O') {
// this.model.ledgrp.avb.pts.extkey = '' this.model.ledgrp.avb.pts.extkey = ''
// this.model.ledgrp.blk.avbwthtxt = '' 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