diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue
index ee2da54..051a7b0 100644
--- a/src/views/modules/quote/detail/quoteDetail.vue
+++ b/src/views/modules/quote/detail/quoteDetail.vue
@@ -904,6 +904,13 @@ export default {
createExportData() {
return this.dataList;
},
+ toPartMenu (partNo) {
+ if (this.$router.resolve(`/part-partInformation`).resolved.name === '404') {
+ this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',})
+ } else {
+ this.$router.push({name:`part-partInformation`,params:{partNo:partNo},})
+ }
+ },
},
watch:{
quote(newVal,oldVal){
@@ -992,9 +999,15 @@ export default {
:min-width="item.columnWidth"
:label="item.columnLabel">
- {{ scope.row[item.columnProp] }}
-
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
diff --git a/src/views/modules/quote/detail/quoteGroupDetail.vue b/src/views/modules/quote/detail/quoteGroupDetail.vue
index 35b7b66..42c0c40 100644
--- a/src/views/modules/quote/detail/quoteGroupDetail.vue
+++ b/src/views/modules/quote/detail/quoteGroupDetail.vue
@@ -900,6 +900,13 @@ export default {
this.drawerVisible = false;
this.saveVisible = false;
},
+ toPartMenu (partNo) {
+ if (this.$router.resolve(`/part-partInformation`).resolved.name === '404') {
+ this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',})
+ } else {
+ this.$router.push({name:`part-partInformation`,params:{partNo:partNo},})
+ }
+ },
},
watch:{
quote(newVal,oldVal){
@@ -945,9 +952,15 @@ export default {
:min-width="item.columnWidth"
:label="item.columnLabel">
- {{ scope.row[item.columnProp] }}
-
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+