|
|
@ -689,6 +689,11 @@ export default { |
|
|
this.dataList = []; |
|
|
this.dataList = []; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
"saveQuoteDetail.partNo"(newVal,oldVal){ |
|
|
|
|
|
if (newVal){ |
|
|
|
|
|
this.saveQuoteDetail.partNo = newVal.toUpperCase(); |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
partVisible(newVal,oldVal){ |
|
|
partVisible(newVal,oldVal){ |
|
|
if (newVal === false){ |
|
|
if (newVal === false){ |
|
|
this.partQueryLoading = false |
|
|
this.partQueryLoading = false |
|
|
|