From c4e556a509b7fd8084a4aee8f4221158bac6cd3a Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 25 三月 2024 13:11:56 +0800
Subject: [PATCH] 设备负荷分析表

---
 WebTM/views/生产工序管理/工序派工单/Sc_ProcessSendWorkList.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\264\276\345\267\245\345\215\225/Sc_ProcessSendWorkList.html" "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\264\276\345\267\245\345\215\225/Sc_ProcessSendWorkList.html"
index ff89258..a7a9e7a 100644
--- "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\264\276\345\267\245\345\215\225/Sc_ProcessSendWorkList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\264\276\345\267\245\345\215\225/Sc_ProcessSendWorkList.html"
@@ -113,6 +113,7 @@
                 , page: true
                 , cellMinWidth: 90
                 , limit: 50
+                , totalRow: true
                 , limits: [50, 500, 5000, 20000]
                 , done: function (res, curr, count) {
                     soulTable.render(this);
@@ -145,7 +146,7 @@
                     , { field: '鑱屽憳浠g爜', title: '鑱屽憳浠g爜', sort: true }
                     , { field: '鑱屽憳	', title: '鑱屽憳', sort: true }
                     , { field: 'hsubid', title: 'hsubid', hide: true, sort: true }
-                    , { field: '鏁伴噺', title: '鏁伴噺', sort: true }
+                    , { field: '鏁伴噺', title: '鏁伴噺', totalRow: true,sort: true }
                     , { field: '璁″垝寮�宸ユ棩鏈�', title: '璁″垝寮�宸ユ棩鏈�', sort: true }
                     , { field: '璁″垝瀹屽伐鏃ユ湡', title: '璁″垝瀹屽伐鏃ユ湡', sort: true }
                     , { field: '璁″垝宸ユ椂', title: '璁″垝宸ユ椂', sort: true }

--
Gitblit v1.9.1