From 49e90d3e351b87e2fdb9e8c333c73170e50127ff Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 10 十一月 2023 17:57:32 +0800 Subject: [PATCH] 工作台copy --- src/views/quality/finishedProductInspection/index.vue | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/quality/finishedProductInspection/index.vue b/src/views/quality/finishedProductInspection/index.vue index 288adcd..3206e04 100644 --- a/src/views/quality/finishedProductInspection/index.vue +++ b/src/views/quality/finishedProductInspection/index.vue @@ -178,7 +178,14 @@ text: '鎵撳嵃', type: 'text', size: 'small', - fun: this.showPrint + fun: this.showPrint, + show: { + val: [ + '1', + '0' + ], + key: 'result' + } },{ text: '浣滃簾', type: 'text', @@ -229,15 +236,13 @@ }, showPrint(row){ queryById(row.id).then(res=>{ - console.log(res); - this.printFormData = res.data.data + this.printFormData = res.data.data this.printDialogVisible = true }).catch(error=>{ console.log(error); }) }, exportExcel(){ - console.log("============"); let queryParam=this.$refs.finishedProduct.getQueryParam(); delete queryParam.criteria console.log(queryParam); -- Gitblit v1.9.3