|
|
@ -2796,7 +2796,7 @@ export default { |
|
|
if (this.$route.params && this.$route.params.type && this.$route.params.type === 'quote') { |
|
|
if (this.$route.params && this.$route.params.type && this.$route.params.type === 'quote') { |
|
|
this.handleQueryRecipeByQuote() |
|
|
this.handleQueryRecipeByQuote() |
|
|
} else if (this.$route.params.partNo) { |
|
|
} else if (this.$route.params.partNo) { |
|
|
this.searchData.partNo = this.$route.params.partNo |
|
|
|
|
|
|
|
|
this.searchData.plmPartNo = this.$route.params.partNo |
|
|
this.getDataList() |
|
|
this.getDataList() |
|
|
} else if (this.initPage === false) { |
|
|
} else if (this.initPage === false) { |
|
|
this.getDataList() |
|
|
this.getDataList() |
|
|
|