From 6f4e1d01bf7e55ba5d41ec2d3562f87670b7d3b3 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Tue, 17 Dec 2024 17:59:48 +0800 Subject: [PATCH] 2024-12-17 --- .../project/projectPart/projectPartQuote.vue | 37 +++++++++++++++++++ .../quotation/inquiry/inquiryQuoteDetail.vue | 36 ++++++++++++++++++ .../detail/primary/quoteDetailRouting.vue | 19 ++++------ .../modules/quote/detail/quoteDetail.vue | 36 ++++++++++++++++++ 4 files changed, 116 insertions(+), 12 deletions(-) diff --git a/src/views/modules/project/projectPart/projectPartQuote.vue b/src/views/modules/project/projectPart/projectPartQuote.vue index b7ecfac..310fef6 100644 --- a/src/views/modules/project/projectPart/projectPartQuote.vue +++ b/src/views/modules/project/projectPart/projectPartQuote.vue @@ -180,6 +180,43 @@ export default { fixed: '', columnWidth: 120 }, + + { + userId: this.$store.state.user.name, + functionId: 101002002, + serialNumber: '101002002Table2AdjustTestCost', + tableId: '101002002Table2', + tableName: '报价详情信息表', + columnProp: 'adjustTestCost', + headerAlign: 'center', + align: 'right', + columnLabel: '测试成本', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, + { + userId: this.$store.state.user.name, + functionId: 101002002, + serialNumber: '101002002Table2AdjustElseCost', + tableId: '101002002Table2', + tableName: '报价详情信息表', + columnProp: 'adjustElseCost', + headerAlign: 'center', + align: 'right', + columnLabel: '其他成本', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, { userId: this.$store.state.user.name, functionId: 101002002, diff --git a/src/views/modules/quotation/inquiry/inquiryQuoteDetail.vue b/src/views/modules/quotation/inquiry/inquiryQuoteDetail.vue index cf12d31..2c2b453 100644 --- a/src/views/modules/quotation/inquiry/inquiryQuoteDetail.vue +++ b/src/views/modules/quotation/inquiry/inquiryQuoteDetail.vue @@ -180,6 +180,42 @@ export default { fixed: '', columnWidth: 120 }, + { + userId: this.$store.state.user.name, + functionId: 102001, + serialNumber: '102001Table2AdjustTestCost', + tableId: '102001Table2', + tableName: '报价详情信息表', + columnProp: 'adjustTestCost', + headerAlign: 'center', + align: 'right', + columnLabel: '测试成本', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, + { + userId: this.$store.state.user.name, + functionId: 102001, + serialNumber: '102001Table2AdjustElseCost', + tableId: '102001Table2', + tableName: '报价详情信息表', + columnProp: 'adjustElseCost', + headerAlign: 'center', + align: 'right', + columnLabel: '其他成本', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, { userId: this.$store.state.user.name, functionId: 102001, diff --git a/src/views/modules/quote/detail/primary/quoteDetailRouting.vue b/src/views/modules/quote/detail/primary/quoteDetailRouting.vue index 6605d00..56c715c 100644 --- a/src/views/modules/quote/detail/primary/quoteDetailRouting.vue +++ b/src/views/modules/quote/detail/primary/quoteDetailRouting.vue @@ -800,42 +800,37 @@ export default { - + - + - + - + - - - - + - - - + - + diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue index da28adc..1551de2 100644 --- a/src/views/modules/quote/detail/quoteDetail.vue +++ b/src/views/modules/quote/detail/quoteDetail.vue @@ -238,6 +238,42 @@ export default { fixed: '', columnWidth: 120 }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2AdjustTestCost', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'adjustTestCost', + headerAlign: 'center', + align: 'right', + columnLabel: '测试成本', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2AdjustElseCost', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'adjustElseCost', + headerAlign: 'center', + align: 'right', + columnLabel: '其他成本', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, { userId: this.$store.state.user.name, functionId: 5011,