From 0a428101f7d7e93e2f8c9151faf1731921a7dfbe Mon Sep 17 00:00:00 2001 From: zhangyouji Date: Mon, 10 Jul 2023 14:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oilFinalStatementAddList.vue | 29 ++++--------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/src/views/oilFinalStatement/oilFinalStatementAddList.vue b/src/views/oilFinalStatement/oilFinalStatementAddList.vue index f6ae314..1182295 100644 --- a/src/views/oilFinalStatement/oilFinalStatementAddList.vue +++ b/src/views/oilFinalStatement/oilFinalStatementAddList.vue @@ -56,8 +56,8 @@ - - + + @@ -224,24 +224,7 @@ export default { return { changeCompanyId: '', - oliList: [ - { - value: 'DIESEL', - label: '柴油' - }, - { - value: 'PETROL', - label: '汽油' - }, - { - value: 'GAS', - label: '天然气' - }, - { - value: 'OTHER', - label: '其他' - } - ], + oliList: ['0#柴', '-10#柴', '92#汽', '95#汽'], baocunList: [], daixuanList: [], @@ -430,7 +413,7 @@ export default { return } this.importData.settlementType = 1 - this.importData.oilProductType = this.page.params.oilProductType + this.importData.productType = this.page.params.productType let payRealAmountEnd = [] let customerSettleAmountList = [] @@ -486,7 +469,7 @@ export default { this.$message.warning('请输入时间') return } - if (!this.page.params.oilProductType) { + if (!this.page.params.productType) { this.$message.warning('请选择油品类型') return } @@ -587,7 +570,7 @@ export default { }, async getByPage(e) { this.page.params.type = 1 - + this.page.params.orderType = 4 if (this.page.params.createTimeRange && this.page.params.createTimeRange.length > 1) { this.page.params.dateStartTime = this.page.params.createTimeRange[0] + ' 00:00:00' this.page.params.dateEndTime = this.page.params.createTimeRange[1] + ' 23:59:59' -- 2.36.2