From de10233be3365d94e7c04a482b33f804f8759d47 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Tue, 26 Nov 2024 16:59:34 +0800 Subject: [PATCH] 20241126 --- .../quote/detail/primary/quoteDetailBom.vue | 24 +++- .../quote/detail/primary/quoteDetailCost.vue | 123 ++++++++++++++---- .../modules/quote/detail/quoteDetail.vue | 4 + .../modules/quote/primary/quoteTable.vue | 23 +++- src/views/modules/quote/quoteDetailReport.vue | 10 +- 5 files changed, 157 insertions(+), 27 deletions(-) diff --git a/src/views/modules/quote/detail/primary/quoteDetailBom.vue b/src/views/modules/quote/detail/primary/quoteDetailBom.vue index aebdf63..0efb76d 100644 --- a/src/views/modules/quote/detail/primary/quoteDetailBom.vue +++ b/src/views/modules/quote/detail/primary/quoteDetailBom.vue @@ -127,7 +127,8 @@ export default { status: true, fixed: '', columnWidth: 90, - }, { + }, + { userId: this.$store.state.user.name, functionId: 5011, serialNumber: '5011Table4ShrinkageFactor', @@ -144,7 +145,26 @@ export default { status: true, fixed: '', columnWidth: 90, - }, { + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table4YieldRate', + tableId: "5011Table4", + tableName: "报价材料信息", + columnProp: 'yieldRate', + headerAlign: "center", + align: "right", + columnLabel: '良率%', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 90, + }, + { userId: this.$store.state.user.name, functionId: 5011, serialNumber: '5011Table4PrintUnitName', diff --git a/src/views/modules/quote/detail/primary/quoteDetailCost.vue b/src/views/modules/quote/detail/primary/quoteDetailCost.vue index c578d57..763feb0 100644 --- a/src/views/modules/quote/detail/primary/quoteDetailCost.vue +++ b/src/views/modules/quote/detail/primary/quoteDetailCost.vue @@ -1,6 +1,7 @@