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',