czt
2025-05-23 cc9d69e980b73aae333ab72d370aff82594afbf4
igds-dzhwk-web/src/main/resources/templates/dzhwk/grain.html
@@ -10,6 +10,13 @@
    <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="">
@@ -30,8 +37,10 @@
            <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>
@@ -105,9 +114,21 @@
        </div>
    </div>
</div>
<script th:src="@{/ajax/libs/layui/layui.js}"></script>
<script th:src="@{/js/jquery.min.js}"></script>
<script th:src="@{/dzhwk/common.js}"></script>
<script th:inline="javascript">
    var flag = [[${flag}]];
    var layer;
    $(function () {
        layui.use(['layer'], function () {
            layer = layui.layer;
        });
    });
    //监听操作
    document.addEventListener('mousemove', resetTimeout);  //鼠标移动
    document.addEventListener('click', resetTimeout);      //鼠标点击
    document.addEventListener('touchstart', resetTimeout); //触屏
    timeFormate();
    setInterval(function () {