cloud-server-management/src/main/webapp/WEB-INF/view/system/tDiscount/coursePackageDiscount.html
@@ -13,7 +13,7 @@ <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> <span>${type}</span> </div> </div> </div> @@ -71,9 +71,13 @@ <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> cloud-server-management/src/main/webapp/WEB-INF/view/system/tDiscountAudit/coursePackageDiscount.html
@@ -12,7 +12,7 @@ <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> <span>${type}</span> </div> </div> </div> @@ -42,9 +42,11 @@ <div class="col-sm-10"> <div class="col-sm-2"> </div> @if(type2 == 3){ <div class="col-sm-6" id="classHours" style="margin-top: 6px;"> </div> @} </div> </div> <div class="form-group"> @@ -71,9 +73,13 @@ <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(type2!=2){ <input type="checkbox" name="type" value="2"> 续课优惠 @} <input type="checkbox" name="type" value="3"> 限时折扣 @if(type2!=2){ <input type="checkbox" name="type" value="4"> 赠送课时 @} </div> </div> </div>