yusijie
2024-02-23 d904a59b5d061921fab25818d7f09176e9d34b1e
WebTM/views/É豸¹ÜÀí/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: '负责人ID', 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 }
                    ]]
                };