yusijie
2024-02-23 d904a59b5d061921fab25818d7f09176e9d34b1e
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξֿ߲â¹ÜÀí/Sc_MouldProdOutBillList.html
@@ -182,6 +182,7 @@
                    , toolbar: '#toolbarDemo'
                    , height: 'full-50'
                    , page: true
                    , totalRow: true
                    , cellMinWidth: 90
                    , limits: [50, 500, 5000, 20000]
                    , limit: 50
@@ -189,7 +190,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 }
@@ -229,14 +230,14 @@
                        , { field: 'HSPID', title: 'HSPID', width: 200, 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 }
                        , { 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 }
                        , { 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, 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, sort: true }
                        , { field: '制单人', title: '制单人', width: 125, sort: true }