From 6660925fcaf22810a74a7f764f455e3b43d61d38 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 19 七月 2024 11:04:59 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/生产管理/生产报表/Sc_QualityReportBillMonth.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\212\245\350\241\250/Sc_QualityReportBillMonth.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\212\245\350\241\250/Sc_QualityReportBillMonth.html"
index 97d2433..e8f9bf0 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\212\245\350\241\250/Sc_QualityReportBillMonth.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\346\212\245\350\241\250/Sc_QualityReportBillMonth.html"
@@ -42,7 +42,7 @@
                                         </select>
                                     </div>
                                 </div>
-                                <div class="layui-inline">
+                                <div class="layui-inline "style="display:none">
                                     <label class="layui-form-label" style="width: 85px;">宸ヤ綔涓績</label>
                                     <div class="layui-input-block" style="margin-left: 120px; width: 120px;">
                                         <select name="HWorkCenter" id="HWorkCenter" lay-verify="HWorkCenter">
@@ -227,10 +227,10 @@
                             type: 'value',
                             name: '瓒嬪娍鐜�%',
                             min: 0,
-                            max: 100,
-                            interval: 10,
+                            max: 1,
+                            interval: 0.1,
                             axisLabel: {
-                                formatter: '{value} ' + '%'
+                                formatter: '{value} '
                             }
                         }
                     ],

--
Gitblit v1.9.1