liujie
6 天以前 e900ccb94046eabeff772f51c9492c3d8cfa2941
cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html
@@ -83,6 +83,20 @@
                        <input class="col-sm-1" style="width: 35%" id="experienceName" name="name"
                               autocomplete="off" placeholder="请输入体验券名称">
                    </div>
                    <div class="form-group" style="display: flex" >
                        <input class="col-sm-1" name="prescription" type="radio" value="4"
                               onclick="radio4()"
                               style="margin-left: 24.7%;">
                        <label class="col-sm-1 control-label" style="margin-left: -1%;width: 14%;margin-top: -5px">抵扣券: </label>
                            <div class="col-sm-9">
                                <select style="width: 300px" class="form-control" id="goods" name="pCode" >
                                    <option value="">请选择商品</option>
                                    @for(obj in goods){
                                    <option style="width: 35%" value="${obj.id}">${obj.name}</option>
                                    @}
                                </select>
                            </div>
                    </div>
                    
                </div>
            </div>