zrg
2024-02-21 c41dddbb8ba2a7ff5419ab82969d47ac8d724422
WebTM/views/²É¹º¹ÜÀí/ÊÕÁÏ֪ͨµ¥/Cg_POInStockBillList.html
@@ -252,6 +252,7 @@
                    elem: '#mainTable'
                    , toolbar: '#toolbarDemo'
                    , height: 'full-50'
                    , totalRow: true
                    , page: true
                    , cellMinWidth: 90
                    , limit: 50
@@ -260,7 +261,7 @@
                        soulTable.render(this);
                    }
                    , cols: [[
                        { type: 'checkbox', fixed: 'left' }
                        { type: 'checkbox', fixed: 'left', totalRowText: '合计行' }
                        , { field: 'hmainid', title: 'hmainid', sort: true, hide: true}
                        , { field: '日期', title: '日期', width: 120, sort: true}
                        , { field: '单据号', title: '单据号', width: 150, sort: true}
@@ -294,9 +295,9 @@
                        , { field: 'HUnitID', title: 'HUnitID', hide: true, sort: true }
                        , { field: '计量单位代码', title: '计量单位代码', width: 150, sort: true }
                        , { field: '计量单位', title: '计量单位', width: 150, sort: true }
                        , { field: '数量', title: '数量', sort: true }
                        , { field: '数量', title: '数量', sort: true, totalRow: true}
                        , { field: '单价', title: '单价', sort: true }
                        , { field: '金额', title: '金额', sort: true }
                        , { field: '金额', title: '金额', sort: true, totalRow: true }
                        , { field: '单价', title: '单价', sort: true }
                        , { field: 'HWHID', title: 'HWHID', hide: true, sort: true }
                        , { field: '收料仓库代码', title: '收料仓库代码', width: 150, sort: true }