|
|
@ -126,6 +126,12 @@ export default { |
|
|
handler: function (newV, oldV) { |
|
|
handler: function (newV, oldV) { |
|
|
this.searchData.manufacturerId = this.searchData.manufacturerId.toUpperCase() |
|
|
this.searchData.manufacturerId = this.searchData.manufacturerId.toUpperCase() |
|
|
} |
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
modalData: { |
|
|
|
|
|
deep: true, |
|
|
|
|
|
handler: function (newV, oldV) { |
|
|
|
|
|
this.modalData.manufacturerId = this.modalData.manufacturerId.toUpperCase() |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
data () { |
|
|
data () { |
|
|
|