diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index d7a3ab2..49e816e 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -1003,7 +1003,17 @@ export default { this.rejectOpinion = '' } }, - + "modalData.sourcing"(newVal,oldVal){ + if (newVal !== 'Y' && newVal !== '0' && newVal !== 0){ + this.modalData.tracker = '' + this.modalData.trackerName = '' + } + }, + "modalData.tracker"(newVal,oldVal){ + if (newVal === '' || newVal === null || newVal === undefined){ + this.modalData.trackerName = '' + } + } }, data() { return {