From cecb8de03f83f8e5b3cd32d3ac7eb09196ed5cf4 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 02 九月 2025 10:46:11 +0800
Subject: [PATCH] 宝工:历史欠料报表 双击明细、历史齐套

---
 WebTM/views/项目管理/报表分析/PM_ProjectWorkDaysSumReport.html |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/PM_ProjectWorkDaysSumReport.html" "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/PM_ProjectWorkDaysSumReport.html"
index 8b2f506..8f9873e 100644
--- "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/PM_ProjectWorkDaysSumReport.html"
+++ "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/PM_ProjectWorkDaysSumReport.html"
@@ -321,6 +321,8 @@
                     data: { "sWhere": sWhere },
                     success: function (data1) {
                         if (data1.count == 1) {
+
+                            var totalArray = ["鍚堝悓鎬婚噾棰�", "浜у搧璐�", "瀹炴柦浜哄ぉ", "棰勪及浜屾寮�鍙戜汉澶�", "缁撶畻閲戦", "涓氱哗鍗犳瘮","宸茶�楃敤鎬诲伐鏃�","宸茶�楃敤瀹炴柦宸ユ椂"];
                             var data = [];
                             var col = [];
                             //缁欑┖鐨勬暟缁勮祴鍊�
@@ -340,6 +342,9 @@
                                 if ($.inArray(data[i].name, titleData) > -1) {
                                     col.push({ field: data[i].id, title: data[i].name, align: 'center', hide: true }); //闅愯棌id鍒�
                                 }
+                                else if ($.inArray(data[i].name, totalArray) > -1) {
+                                    col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, totalRow: true, width: 120 });
+                                }
                                 else {
                                     switch (data[i].Type) {
                                         //int

--
Gitblit v1.9.1