Pu Zhibing
2025-04-22 7feb722a12e26f5572c7df9ccc1ce8c1e26b9f94
ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/sysCouponRecord/sysCouponRecord_add.html
@@ -27,6 +27,48 @@
                            <input class="form-control" id="fullMoney" name="fullMoney" >
                        </div>
                    </div>
                  <div class="form-group">
                     <label class="col-sm-3 control-label">适用城市:</label>
                     <div class="col-sm-2">
                        <select class="form-control" id="province" onchange="SysCouponRecordInfoDlg.provinceChange(this)">
                           <option value="">选择省</option>
                           @for(obj in provinceList){
                           <option value="${obj.code}">${obj.name}</option>
                           @}
                        </select>
                     </div>
                     <div class="col-sm-2">
                        <select class="form-control" id="city" onchange="SysCouponRecordInfoDlg.cityChage(this)">
                           <option value="">选择市</option>
                        </select>
                     </div>
                     <div class="col-sm-2">
                        <select class="form-control" id="area">
                           <option value="">选择区</option>
                        </select>
                     </div>
                     <div class="col-sm-1">
                        <#button btnCss="info" name="添加" id="ensure" icon="fa-check" clickFun="SysCouponRecordInfoDlg.addScope()"/>
                     </div>
                  </div>
                  <div class="form-group">
                     <label class="col-sm-3 control-label"></label>
                     <div class="col-sm-9">
                        <div style="height: 200px; border: 1px solid #e5e6e7;overflow-y: auto;">
                           <table class="table table-striped table-bordered table-hover table-condensed">
                              <thead>
                              <tr>
                                 <th style="width: 300px;">城市</th>
                                 <th style="width: 200px;">操作</th>
                              </tr>
                              </thead>
                              <tbody id="conn">
                              </tbody>
                           </table>
                        </div>
                     </div>
                  </div>
                </div>
            </div>