| | |
| | | </div> |
| | | </div> |
| | | <div class="initialLevel col-sm-6 control-label form-group" > |
| | | <div class="initialLevel col-sm-2 control-label form-group" > |
| | | <div class="initialLevel col-sm-3 control-label form-group" > |
| | | <label class="control-label" >最多可参与人数:</label> |
| | | </div> |
| | | <div class="initialLevel col-sm-4 control-label form-group" > |
| | | <input id="participateCount" name="participateCount" value="${item.participateCount}" type="number" max="1000000" min="1" class="form-control" style="height: 30px;width: 300px" placeholder="请输入最多可参与人数" required="required"> |
| | | <input id="participateCount" name="participateCount" value="${item.participateCount}" type="number" max="1000000" min="1" class="form-control" style="height: 30px;width: 300px" placeholder="请输入最多可参与人数" > |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <th style="width: 300px;">添加时间</th> |
| | | <th style="width: 300px;">优惠券类型</th> |
| | | <th style="width: 300px;">优惠金额</th> |
| | | <th style="width: 300px;">有效期</th> |
| | | <!-- <th style="width: 300px;">有效期</th>--> |
| | | <th style="width: 300px;">领取人数</th> |
| | | <th style="width: 300px;">操作</th> |
| | | </tr> |
| | |
| | | @for(obj in siteList){ |
| | | <tr class="siteClass"> |
| | | <td><input type="hidden" name="id" value="${obj.id}"> |
| | | <input type="hidden" id="insertTime" name="insertTime" value="${obj.insertTime}">${obj.insertTime}</td> |
| | | <input type="hidden" id="insertTime" name="insertTime" value="${insertTime}">${insertTime}</td> |
| | | @if(obj.couponUseType == 0){ |
| | | <td><input type="hidden" id="couponUseType" name="couponUseType" value="0">通用券</td> |
| | | @}else if(obj.couponUseType == 1){ |
| | |
| | | @}else if(obj.couponUseType == 2){ |
| | | <td><input type="hidden" id="couponUseType" name="couponUseType" value="2">出租券</td> |
| | | @}else if(obj.couponUseType == 3){ |
| | | <td><input type="hidden" id="couponUseType" name="couponUseType" value="3">直通车出行券</td> |
| | | <td><input type="hidden" id="couponUseType" name="couponUseType" value="3">跨城出行券</td> |
| | | @}else{ |
| | | <td><input type="hidden" id="couponUseType" name="couponUseType" value="7">接送机出行券</td> |
| | | @} |
| | | <td><input type="hidden" id="money" name="money" value="${obj.money}">${obj.money}</td> |
| | | <td><input type="hidden" id="effective" name="effective" value="${obj.effective}">${obj.effective}天</td> |
| | | <td><input type="hidden" id="receive" name="receive">-</td> |
| | | <!-- <td><input type="hidden" id="effective" name="effective" value="${obj.effective}">${obj.effective}天</td>--> |
| | | <td><input type="hidden" id="receive" name="receive" value="${obj.receive}">${obj.receive}</td> |
| | | <td><button onclick="deleteSub(this)">移除</button></td></td> |
| | | </tr> |
| | | @} |
| | |
| | | <div class="initialLevel col-sm-12 control-label form-group" > |
| | | <div class="initialLevel col-sm-6 control-label form-group" > |
| | | <div class="initialLevel col-sm-2 control-label form-group" > |
| | | <label class="control-label" >优惠卷有效期:</label> |
| | | </div> |
| | | <div class="initialLevel col-sm-4 control-label form-group" > |
| | | <input id="effective11" name="effective11" value="${item.effective}" type="number" maxlength="11" style="height: 30px;width: 300px" class="form-control" required="required"> |
| | | </div> |
| | | <div class="initialLevel col-sm-2 control-label form-group" > |
| | | <label class="control-label" >天</label> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="initialLevel col-sm-6 control-label form-group" > |
| | | <div class="initialLevel col-sm-2 control-label form-group" > |
| | | <label class="control-label" >每个人发放:</label> |
| | | </div> |
| | | <div class="initialLevel col-sm-4 control-label form-group" > |