From 720da9c800b08c39e8c92bbb6d631d4afd754ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=87=E9=87=8C?= <1726150332@qq.com> Date: Mon, 27 Oct 2025 14:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E8=B4=A8=E9=87=8F?= =?UTF-8?q?=E5=88=86=E6=9E=90=E6=8A=A5=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/sparepartsInOutStorage/index.vue | 1 - src/views/mes/dailyReportNew/index.vue | 5 +++++ src/views/quality/qcTableIncome/index.vue | 2 +- src/views/quality/report/cpDefect/index.vue | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/device/sparepartsInOutStorage/index.vue b/src/views/device/sparepartsInOutStorage/index.vue index 86c3457..707c71c 100644 --- a/src/views/device/sparepartsInOutStorage/index.vue +++ b/src/views/device/sparepartsInOutStorage/index.vue @@ -240,7 +240,6 @@ :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" - :pageSizes="[50,100,200,500]" @pagination="getList" /> diff --git a/src/views/mes/dailyReportNew/index.vue b/src/views/mes/dailyReportNew/index.vue index 363580a..82ba71d 100644 --- a/src/views/mes/dailyReportNew/index.vue +++ b/src/views/mes/dailyReportNew/index.vue @@ -138,6 +138,11 @@ label="影响效率原因" width="120" :show-overflow-tooltip="true"> + + - + diff --git a/src/views/quality/report/cpDefect/index.vue b/src/views/quality/report/cpDefect/index.vue index c20c466..83eb274 100644 --- a/src/views/quality/report/cpDefect/index.vue +++ b/src/views/quality/report/cpDefect/index.vue @@ -85,7 +85,7 @@ export default { productName: null, productSpc: null, productDate: null, - checkType: 'checkTypeCPCJ' + checkType: 'checkTypeCPPC' }, // 表单参数 form: {},