From 1a40b7a8d4e6e24db362715b030ca9dfc1e2035e Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 03 四月 2024 10:19:26 +0800
Subject: [PATCH] 销售出库明细报表:分组合计增加千分号、控制小数位数
---
WebTM/views/质量管理/质量报表/QC_FirstPassRateWeekReport.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_FirstPassRateWeekReport.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_FirstPassRateWeekReport.html"
index 467aa39..253eff2 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_FirstPassRateWeekReport.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_FirstPassRateWeekReport.html"
@@ -144,7 +144,7 @@
switch ($("#HDeptName").val()) {
case '绾垮寘杞﹂棿':
- HTitle = '姝ヨ繘鐢垫満鐩撮�氱巼瓒嬪娍鍥�';
+ HTitle = '绾垮寘缁曠嚎鐩撮�氱巼瓒嬪娍鍥�';
break;
case '鍚屾杞﹂棿':
HTitle = '鍚屾鐢垫満鐩撮�氱巼瓒嬪娍鍥�';
@@ -364,6 +364,7 @@
, toolbar: '#toolbarDemo'
, height: 'full-490'
, page: true
+ , totalRow: true
, cellMinWidth: 90
, limit: 50
, limits: [50, 500, 5000, 20000]
--
Gitblit v1.9.1