1
duhe
2023-10-15 2ebe0f632f53895ad153566b7fd28437035eab8a
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessExchangeArrangement.html
@@ -352,11 +352,11 @@
                                     res.data.forEach(function (item, index) {
                                         // console.log(item);
                                         //这里的entity_status_id ä¸ºè¡¨æ ¼æ•°æ®ä¸­çš„一列数据,用于判断特定行
                                         if (item.产品名称 != null) {
                                         if (item.颜色色号 != null && item.颜色色号 != "") {
                                             //禁用复选框,设置不可选中标识,将该行设置为阴影色
                                             var tr = $(".layui-table tr[data-index=" + index + "]");
                                             var td = tr.children('td'); //获取tr下所有的td
                                             td.eq(3).css("background-color", "#cf" + (9 - parseInt(index / 2)) + "6" + (2 + parseInt(index / 2)) + "" + (9 - index));
                                             td.eq(9).css("background-color", item.颜色色号);
                                             // tr.find("input[type='checkbox']").next().addClass('layui-btn-disabled');
                                         }
                                     })