From d904a59b5d061921fab25818d7f09176e9d34b1e Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 23 二月 2024 13:18:34 +0800
Subject: [PATCH] 质量管理、设备管理、器具管理(三大模块增加 合计行)

---
 WebTM/views/设备管理/Sb_Add_EqpMaintenanceBillList.html |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_Add_EqpMaintenanceBillList.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_Add_EqpMaintenanceBillList.html"
index b96d197..c4f3e8f 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_Add_EqpMaintenanceBillList.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_Add_EqpMaintenanceBillList.html"
@@ -763,7 +763,7 @@
             function set_InitGrid() {
                 //琛ㄥご
                 columns = [
-                    { type: 'checkbox', fixed: 'left' }
+                    { type: 'checkbox', fixed: 'left', totalRowText: '鍚堣琛�' }
                     , { templet: '#xuhao', title: '搴忓彿', sort: true, fixed: 'left', event: "qwe" }
                     , { field: 'HRepairID', title: 'HRepairID', edit: 'text', event: "", hide: true }
                     , { field: 'HRepairCode', title: '缁翠慨椤圭洰浠g爜', edit: 'text', event: "", event: "HRepairCode" }
@@ -784,6 +784,7 @@
                     , elem: '#mainTable'
                     , toolbar: '#toolbarDemo'
                     , page: true
+                    , totalRow: true
                     , cellMinWidth: 120
                     , height: 300
                     , cols: [columns]
@@ -797,7 +798,7 @@
             function set_InitGrid_pj() {
                 //琛ㄥご
                 columns = [
-                    { type: 'checkbox', fixed: 'left' }
+                    { type: 'checkbox', fixed: 'left', totalRowText: '鍚堣琛�' }
                     , { templet: '#xuhao1', title: '搴忓彿', sort: true, fixed: 'left', event: "qwe" }
                     , { field: 'HMaterID', title: '閰嶄欢ID', edit: 'text', hide: true }
                     , { field: 'HMaterNumber', title: '閰嶄欢浠g爜', edit: 'text', event: "HMaterCode" }
@@ -808,7 +809,7 @@
                     , { field: 'HManagerID', title: '璐熻矗浜篒D', edit: 'text', hide: true }
                     , { field: 'HManagerNumber', title: '璐熻矗浜轰唬鐮�', edit: 'text', event: 'HManagerNumber' }
                     , { field: 'HManagerName', title: '璐熻矗浜�', edit: 'text' }
-                    , { field: 'HQty', title: '鐢ㄩ噺', edit: 'text' }
+                    , { field: 'HQty', title: '鐢ㄩ噺', edit: 'text', totalRow: true }
                     , { field: 'HRemark', title: '澶囨敞', edit: 'text' }
                     , { fixed: 'right', title: '鎿嶄綔', toolbar: '#barDemo1', width: 150 }
                 ];
@@ -817,6 +818,7 @@
                     , elem: '#mainTable1'
                     , toolbar: '#toolbarDemo1'
                     , page: true
+                    , totalRow: true
                     , cellMinWidth: 120
                     , height: 300
                     , cols: [columns]

--
Gitblit v1.9.1