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_EqpConkBookBillList.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_Add_EqpConkBookBillList.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_Add_EqpConkBookBillList.html"
index f0f1f28..e7f3012 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_Add_EqpConkBookBillList.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_Add_EqpConkBookBillList.html"
@@ -220,8 +220,9 @@
, height: 500
//,url: '/demo/table/user/' //鏁版嵁鎺ュ彛
, page: true //寮�鍚垎椤�
+ , totalRow: true
, cols: [[ //琛ㄥご
- { type: 'checkbox', fixed: 'left' }
+ { type: 'checkbox', fixed: 'left', totalRowText: '鍚堣琛�' }
, { templet: '#xuhao', title: '搴忓彿', sort: true, fixed: 'left', event: "qwe" }
, { field: 'HConkReasonID', title: 'HConkReasonID', edit: 'text', hide: true }
, { field: 'HConkReasonCode', title: '鏁呴殰鍘熷洜浠g爜', edit: 'text', event: "HConkReasonCode" }
--
Gitblit v1.9.1