|
|
@ -2687,9 +2687,9 @@ export default { |
|
|
|
|
|
|
|
|
activated() { |
|
|
activated() { |
|
|
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.handleQueryRoutingByQuote(); |
|
|
|
|
|
|
|
|
this.handleQueryRoutingByQuote() |
|
|
} 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() |
|
|
@ -2703,7 +2703,7 @@ export default { |
|
|
handleQueryRoutingByQuote(){ |
|
|
handleQueryRoutingByQuote(){ |
|
|
let params = { |
|
|
let params = { |
|
|
site: this.$store.state.user.site, |
|
|
site: this.$store.state.user.site, |
|
|
partNo:this.$route.params.partNo, |
|
|
|
|
|
|
|
|
plmPartNo: this.$route.params.partNo, |
|
|
routingType: this.$route.params.routingType, |
|
|
routingType: this.$route.params.routingType, |
|
|
engChgLevel: this.$route.params.engChgLevel, |
|
|
engChgLevel: this.$route.params.engChgLevel, |
|
|
page: this.pageIndex, |
|
|
page: this.pageIndex, |
|
|
|