|
|
@ -1001,7 +1001,7 @@ |
|
|
this.dataListLoading = false |
|
|
this.dataListLoading = false |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
}else if (this.$route.params.type === 'test'){ |
|
|
|
|
|
|
|
|
} else if (this.$route.params.type === 'test') { |
|
|
this.searchData.buNo = this.$route.params.buNo |
|
|
this.searchData.buNo = this.$route.params.buNo |
|
|
this.searchData.testPartNo = this.$route.params.testPartNo |
|
|
this.searchData.testPartNo = this.$route.params.testPartNo |
|
|
this.search(); |
|
|
this.search(); |
|
|
@ -1009,17 +1009,17 @@ |
|
|
this.searchData.buNo = ''; |
|
|
this.searchData.buNo = ''; |
|
|
this.searchData.testPartNo = ''; |
|
|
this.searchData.testPartNo = ''; |
|
|
}, 200) |
|
|
}, 200) |
|
|
}else if (this.$route.params.codeNo){ |
|
|
|
|
|
|
|
|
} else if (this.$route.params.codeNo) { |
|
|
this.searchData.oriCodeNo = this.$route.params.codeNo; |
|
|
this.searchData.oriCodeNo = this.$route.params.codeNo; |
|
|
this.search(); |
|
|
this.search(); |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
this.searchData.oriCodeNo = ''; |
|
|
this.searchData.oriCodeNo = ''; |
|
|
}, 200) |
|
|
}, 200) |
|
|
}else if (this.$route.params.nowCodeNo){ |
|
|
|
|
|
this.searchData.codeNo = this.$route.params.nowCodeNo; |
|
|
|
|
|
|
|
|
} else if (this.$route.params.nowCodeNo) { |
|
|
|
|
|
this.searchData.oriCodeNo = this.$route.params.nowCodeNo; |
|
|
this.search(); |
|
|
this.search(); |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
this.searchData.codeNo = ''; |
|
|
|
|
|
|
|
|
this.searchData.oriCodeNo = ''; |
|
|
}, 200) |
|
|
}, 200) |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|