diff --git a/src/views/modules/customer/customerGroupInformation.vue b/src/views/modules/customer/customerGroupInformation.vue index 6d59afb..63e18f6 100644 --- a/src/views/modules/customer/customerGroupInformation.vue +++ b/src/views/modules/customer/customerGroupInformation.vue @@ -13,11 +13,11 @@ - + - - + + @@ -99,10 +99,10 @@ - + - - + + @@ -253,7 +253,7 @@ export default { columnProp: "type", headerAlign: "center", align: "center", - columnLabel: '客户组', + columnLabel: '客户组分类', columnHidden: false, columnImage: false, columnSortable: false, diff --git a/src/views/modules/customer/customerInformationManagement.vue b/src/views/modules/customer/customerInformationManagement.vue index 8ae0487..826edae 100644 --- a/src/views/modules/customer/customerInformationManagement.vue +++ b/src/views/modules/customer/customerInformationManagement.vue @@ -38,7 +38,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 客户组1 - + + 客户组分类(1) + - - 客户组2 - + + 客户组分类(2) + @@ -204,7 +175,7 @@ --> - + @@ -1950,7 +1921,7 @@ export default { mounted() { this.$nextTick(() => { - this.height = window.innerHeight / 2 - 30 + this.height = window.innerHeight / 2 - 50 /*第二个表格高度的动态调整*/ this.secondHeight = window.innerHeight / 2 - 206 }) diff --git a/src/views/modules/quotation/sellForQuotation.vue b/src/views/modules/quotation/sellForQuotation.vue index 40e9118..d5f39c4 100644 --- a/src/views/modules/quotation/sellForQuotation.vue +++ b/src/views/modules/quotation/sellForQuotation.vue @@ -130,11 +130,13 @@ :min-width="item.columnWidth" :label="item.columnLabel"> @@ -1509,6 +1511,19 @@ export default { this.$message.error(error) }) }, + + handleRouter(internalInquiryNo){ + if (this.$router.resolve('quotation-requestForQuote').resolved.name === '404') { + this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',}) + } else { + this.$router.push({ + name: 'quotation-requestForQuote', + params:{ + quotationNo:internalInquiryNo, + } + }) + } + } }, computed: {}, watch: { diff --git a/src/views/modules/quotation/sellForQuotation/priceCheckDetail/priceCheckDetail.vue b/src/views/modules/quotation/sellForQuotation/priceCheckDetail/priceCheckDetail.vue index c0bd3be..41badf7 100644 --- a/src/views/modules/quotation/sellForQuotation/priceCheckDetail/priceCheckDetail.vue +++ b/src/views/modules/quotation/sellForQuotation/priceCheckDetail/priceCheckDetail.vue @@ -43,7 +43,7 @@ export default { columnProp: 'associatedPartNo', headerAlign: 'center', align: 'left', - columnLabel: '关联零件号', + columnLabel: '关联料号', columnHidden: false, showOverflowTooltip: true, columnImage: false, @@ -229,7 +229,7 @@ export default { - + + + @@ -580,7 +582,9 @@ export default { + +