自动化立体仓库 - WMS系统
1
zhang
1 天以前 c502290c933909595aeb9b46d27b4eb6b35e6d91
1
1个文件已修改
8 ■■■■■ 已修改文件
src/main/webapp/static/js/locDetl/locDetl.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetl/locDetl.js
@@ -489,6 +489,14 @@
                pageCurr -= 1;
            }
            limit(child);
            var that = this.elem.next();
            res.data.forEach(function (item, index) {
                if (item.alarmStatus) {
                    var tr = that.find(".layui-table-box tbody tr[data-index='" + index + "']");
                    tr.css("background-color", "#FF5722");
                    tr.css("color", "white");
                }
            });
        }
    });
}