<!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>
|