From 2765330fc2e5a04ef775a718c20259c09f74b791 Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Sat, 10 May 2025 18:55:19 +0800 Subject: [PATCH] =?UTF-8?q?2025.05.09=20=E6=8A=A5=E4=BB=B7=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/quote/detail/quoteDetail.vue | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue index 041b4aa..3f2de17 100644 --- a/src/views/modules/quote/detail/quoteDetail.vue +++ b/src/views/modules/quote/detail/quoteDetail.vue @@ -419,6 +419,24 @@ export default { fixed: '', columnWidth: 75 }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2ChipPrice', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'chipPrice', + headerAlign: 'center', + align: 'right', + columnLabel: ' CUP (USD/PCS)', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 75 + }, { userId: this.$store.state.user.name, functionId: 5011, @@ -782,6 +800,7 @@ export default { v-for="(item,index) in columns" :key="index" :sortable="item.columnSortable" :prop="item.columnProp" + v-if="item.columnProp !== 'chipPrice' || (authFlag && quote.chipPrice !== null)" :header-align="item.headerAlign" :show-overflow-tooltip="item.showOverflowTooltip" :align="item.align" @@ -793,9 +812,16 @@ export default { {{ toFixed(scope.row[item.columnProp],scope.row['decimalPlace']) }}