From ea0be3477a8c3059243ac54aad14ea961216cb80 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 22 Sep 2025 14:21:00 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-22=20=E6=8A=A5=E4=BB=B7=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/quote/detail/quoteDetail.vue | 36 +++++++++++++++++++ .../modules/quote/detail/quoteGroupDetail.vue | 36 +++++++++++++++++++ .../modules/quote/primary/quoteSearch.vue | 23 +++++++----- 3 files changed, 86 insertions(+), 9 deletions(-) diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue index 4776fa4..10be5b5 100644 --- a/src/views/modules/quote/detail/quoteDetail.vue +++ b/src/views/modules/quote/detail/quoteDetail.vue @@ -285,6 +285,42 @@ export default { fixed: '', columnWidth: 120 }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2PackCost', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'packCost', + 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: '5011Table2ShippingCost', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'shippingCost', + 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, diff --git a/src/views/modules/quote/detail/quoteGroupDetail.vue b/src/views/modules/quote/detail/quoteGroupDetail.vue index c07b71f..df3c5ef 100644 --- a/src/views/modules/quote/detail/quoteGroupDetail.vue +++ b/src/views/modules/quote/detail/quoteGroupDetail.vue @@ -277,6 +277,42 @@ export default { fixed: '', columnWidth: 120 }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2PackCost', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'packCost', + 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: '5011Table2ShippingCost', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'shippingCost', + 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, diff --git a/src/views/modules/quote/primary/quoteSearch.vue b/src/views/modules/quote/primary/quoteSearch.vue index b98ff8f..7ab1855 100644 --- a/src/views/modules/quote/primary/quoteSearch.vue +++ b/src/views/modules/quote/primary/quoteSearch.vue @@ -32,24 +32,29 @@ export default { - - - - - + + + + + + + + + + - - + + - - + +