From 8a18b5274a7fbd6f0ff1354cca8aab5d3286142b Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 30 八月 2024 15:10:40 +0800
Subject: [PATCH] 1.各工序质量趋势图   增加一个  事业部 选择框 2.设备工艺参数趋势图   在放大镜选择流转卡页面   质量要再搜索条件增加  一个  批次号 文本框筛选 3.设备工艺参数趋势分析图   日期改为   开始结束日期

---
 WebTM/views/质量管理/质量报表/QC_ProcessPerformancePass.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_ProcessPerformancePass.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_ProcessPerformancePass.html"
index 84ead04..9fc4509 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_ProcessPerformancePass.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_ProcessPerformancePass.html"
@@ -478,6 +478,7 @@
                         {
                             name: '鍚堟牸鐜�',
                             type: 'line',
+                            yAxisIndex: 1, // 浣跨敤绗簩涓� y 杞�
                             label: {
                                 show: true,
                                 formatter: '{c}%'
@@ -496,10 +497,11 @@
                                 }
                             },
                             data: Pass
-                        },
+                        },                       
                         {
                             name: '鐩爣鍊�',
                             type: 'line',
+                            yAxisIndex: 1, // 浣跨敤绗簩涓� y 杞�
                             label: {
                                 show: true,
                                 formatter: '{c}%'

--
Gitblit v1.9.1