| | |
| | | <title>电子货位卡系统-仓储保管作业</title> |
| | | |
| | | <link rel="stylesheet" th:href="@{/dzhwk/style.css}"/> |
| | | <style> |
| | | .m-pic1 .pic iframe{ |
| | | display: block; |
| | | width: 100%; |
| | | height: 853px; |
| | | } |
| | | </style> |
| | | </head> |
| | | |
| | | <body class=""> |
| | |
| | | <div class="m-safeguardl"> |
| | | <div class="col-l g-boxl1"> |
| | | <div class="m-picl"> |
| | | |
| | | <div class="pic"> |
| | | <img th:src="@{/img/dzhwk/imgl1.jpg}" alt=""> |
| | | <!-- <img th:src="@{/img/dzhwk/imgl1.jpg}" alt="">--> |
| | | <iframe src="../dzhwk/grain-check1" style="width: 100%;height: 853px;display: block;" frameborder="0" allowfullscreen></iframe> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <script th:src="@{/js/jquery.min.js}"></script> |
| | | <script th:src="@{/dzhwk/common.js}"></script> |
| | | <script th:inline="javascript"> |
| | | var flag = [[${flag}]]; |
| | | |
| | | //监听操作 |
| | | document.addEventListener('mousemove', resetTimeout); //鼠标移动 |
| | | document.addEventListener('click', resetTimeout); //鼠标点击 |
| | | document.addEventListener('touchstart', resetTimeout); //触屏 |
| | | |
| | | timeFormate(); |
| | | setInterval(function () { |