4
hao
2025-04-16 c5fb1fbcbb2bf4d511773d348f9ef625855c61fc
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
42
43
44
<!DOCTYPE html>
<html  xmlns:th="http://www.thymeleaf.org"
       xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head th:include="layout :: htmlhead" th:with="title='应急处置管理'">
<style th:inline="text">
.layui-table, .layui-table-view{
margin:0px;
}
</style>
 
</head>
 
<body class="layui-layout-body" style="font:12px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;">
<div class="layui-layout layui-layout-admin">
 <form id="userSearch" class="layui-form layui-form-pane" method="post" action="" style="margin-top: 5px;">
                        <div class="layui-form-item" style="margin-bottom: 0px">
                            <div class="layui-inline">
                                <label class="layui-form-label" style="width:150px;">电芯条码/批次:</label>
                                <div class="layui-input-inline">
                                    <input id="keyword" name="keyword" autocomplete="off" class="layui-input" type="text"/>
                                </div>
                                <!-- <div class="layui-input-inline">
                                  <input type="radio" name="ptype" value="HC" title="化成" checked="">
                                  <input type="radio" name="ptype" value="FR" title="分容">
                                </div> -->
                                <input id="ptype" name="ptype"  type="hidden"/>
                                <!--按钮-->
                                <button type="reset" class="layui-btn layui-btn-primary" title="重置">
                                    <i class="layui-icon">&#xe669;</i>
                                </button>
                                <button class="layui-btn"  lay-submit="" data-url="drill" lay-filter="doSearch" title="查询">
                                    <i class="layui-icon">&#xe615;</i>
                                </button>
                            </div>
                        </div>
                    </form>
                   
    <table id="unitList" lay-filter="unitTable" style="margin:0px;"></table>
 
 
    <script src="/js/report/hcfr.js" th:src="@{/js/report/hcfr.js}"></script>
</div>
</body>
</html>