admin
3 天以前 9041f4877d32824b48c2754879dfc580c084520a
托盘明细增加托盘号和物料编码排序
1个文件已修改
5 ■■■■■ 已修改文件
HTML/views/StatisticalReport/BoxInfor.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HTML/views/StatisticalReport/BoxInfor.html
@@ -472,8 +472,8 @@
                { field: 'RoadwayName', title: '所属巷道', align: 'center', width: 120, },
                { field: 'AreaName', title: '所属区域', align: 'center', width: 120, },
                { field: 'LocatNo', title: '储位地址', align: 'center', width: 100, },
                { field: 'PalletNo', title: '托盘号', align: 'center', width: 100, },
                { field: 'SkuNo', title: '物料编码', align: 'center', width: 120, },
                { field: 'PalletNo', title: '托盘号', align: 'center', width: 100, sort: true, },
                { field: 'SkuNo', title: '物料编码', align: 'center', width: 120, sort: true, },
                { field: 'SkuName', title: '物料名称', align: 'center', width: 120, },
                { field: 'LotNo', title: '批次号', align: 'center', width: 100, },
                //{ field: 'LotText', title: '批次描述', align: 'center' },
@@ -526,6 +526,7 @@
                        limits: pageLimits,
                        even: true,
                        cellMinWidth: 80, //全局定义常规单元格的最小宽度,layui 2.2.1 新增
                        autoSort: false, // 添加这个配置
                        done: function () {
                            setRight();
                            //自定义列宽