| | |
| | | <div class="form-horizontal"> |
| | | <div class="row"> |
| | | <input type="hidden" id="id" value="${item.id}"> |
| | | <input type="hidden" id="role" value="${role}"> |
| | | <input type="hidden" id="type" value="${type}"> |
| | | <input type="hidden" id="coursePackagePaymentConfig" value='${coursePackagePaymentConfig}'> |
| | | @if(role==2){ |
| | | <div class="form-group"> |
| | | <div class="col-sm-2"></div> |
| | | <div class="col-sm-10"> |
| | | <label class="col-sm-2 control-label">审核状态:</label> |
| | | <div class="col-sm-4" style="margin-top: 6px;"> |
| | | <span>审核状态:${type}</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | @if(type==3){ |
| | | <div class="form-group"> |
| | | <div class="col-sm-2"></div> |
| | | <div class="col-sm-10"> |
| | | <label class="col-sm-2 control-label">拒绝理由:</label> |
| | | <div class="col-sm-4" style="margin-top: 6px;"> |
| | | <span>拒绝理由:</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | @} |
| | | @} |
| | | <div class="form-group"> |
| | | <div class="col-sm-2"></div> |
| | | <div class="col-sm-10"> |
| | |
| | | <label class="col-sm-2 control-label">*折扣类型:</label> |
| | | <div class="col-sm-6" id="types" style="margin-top: 6px;"> |
| | | <input type="checkbox" name="type" value="1"> 会员折扣 |
| | | @if(type!=2){ |
| | | <input type="checkbox" name="type" value="2"> 续课优惠 |
| | | @} |
| | | <input type="checkbox" name="type" value="3"> 限时折扣 |
| | | @if(type!=2){ |
| | | <input type="checkbox" name="type" value="4"> 赠送课时 |
| | | @} |
| | | </div> |
| | | </div> |
| | | </div> |