|
@ -4,16 +4,21 @@
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<%@ include file="../../head/page_head.jsp" %>
|
|
|
<title>数据范围管理</title>
|
|
|
<title>幸运名单</title>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="div_wrapper">
|
|
|
<!-- 检索条件 -->
|
|
|
<div class="m-retrieve-area f-h50 f-dn f-pr m-form-inline" data-role-form style='display: block;'>
|
|
|
<div class="m-form-group f-mt10">
|
|
|
<div class="m-form-control f-ml15">
|
|
|
<%--<div class="m-form-control f-ml15">
|
|
|
<input type="text" id="inp_type" placeholder="请选择奖品类型" class="f-ml10" data-attr-scan="type"/>
|
|
|
</div>
|
|
|
</div>--%>
|
|
|
<div class="m-form-control f-ml15">
|
|
|
<select id="inp_type" data-attr-scan="type">
|
|
|
<option value=1>电影票</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="m-form-control f-ml15">
|
|
|
<input type="text" id="inp_name" placeholder="请输入姓名" class="f-ml10" data-attr-scan="name"/>
|
|
|
</div>
|