#
luxiaotao1123
2021-05-21 8b0764c6bc0f232d0ffce04644f3f65201890dac
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title></title>
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body style="text-align: center;padding-top: 20px">
 
<form>
    <select class="cool-auto-complete-window-select" id="matStatusChoose" lay-filter="matStatusChoose" style="width: 250px; height: 30px">
        <option value="1">良品</option>
        <option value="2">不良品</option>
    </select>
 
</form>
 
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
 
</body>
<script>
</script>
</html>