| | |
| | | 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'); |
| | | } |
| | | }) |