| | |
| | | if (frontList && frontList.length > 0) { |
| | | html += '<div class="m-tf"><div class="g-tittf1">仓库正面</div><ul class="ul-listmana1 ullisttf1">'; |
| | | $.each(frontList, function(index, item) { |
| | | if (item.serId) { |
| | | |
| | | html += '<li><div class="con myfancy" passCode="' + item.passCode + '" serId="' + |
| | | item.serId + '" targetStatus="' + item.targetStatus + '" name="' + item.name + |
| | | '" data-win="#win_kt"><div class="pic pic2"><img src="images/e1.png"></div>'; |
| | |
| | | item.name + '</div>' |
| | | } |
| | | html += '</div></div></li>' |
| | | } |
| | | |
| | | }) |
| | | html += '</ul></div>' |
| | | } |
| | | if (backList && backList.length > 0) { |
| | | html += '<div class="m-tf"><div class="g-tittf1">仓库反面</div><ul class="ul-listmana1 ullisttf1">'; |
| | | $.each(backList, function(index, item) { |
| | | if (item.serId) { |
| | | |
| | | html += '<li><div class="con myfancy" passCode="' + item.passCode + '" serId="' + |
| | | item.serId + '" targetStatus="' + item.targetStatus + '" name="' + item.name + |
| | | '" data-win="#win_kt"><div class="pic pic2"><img src="images/e1.png"></div>'; |
| | |
| | | item.name + '</div>' |
| | | } |
| | | html += '</div></div></li>' |
| | | } |
| | | |
| | | }) |
| | | html += '</ul></div>' |
| | | } |
| | | if (leftList && leftList.length > 0) { |
| | | html += '<div class="m-tf"><div class="g-tittf1">仓库左侧面</div><ul class="ul-listmana1 ullisttf1">'; |
| | | $.each(leftList, function(index, item) { |
| | | if (item.serId) { |
| | | |
| | | html += '<li><div class="con myfancy" passCode="' + item.passCode + '" serId="' + |
| | | item.serId + '" targetStatus="' + item.targetStatus + '" name="' + item.name + |
| | | '" data-win="#win_kt"><div class="pic pic2"><img src="images/e1.png"></div>'; |
| | |
| | | item.name + '</div>' |
| | | } |
| | | html += '</div></div></li>' |
| | | } |
| | | |
| | | }) |
| | | html += '</ul></div>' |
| | | } |
| | | if (rightList && rightList.length > 0) { |
| | | html += '<div class="m-tf"><div class="g-tittf1">仓库右侧面</div><ul class="ul-listmana1 ullisttf1">'; |
| | | $.each(rightList, function(index, item) { |
| | | if (item.serId) { |
| | | |
| | | html += '<li><div class="con myfancy" passCode="' + item.passCode + '" serId="' + |
| | | item.serId + '" targetStatus="' + item.targetStatus + '" name="' + item.name + |
| | | item.serId + '" targetStatus="' + item.status + '" name="' + item.name + |
| | | '" data-win="#win_kt"><div class="pic pic2"><img src="images/e1.png"></div>'; |
| | | if (targetStatus == 'OPEN') { |
| | | html += '<div class="info out" style="background-image: url(images/e8.png);">' + |
| | |
| | | item.name + '</div>' |
| | | } |
| | | html += '</div></div></li>' |
| | | } |
| | | |
| | | }) |
| | | html += '</ul></div>' |
| | | } |