CZT
2023-09-06 71c4fa1e27f75ae4b765c95c67a3069c84dc72ba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="zh-cn" xmlns:th=http://www.thymeleaf.org>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta name="viewport"
          content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="renderer" content="webkit">
    <title>智慧仓库管理系统 - 智能预警</title>
    <link rel="stylesheet" th:href="@{../../static/plugins/layui/css/layui.css}">
    <link rel="stylesheet" th:href="@{../../static/admin/grain/welcome.css}">
</head>
 
<body>
<div class="i-container ">
    <div class="i-bodyBg">
        <img th:src="@{../../static/images/wel-body_03.png}"/>
    </div>
    <div class="wel-main">
        <h2 class="wel-tit">
 
        </h2>
        <div class="wel-nav">
            <div class="wel-item wel-item3">
                    <span class="wel-item-img"><img
                            th:src="@{../../static/images/zhgl-jh.png}" /></span> <a
                    href="javascript:;" onclick="open1()">
                <p>警告记录</p>
            </a>
            </div>
        </div>
    </div>
    <!--wel-main end-->
</div>
<script type="text/javascript">
    function open1() {
        window.parent.openTab("com.ld.igds.warn.view.Warn.d", "警告记录", "warn");
    }
</script>
</body>
</html>