From 33430ec5f8f7bd181bbeea8d933285ef58a7980a Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 23 二月 2024 09:22:00 +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