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_EquipMaintainPlanBillList.html | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillList.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillList.html" index a0e73ea..6eeabd7 100644 --- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillList.html" +++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillList.html" @@ -317,6 +317,7 @@ , toolbar: '#toolbarDemo' , height: '400' , page: true + , totalRow: true , cellMinWidth: 90 , limit: 50 , limits: [50, 500, 5000, 20000] @@ -324,7 +325,7 @@ soulTable.render(this); } , cols: [[ - { type: 'checkbox', fixed: 'left' } + { type: 'checkbox', fixed: 'left', totalRowText: '鍚堣琛�' } , { field: 'hmainid', title: 'hmainid', 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 } @@ -365,6 +366,7 @@ //, toolbar: '#toolbarDemo' , height: '350' , page: true + , totalRow: true , cellMinWidth: 90 , limit: 50 , limits: [50, 500, 5000, 20000] @@ -394,6 +396,7 @@ //, toolbar: '#toolbarDemo' , height: '350' , page: true + , totalRow: true , cellMinWidth: 90 , limit: 50 , limits: [50, 500, 5000, 20000] @@ -410,8 +413,8 @@ , { field: 'HManagerID', title: '璐熻矗浜篒D', width: 200, hide: true} , { field: 'HManagerNumber', title: '璐熻矗浜轰唬鐮�', width: 200 } , { field: 'HManagerName', title: '璐熻矗浜�', width: 200 } - , { field: 'HQty', title: '瀹為檯鐢ㄩ噺', width: 200 } - , { field: 'HQtyMust', title: '鏍囧噯鐢ㄩ噺', width: 200 } + , { field: 'HQty', title: '瀹為檯鐢ㄩ噺', width: 200, totalRow: true } + , { field: 'HQtyMust', title: '鏍囧噯鐢ㄩ噺', width: 200, totalRow: true } , { field: 'HRemark', title: '澶囨敞', width: 200 } ]] }; -- Gitblit v1.9.1