Blame view

src/main/resources/templates/config/material/print.html 1.66 KB
wangyanxiong authored
1
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns:th="http://www.thymeleaf.org">
wangyanxiong authored
4
5
6
7
8
9
10
11
12
13
14
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <head th:include="include :: header"></head>
    <title>物料明细</title>
    <!--<link href="css/bootstrap.min.css" rel="stylesheet" />-->
    <!--<link href="css/font-awesome.min.css" rel="stylesheet" />-->
    <!--&lt;!&ndash;[if IE]>-->
    <!--<link href="css/font-awesome-ie7.min.css" rel="stylesheet" />-->
    <!--<![endif]&ndash;&gt;-->

    <style type="text/css">
15
16
17
18
19
        /* 设置背景颜色 字体印刷不清晰
        * {
             color: #000000!important;
             -webkit-tap-highlight-color: #000000!important;
         }*/
wangyanxiong authored
20
21
22
        .table-bordered td, .table-bordered th {
            border: 1px solid #000 !important;
        }
23
24
25


        .table tbody tr td {
wangyanxiong authored
26
27
28
29
30
31
32
33
34
            padding: 3px;
            text-align: center;
        }
    </style>
</head>

<body id="ddd">
<div class="container" style=" width:320px;/*height:228px;*/color: #333">
    <div class="row">
35
        <p><span th:text="${result.msg}"></span></p>
wangyanxiong authored
36
37
38
39
40
41
    </div>
</div>
<div th:include="include :: footer"></div>
<!--<script type="text/javascript" src="../../../js/jquery-1.4.4.min.js"></script>-->
<!--<script type="text/javascript" src="../../../js/jquery.jqprint-0.3.js"></script>-->
<script type="text/javascript" src="../../../js/qrcode/qrcode.min.js"></script>
42
43
44
45
<script th:inline="javascript">
    const msg = /*[[${result.msg}]]*/ "helloword";
    console.log(msg);
</script>
wangyanxiong authored
46
47
48
49
50
51
52
53
54
55
56
57
<script type="text/javascript">
</script>
</body>
</html>