zrg
2024-02-23 2d8517e511ef0448c73aa1a0057dc1d4c12cd402
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξֿ߲â¹ÜÀí/Sc_MouldRepairOutBillList.html
@@ -222,6 +222,7 @@
                    , toolbar: '#toolbarDemo'
                    , height: 'full-50'
                    , page: true
                    , totalRow: true
                    , cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]
@@ -229,7 +230,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: 125, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.日期, 'yyyy-MM-dd')}}</div>", sort: true }
                        , { field: '单据号', title: '单据号', width: 195, sort: true }
@@ -265,14 +266,14 @@
                        , { field: 'HSPID', title: 'HSPID', width: 200, hide: true, sort: true }
                        , { field: '仓位代码', title: '仓位代码', width: 125, hide: true, sort: true }
                        , { field: '仓位', title: '仓位', width: 125, hide: true, sort: true }
                        , { field: '应收数量', title: '应收数量', width: 125, sort: true }
                        , { field: '实收数量', title: '实收数量', width: 125, sort: true }
                        , { field: '单价', title: '单价', width: 125, hide: true, sort: true }
                        , { field: '金额', title: '金额', width: 125, hide: true, sort: true }
                        , { field: '设计寿命', title: '设计寿命', width: 125, sort: true }
                        , { field: '累积使用寿命', title: '累积使用寿命', width: 125, sort: true }
                        , { field: '剩余寿命', title: '剩余寿命', width: 125, sort: true }
                        , { field: '关联数量', title: '关联数量', width: 125, sort: true }
                        , { field: '应收数量', title: '应收数量', width: 125, sort: true, totalRow: true}
                        , { field: '实收数量', title: '实收数量', width: 125, sort: true, totalRow: true }
                        , { field: '单价', title: '单价', width: 125, hide: true, sort: true, totalRow: true}
                        , { field: '金额', title: '金额', width: 125, hide: true, sort: true, totalRow: true }
                        , { field: '设计寿命', title: '设计寿命', width: 125, sort: true, totalRow: true}
                        , { field: '累积使用寿命', title: '累积使用寿命', width: 125, sort: true, totalRow: true }
                        , { field: '剩余寿命', title: '剩余寿命', width: 125, sort: true, totalRow: true}
                        , { field: '关联数量', title: '关联数量', width: 125, sort: true, totalRow: true }
                        , { field: '子备注', title: '子备注', width: 125, sort: true }
                        , { field: '红蓝单标记', title: '红蓝单标记', width: 125, hide: true, sort: true }
                        , { field: '制单人', title: '制单人', width: 125, sort: true }