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_EqpRepairCheckBillList.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EqpRepairCheckBillList.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EqpRepairCheckBillList.html" index 2d60fbb..0a800d2 100644 --- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EqpRepairCheckBillList.html" +++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EqpRepairCheckBillList.html" @@ -239,6 +239,7 @@ , toolbar: '#toolbarDemo' , height: 'full-50' , page: true + , totalRow: true , cellMinWidth: 90 , limit: 50 , limits: [50, 500, 5000, 20000] @@ -246,7 +247,7 @@ soulTable.render(this); } , cols: [[ - { type: 'checkbox', fixed: 'left' } + { type: 'checkbox', fixed: 'left', totalRowText: '鍚堣琛�' } , { field: 'hmainid', title: '鍗曟嵁ID', hide: true ,sort:true} , { field: '鏃ユ湡', title: '鏃ユ湡', width: 160, templet: "<div>{{d.鏃ユ湡 ==null ?'':layui.util.toDateString(d.鏃ユ湡, 'yyyy-MM-dd')}}</div>", sort: true} , { field: '鍗曟嵁鍙�', title: '鍗曟嵁鍙�', width: 160, sort: true } @@ -287,7 +288,7 @@ , { field: '婧愬崟瀛愬唴鐮�', title: '婧愬崟瀛愬唴鐮�', width: 200, hide: true, sort: true } , { field: '婧愬崟鍗曞彿', title: '婧愬崟鍗曞彿', width: 200, sort: true } , { field: '婧愬崟绫诲瀷', title: '婧愬崟绫诲瀷', width: 200, sort: true } - , { field: '鍏宠仈鏁伴噺', title: '鍏宠仈鏁伴噺', width: 200, sort: true } + , { field: '鍏宠仈鏁伴噺', title: '鍏宠仈鏁伴噺', width: 200, sort: true, totalRow: true } , { field: 'HBillType', title: 'HBillType', width: 200, hide: true, sort: true } ]] -- Gitblit v1.9.1