| | |
| | | renderData(); |
| | | } else { |
| | | renderData(); |
| | | mui.toast(result.mag); |
| | | mui.toast(result.msg); |
| | | } |
| | | }, |
| | | error: function() { |
| | |
| | | html += '<a href="" class="link">值仓<span class="mui-icon mui-icon-arrowright"></span></a>'; |
| | | html += '</div><div class="box">'; |
| | | html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i19.png);">'; |
| | | html += '<div class="h3">' + (item.depotId == null ? "" : item.depotId) + '</div>'; |
| | | html += '<div class="h3">' + (item.depotName == null ? "" : item.depotName) + '</div>'; |
| | | html += '<div class="bot">目标仓库</div></div></div>'; |
| | | html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i20.png);">'; |
| | | html += '<div class="h3">' + (item.foodVariety == null ? "" : item.foodVariety) + '</div>'; |
| | | html += '<div class="h3">' + (item.foodVarietyName == null ? "" : item.foodVarietyName) + '</div>'; |
| | | html += '<div class="bot">粮食品种</div></div></div>'; |
| | | html += '<div class="item"><div class="conbox" style="background-image: url(images/icons/g-i21.png);">'; |
| | | html += '<div class="h3">' + (item.foodLevel == null ? "" : item.foodLevel) + '</div>'; |
| | | html += '<div class="h3">' + (item.foodLevelName == null ? "" : item.foodLevelName) + '</div>'; |
| | | html += '<div class="bot">粮食等级</div></div></div>'; |
| | | html += '</div></div></li>'; |
| | | }) |