From a8088d238e610dcababa1546106c82131ab26dc0 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Mon, 16 Dec 2024 16:29:17 +0800 Subject: [PATCH] 20241216 --- .../modules/quote/detail/quoteDetail.vue | 94 ++++++++++++++++++- 1 file changed, 92 insertions(+), 2 deletions(-) diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue index fd9f0ad..80c5689 100644 --- a/src/views/modules/quote/detail/quoteDetail.vue +++ b/src/views/modules/quote/detail/quoteDetail.vue @@ -131,7 +131,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 240 + columnWidth: 320 }, { userId: this.$store.state.user.name, @@ -241,6 +241,96 @@ export default { fixed: '', columnWidth: 140 }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2QuoteProfitRate', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'quoteProfitRate', + headerAlign: 'center', + align: 'right', + columnLabel: 'markup', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 140 + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2Weighted', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'weighted', + headerAlign: 'center', + align: 'right', + columnLabel: 'Weighted TP for MOQ>250K(USD/KCT)', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 260 + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2Weighted2', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'weighted2', + headerAlign: 'center', + align: 'right', + columnLabel: 'Weighted TP for MOQ>5M(USD/KCT)', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 260 + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2Weighted', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'weighted', + headerAlign: 'center', + align: 'right', + columnLabel: 'Standard TP for MOQ>250K(USD/KCT)', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 260 + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2Weighted2', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'weighted2', + headerAlign: 'center', + align: 'right', + columnLabel: 'Standard TP for MOQ>5M(USD/KCT)', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 260 + }, { userId: this.$store.state.user.name, functionId: 5011, @@ -257,7 +347,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 120 + columnWidth: 200 }, ], partVisible:false,