From e03936ac966a76bf62780e7bba907e2778eb636e Mon Sep 17 00:00:00 2001
From: cwjbxqmz <1134865194@qq.com>
Date: 星期一, 26 二月 2024 10:04:43 +0800
Subject: [PATCH] 1
---
WebTM/views/设备管理/Sb_EquipDotCheckPlanBillEdit.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckPlanBillEdit.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckPlanBillEdit.html"
index f364e52..156cc3c 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckPlanBillEdit.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckPlanBillEdit.html"
@@ -378,7 +378,7 @@
function set_InitGrid() {
//鐐规椤圭洰
columns = [
- { type: 'checkbox', fixed: 'left' }
+ { type: 'checkbox', fixed: 'left', totalRowText: '鍚堣琛�' }
, { templet: '#xuhao', title: '搴忓彿', sort: true, fixed: 'left', event: "qwe" }
, { field: 'HDotCheckItemID', title: '鐐规椤圭洰ID', edit: 'text', hide: true }
, { field: 'HDotCheckCode', title: '鐐规椤圭洰浠g爜', edit: 'text', event: "HDotCheckCode" }
@@ -396,6 +396,7 @@
, elem: '#mainTable'
, toolbar: '#toolbarDemo'
, page: true
+ , totalRow: true
, cellMinWidth: 120
, height: 500
, cols: [columns]
@@ -406,7 +407,7 @@
//鐐规璁″垝
columns_plan = [
- { type: 'checkbox', fixed: 'left' }
+ { type: 'checkbox', fixed: 'left', totalRowText: '鍚堣琛�'}
, { templet: '#xuhao', title: '搴忓彿', sort: true, event: "qwe" }
, { field: 'HPlanDate', title: '璁″垝鏃ユ湡' }
, { field: 'HPlanBeginTime', title: '璁″垝寮�濮嬫椂闂寸偣' }
@@ -419,6 +420,7 @@
, elem: '#mainTable_plan'
, toolbar: '#toolbarDemo'
, page: true
+ , totalRow: true
, limit: 500
, limits:[50,200,500,1000,3000]
, cellMinWidth: 120
--
Gitblit v1.9.1