| | |
| | | </div> |
| | | <script th:src="@{/ajax/libs/layui/layui.js}"></script> |
| | | <script th:src="@{/js/jquery.min.js}"></script> |
| | | <script th:src="@{/ruoyi/js/ry-ui.js?v=4.7.8}"></script> |
| | | <script th:src="@{/ruoyi/js/common.js?v=4.7.8}"></script> |
| | | <script th:inline="javascript"> |
| | | //料位列表 |
| | | var listDepot = [[${listDepot}]]; |
| | |
| | | html += '<li><div class="con"><div class="box"><div class="top"><div class="ll">'; |
| | | html += '<div class="num">' + (depot.name == null ? "" : depot.name) + '</div>'; |
| | | html += '<div class="tit">' + (depot.foodVarietyName == null ? "--" : depot.foodVarietyName) + '</div></div>'; |
| | | html += '<a href="../../basic/grain/view-check3?depotId=' + depot.id + '" class="more">详情 ></a></div>'; |
| | | html += '<a onclick="toPage()" href="javaScript:;" class="more">详情 ></a></div>'; |
| | | html += '<div class="picbox"><div class="pic"><img src="/img/web/grain/height-all.png" alt=""></div>'; |
| | | html += '<div class="heat"><div class="line">'; |
| | | html += '<div class="sline" style="height: ' + (item.heightPer == null ? "--" : item.heightPer) + '%;">'; |
| | |
| | | } |
| | | return fmt; |
| | | } |
| | | |
| | | |
| | | /* 用户管理-重置密码 */ |
| | | function toPage() { |
| | | var url = '/com.fzzy.igds.QuantityData.d'; |
| | | $.modal.openTab("数量检测报表", url); |
| | | } |
| | | </script> |
| | | </body> |
| | | |