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_ProcessReportOverList.html | 5 +++--
1 files changed, 3 insertions(+), 2 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\261\207\346\212\245\345\215\225/Sc_ProcessReportOverList.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\261\207\346\212\245\345\215\225/Sc_ProcessReportOverList.html"
index 7f9a52f..ad2f9b6 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\261\207\346\212\245\345\215\225/Sc_ProcessReportOverList.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\261\207\346\212\245\345\215\225/Sc_ProcessReportOverList.html"
@@ -192,6 +192,7 @@
, toolbar: '#toolbarDemo'
, height: 'full-50'
, page: true
+ , totalRow: true
, cellMinWidth: 90
, limit: 50
, limits: [50, 500, 5000, 20000]
@@ -229,8 +230,8 @@
, { field: 'HGroupID', title: 'HGroupID', hide: true, sort: true }
, { field: '鐢熶骇鐝粍浠g爜', title: '鐢熶骇鐝粍浠g爜', width: 125, sort: true }
, { field: '鐢熶骇鐝粍', title: '鐢熶骇鐝粍', sort: true }
- , { field: 'LOT鏁伴噺', title: 'LOT鏁伴噺', sort: true }
- , { field: '鎺ユ敹鏁伴噺', title: '鍑虹珯鏁伴噺', sort: true }
+ , { field: 'LOT鏁伴噺', title: 'LOT鏁伴噺', totalRow: true, sort: true }
+ , { field: '鎺ユ敹鏁伴噺', title: '鍑虹珯鏁伴噺', totalRow: true,sort: true }
]]
, text: {
none: '鏃犳暟鎹紒'
--
Gitblit v1.9.1