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
b5aa7b10
Commit
b5aa7b10
authored
Mar 18, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3
parent
541df6fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
refundList.js
public/resource/js/refundList.js
+16
-16
No files found.
public/resource/js/refundList.js
View file @
b5aa7b10
...
@@ -536,26 +536,26 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
...
@@ -536,26 +536,26 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
//退款 审核
//退款 审核
exportExcel
:
function
()
{
exportExcel
:
function
()
{
var
commite_time_start
=
$
(
'#comit_time_start'
).
val
();
var
start_time
=
$
(
'#comit_time_start'
).
val
();
var
commite_time_end
=
$
(
'#comit_time_end'
).
val
();
var
end_time
=
$
(
'#comit_time_end'
).
val
();
var
in
to_time_start
=
$
(
'#into_time_start'
).
val
();
var
in
come_start_time
=
$
(
'#into_time_start'
).
val
();
var
in
to_time_end
=
$
(
'#into_time_end'
).
val
();
var
in
come_end_time
=
$
(
'#into_time_end'
).
val
();
var
changed_
type
=
$
(
'#changed_type'
).
val
();
var
type
=
$
(
'#changed_type'
).
val
();
var
changed
_id
=
$
(
'#changed_id'
).
val
();
var
order
_id
=
$
(
'#changed_id'
).
val
();
var
back_id_money
=
$
(
'#back_id_money'
).
val
();
var
id
=
$
(
'#back_id_money'
).
val
();
var
shoped
_id
=
$
(
'#shoped_id'
).
val
();
var
house
_id
=
$
(
'#shoped_id'
).
val
();
var
shoped_addr
=
$
(
'#shoped_addr'
).
val
();
var
address
=
$
(
'#shoped_addr'
).
val
();
var
commit_home
=
$
(
'#commit_home'
).
val
();
var
district_id
=
$
(
'#commit_home'
).
val
();
var
commit_shop
=
$
(
'#commit_shop'
).
val
();
var
store_id
=
$
(
'#commit_shop'
).
val
();
var
comit_name
=
refund
.
agent_id_phone
;
var
agent_id
=
refund
.
agent_id_phone
;
var
comit_
phone
=
$
(
'#comit_phone'
).
val
();
var
phone
=
$
(
'#comit_phone'
).
val
();
var
choose_type
=
$
(
'.btn-group'
).
find
(
'.btn-info'
).
html
();
var
choose_type
=
$
(
'.btn-group'
).
find
(
'.btn-info'
).
html
();
var
is_sel
t
=
$
(
'#is_type'
).
val
();
var
is_sel
f
=
$
(
'#is_type'
).
val
();
var
get
_id
=
$
(
'#get_id'
).
val
();
var
pay_log
_id
=
$
(
'#get_id'
).
val
();
var
status
=
refund
.
check_status
;
var
status
=
refund
.
check_status
;
var
_url
=
'/index/refundListExcel'
+
'?'
;
var
_url
=
'/index/refundListExcel'
+
'?'
;
window
.
open
(
_url
+
'
commite_time_start='
+
commite_time_start
+
'&commite_time_end='
+
commite_time_end
+
'&into_time_start='
+
into_time_start
+
'&into_time_end='
+
into_time_end
+
'&changed_type='
+
changed_type
+
'&changed_id='
+
changed_id
+
'&back_id_money='
+
back_id_money
+
'&shoped_id='
+
shoped_id
+
'&shoped_addr='
+
shoped_addr
+
'&commit_home='
+
commit_home
+
'&commit_shop='
+
commit_shop
+
'&comit_name='
+
comit_name
+
'&comit_phone='
+
comit_phone
+
'&choose_type='
+
choose_type
+
'&is_selt='
+
is_selt
+
'&get_id='
+
get
_id
+
'&status='
+
status
);
window
.
open
(
_url
+
'
start_time='
+
start_time
+
'&end_time='
+
end_time
+
'&income_start_time='
+
income_start_time
+
'&income_end_time='
+
income_end_time
+
'&type='
+
type
+
'&order_id='
+
order_id
+
'&id='
+
id
+
'&house_id='
+
house_id
+
'&address='
+
address
+
'&district_id='
+
district_id
+
'&store_id='
+
store_id
+
'&agent_id='
+
agent_id
+
'&phone='
+
phone
+
'&choose_type='
+
choose_type
+
'&is_self='
+
is_self
+
'&pay_log_id='
+
pay_log
_id
+
'&status='
+
status
);
},
},
/**
/**
* 获取查询参数
* 获取查询参数
...
...
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