Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
27ff12b9
Commit
27ff12b9
authored
Mar 12, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出
parent
57be50d3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
refundList.html
application/index/view/finance/refundList.html
+1
-0
refundList.js
public/resource/js/refundList.js
+1
-1
No files found.
application/index/view/finance/refundList.html
View file @
27ff12b9
...
@@ -357,6 +357,7 @@
...
@@ -357,6 +357,7 @@
</select>
</select>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
style=
"float:left"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
style=
"float:left"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
style=
"float:left"
>
重置
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
style=
"float:left"
>
重置
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"export"
>
导出报表
</span>
<!--<span class="btn btn-info btn3 ld-Marheight" id="export" style="float:left">导出excel</span>-->
<!--<span class="btn btn-info btn3 ld-Marheight" id="export" style="float:left">导出excel</span>-->
<!--<span class="btn btn-info btn3 ld-Marheight" id="count" style="float:left">统计</span>-->
<!--<span class="btn btn-info btn3 ld-Marheight" id="count" style="float:left">统计</span>-->
<!--<span class="money_total_two ld-Marheight " style="float:left">退意向金:</span><span style="float:left" id="back_yixiang" class="money_total_two_shifu fore-span ld-Marheight">0元</span>-->
<!--<span class="money_total_two ld-Marheight " style="float:left">退意向金:</span><span style="float:left" id="back_yixiang" class="money_total_two_shifu fore-span ld-Marheight">0元</span>-->
...
...
public/resource/js/refundList.js
View file @
27ff12b9
...
@@ -539,7 +539,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
...
@@ -539,7 +539,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
exportExcel
:
function
(){
exportExcel
:
function
(){
var
that
=
refund
;
var
that
=
refund
;
var
params
=
that
.
buildSearchParams
();
var
params
=
that
.
buildSearchParams
();
$
.
post
(
''
,
params
,
function
(
data
){
$
.
post
(
'
/index/refundListExcel
'
,
params
,
function
(
data
){
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
}
else
{
}
else
{
alert
(
data
.
msg
);
alert
(
data
.
msg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment