自动化立体仓库 - WMS系统
1
zhang
1 天以前 c502290c933909595aeb9b46d27b4eb6b35e6d91
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");
                }
            });
        }
    });
}