From 727ee25aeb5fcaf84e2cf009b2eacd3a86bcb3ca Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 28 十一月 2024 12:55:23 +0800
Subject: [PATCH] 新增 环境检测方案,环境检测单

---
 WebTM/views/质量管理/质量报表/QC_FirstPassRateReport.html |    3 ++-
 1 files changed, 2 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_FirstPassRateReport.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_FirstPassRateReport.html"
index 034fe1c..61288b9 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_FirstPassRateReport.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_FirstPassRateReport.html"
@@ -145,7 +145,7 @@
 
                 switch ($("#HDeptName").val()) {
                     case '缁曠嚎鑷姩杞﹂棿':
-                        HTitle = '姝ヨ繘鐢垫満鐩撮�氱巼瓒嬪娍鍥�';
+                        HTitle = '绾垮寘缁曠嚎鐩撮�氱巼瓒嬪娍鍥�';
                         break;
                     case '瑁呴厤鑷姩杞﹂棿':
                         HTitle = '鍚屾鐢垫満鐩撮�氱巼瓒嬪娍鍥�';
@@ -374,6 +374,7 @@
                     elem: '#mainTable'
                     , toolbar: '#toolbarDemo'
                     , height: 'full-490'
+                    , totalRow: true
                     , page: true
                     , cellMinWidth: 90
                     , limit: 50

--
Gitblit v1.9.1