From 390f30d930cdd6abfb93b62b66bc43b77795e7bb Mon Sep 17 00:00:00 2001 From: cjp <3096114695@qq.com> Date: Fri, 19 Jan 2024 10:42:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../asphaltMixStation/productData.vue | 29 +++++++++-------- .../concreteMixStation/productData.vue | 31 +++++++++---------- 2 files changed, 29 insertions(+), 31 deletions(-) diff --git a/src/views/projectFront/asphaltMixStation/productData.vue b/src/views/projectFront/asphaltMixStation/productData.vue index f1b6f32b..ba07303a 100644 --- a/src/views/projectFront/asphaltMixStation/productData.vue +++ b/src/views/projectFront/asphaltMixStation/productData.vue @@ -308,7 +308,6 @@ import { stableWaterMixDataPage, stableWaterMixSetDataPage, stableWaterMixDevList, - stableWaterMixMaterialDataPage } from '@/assets/js/api/asphaltMixStation.js' export default { @@ -529,12 +528,12 @@ export default { this.diskDetailId = row.id this.getDetailList() }, - openDetailList(row) { - console.log('打开详情内列表详情', row) - this.showDetailLine = true - this.materialDetailId = row.id - this.getMaterialList() - }, + // openDetailList(row) { + // console.log('打开详情内列表详情', row) + // this.showDetailLine = true + // this.materialDetailId = row.id + // this.getMaterialList() + // }, close() { this.diskDetailId = "" @@ -568,14 +567,14 @@ export default { projectSn: this.$store.state.projectSn, stableWaterMixStationSetDataId: this.materialDetailId } - stableWaterMixMaterialDataPage(data).then(res => { - if (res.code == 200) { - console.log('原材料数据(盘次列表详情)', res.result) - this.materialOrderList = res.result.records - this.dialogShow = true - this.materialInfo.total = res.result.total - } - }) + // stableWaterMixMaterialDataPage(data).then(res => { + // if (res.code == 200) { + // console.log('原材料数据(盘次列表详情)', res.result) + // this.materialOrderList = res.result.records + // this.dialogShow = true + // this.materialInfo.total = res.result.total + // } + // }) }, //获取详情 盘次列表数据 diff --git a/src/views/projectFront/concreteMixStation/productData.vue b/src/views/projectFront/concreteMixStation/productData.vue index e9c59e78..a0268b9f 100644 --- a/src/views/projectFront/concreteMixStation/productData.vue +++ b/src/views/projectFront/concreteMixStation/productData.vue @@ -300,8 +300,7 @@ import { stableWaterMixDataPage, stableWaterMixSetDataPage, - stableWaterMixDevList, - stableWaterMixMaterialDataPage + stableWaterMixDevList } from '@/assets/js/api/concreteMixStation.js' export default { components: {}, @@ -519,12 +518,12 @@ export default { this.diskDetailId = row.id this.getDetailList() }, - openDetailList(row) { - console.log('打开详情内列表详情', row) - this.showDetailLine = true - this.materialDetailId = row.id - this.getMaterialList() - }, + // openDetailList(row) { + // console.log('打开详情内列表详情', row) + // this.showDetailLine = true + // this.materialDetailId = row.id + // this.getMaterialList() + // }, close() { this.diskDetailId = "" @@ -558,14 +557,14 @@ export default { projectSn: this.$store.state.projectSn, stableWaterMixStationSetDataId: this.materialDetailId } - stableWaterMixMaterialDataPage(data).then(res => { - if (res.code == 200) { - console.log('原材料数据(盘次列表详情)', res.result) - this.materialOrderList = res.result.records - this.dialogShow = true - this.materialInfo.total = res.result.total - } - }) + // stableWaterMixMaterialDataPage(data).then(res => { + // if (res.code == 200) { + // console.log('原材料数据(盘次列表详情)', res.result) + // this.materialOrderList = res.result.records + // this.dialogShow = true + // this.materialInfo.total = res.result.total + // } + // }) }, //获取详情 盘次列表数据