From a307f308880c4c33107d2f9cb65796609762a1c1 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 20 Mar 2026 11:30:37 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-20=20=E9=94=80=E5=94=AE=E6=8A=A5?= =?UTF-8?q?=E4=BB=B7-=E3=80=8B=E6=9D=A1=E7=9B=AE=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=88=97=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/quote/detail/quoteDetail.vue | 144 +++++++++--------- 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue index a1fccca..5505fba 100644 --- a/src/views/modules/quote/detail/quoteDetail.vue +++ b/src/views/modules/quote/detail/quoteDetail.vue @@ -281,6 +281,78 @@ export default { fixed: '', columnWidth: 100 }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2Qty', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'currencyDesc2', + headerAlign: 'center', + align: 'right', + columnLabel: '币种', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2Qty', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'currencyTotalCost2', + headerAlign: 'center', + align: 'right', + columnLabel: '含税单价', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2Qty', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'unitPriceRate', + headerAlign: 'center', + align: 'right', + columnLabel: '未税单价', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, + { + userId: this.$store.state.user.name, + functionId: 5011, + serialNumber: '5011Table2Remark', + tableId: '5011Table2', + tableName: '报价详情信息表', + columnProp: 'remark', + headerAlign: 'center', + align: 'left', + columnLabel: '备注', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, { userId: this.$store.state.user.name, functionId: 5011, @@ -551,24 +623,6 @@ export default { fixed: '', columnWidth: 100 }, - { - userId: this.$store.state.user.name, - functionId: 5011, - serialNumber: '5011Table2Qty', - tableId: '5011Table2', - tableName: '报价详情信息表', - columnProp: 'currencyDesc2', - headerAlign: 'center', - align: 'right', - columnLabel: '币种', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100 - }, { userId: this.$store.state.user.name, functionId: 5011, @@ -587,24 +641,6 @@ export default { fixed: '', columnWidth: 100 }, - { - userId: this.$store.state.user.name, - functionId: 5011, - serialNumber: '5011Table2Qty', - tableId: '5011Table2', - tableName: '报价详情信息表', - columnProp: 'currencyTotalCost2', - headerAlign: 'center', - align: 'right', - columnLabel: '含税单价', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100 - }, { userId: this.$store.state.user.name, functionId: 5011, @@ -623,42 +659,6 @@ export default { fixed: '', columnWidth: 100 }, - { - userId: this.$store.state.user.name, - functionId: 5011, - serialNumber: '5011Table2Qty', - tableId: '5011Table2', - tableName: '报价详情信息表', - columnProp: 'unitPriceRate', - headerAlign: 'center', - align: 'right', - columnLabel: '未税单价', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100 - }, - { - userId: this.$store.state.user.name, - functionId: 5011, - serialNumber: '5011Table2Remark', - tableId: '5011Table2', - tableName: '报价详情信息表', - columnProp: 'remark', - headerAlign: 'center', - align: 'left', - columnLabel: '备注', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 120 - }, ], partVisible:false, activeName:'bom',