diff --git a/src/views/modules/project/projectPart/projectPartQuote.vue b/src/views/modules/project/projectPart/projectPartQuote.vue index 95da20d..7ddc331 100644 --- a/src/views/modules/project/projectPart/projectPartQuote.vue +++ b/src/views/modules/project/projectPart/projectPartQuote.vue @@ -510,6 +510,14 @@ export default { this.$message.error(error) this.queryLoading = false }) + }, + + handleClick(row){ + if (this.$router.resolve(`/quotation-sellForQuotation`).resolved.name === '404'){ + this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',}); + }else { + this.$router.push({name:`quotation-sellForQuotation`,params:{quotationNo:row.quotationNo},}) + } } }, watch:{ @@ -535,8 +543,14 @@ export default { :min-width="item.columnWidth" :label="item.columnLabel">