|
@@ -40,6 +40,12 @@
|
|
|
$("#searchForm").submit();
|
|
|
return false;
|
|
|
}
|
|
|
+ $(function () {
|
|
|
+ $('#export').click(function () {
|
|
|
+ var formData = $('#searchForm').serialize();
|
|
|
+ window.location.href = "${ctx}/order/cmRefundShop/export?" + formData;
|
|
|
+ });
|
|
|
+ })
|
|
|
</script>
|
|
|
</head>
|
|
|
<body>
|
|
@@ -82,7 +88,8 @@
|
|
|
<form:options items="${cmUserOrganizeList}" itemLabel="organizeName" itemValue="id"
|
|
|
htmlEscape="false"/>
|
|
|
</form:select>
|
|
|
- <input id="btnSubmit" class="btn btn-primary" type="submit" value="查询" style="width:120px;margin-left:730px;"/>
|
|
|
+ <input id="btnSubmit" class="btn btn-primary" type="submit" value=" 查询 " style="padding-left:50px;padding-right:50px;margin:0 20px;"/>
|
|
|
+ <input id="export" class="btn btn-primary" value="导出筛选结果"/>
|
|
|
<div class="clearfix"></div>
|
|
|
</div>
|
|
|
</div>
|