From 62fe5ecc28c13d1dcb26a83978441f1bf290db13 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 10 九月 2024 19:43:26 +0800
Subject: [PATCH] 不良采集增加车间,工序,计量单子字段保存,防错验证增加工单信息保存
---
WebTM/views/质量管理/质量报表/QC_ProcessPerformanceFirstPass.html | 2 ++
1 files changed, 2 insertions(+), 0 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_ProcessPerformanceFirstPass.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_ProcessPerformanceFirstPass.html"
index e4d973b..344642a 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_ProcessPerformanceFirstPass.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_ProcessPerformanceFirstPass.html"
@@ -531,6 +531,7 @@
{
name: '涓�娆″悎鏍肩巼',
type: 'line',
+ yAxisIndex: 1, // 浣跨敤绗簩涓� yAxis 鏄剧ず鐧惧垎姣�
label: {
show: true,
formatter: '{c}%'
@@ -553,6 +554,7 @@
{
name: '鐩爣鍊�',
type: 'line',
+ yAxisIndex: 1, // 浣跨敤绗簩涓� yAxis 鏄剧ず鐧惧垎姣�
label: {
show: true,
formatter: '{c}%'
--
Gitblit v1.9.1