Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/IgoTravel into 2.0
| | |
| | | </div> |
| | | </div> |
| | | <div class="col-sm-12"> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">有效天数</label> |
| | | <div class="col-sm-5"> |
| | | <input id="effective" style="width: 170px;height: 35px;"> 天 |
| | | </div> |
| | | </div> |
| | | <!-- <div class="form-group">--> |
| | | <!-- <label class="col-sm-2 control-label">有效天数</label>--> |
| | | <!-- <div class="col-sm-5">--> |
| | | <!-- <input id="effective" style="width: 170px;height: 35px;"> 天--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | return; |
| | | } |
| | | } |
| | | if (!/^[1-9]\d*$/.test($("#effective").val())) { |
| | | Feng.error("请输入正确天数!"); |
| | | return; |
| | | } |
| | | // if (!/^[1-9]\d*$/.test($("#effective").val())) { |
| | | // Feng.error("请输入正确天数!"); |
| | | // return; |
| | | // } |
| | | //提交信息 |
| | | var ajax = new $ax(Feng.ctxPath + "/sysRedPacketRecord/add", function(data){ |
| | | Feng.success("添加成功!"); |