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
75828316
Commit
75828316
authored
Jun 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退款审核
parent
f963c27a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
refundListOffice.js
public/resource/js/refundListOffice.js
+6
-6
No files found.
public/resource/js/refundListOffice.js
View file @
75828316
...
...
@@ -91,7 +91,7 @@ define(['doT', 'text!temp/refund_office_template_tpl.html', 'css!style/home.css'
var
house_id
=
e
.
target
.
dataset
.
id
;
e
.
preventDefault
();
e
.
stopPropagation
();
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
house_id
);
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
house_id
+
'&type=2'
);
});
//操作----收款详情
$
(
document
).
on
(
'click'
,
'.add-pic'
,
function
(
e
){
...
...
@@ -257,7 +257,7 @@ define(['doT', 'text!temp/refund_office_template_tpl.html', 'css!style/home.css'
'remark'
:
remark
,
'img_arr'
:
pic
}
$
.
post
(
'/index/checkRefund'
,
params
,
function
(
data
){
$
.
post
(
'/
office_
index/checkRefund'
,
params
,
function
(
data
){
if
(
data
.
code
==
200
)
{
$
(
'.modal'
).
modal
(
"hide"
);
refund
.
getList
(
that
.
pageNo
);
...
...
@@ -275,7 +275,7 @@ define(['doT', 'text!temp/refund_office_template_tpl.html', 'css!style/home.css'
var
params
=
{
'refund_id'
:
id
};
$
.
get
(
'/index/refundDetail'
,
params
,
function
(
data
){
$
.
get
(
'/
office_
index/refundDetail'
,
params
,
function
(
data
){
if
(
data
.
code
==
200
)
{
console
.
log
(
data
);
var
money
=
data
.
data
.
refund_money
;
...
...
@@ -408,7 +408,7 @@ define(['doT', 'text!temp/refund_office_template_tpl.html', 'css!style/home.css'
//删除退款
deleteRefund
:
function
(
id
)
{
$
.
ajax
({
url
:
'/index/delRefund'
,
url
:
'/
office_
index/delRefund'
,
type
:
'POST'
,
async
:
true
,
data
:
{
...
...
@@ -532,7 +532,7 @@ define(['doT', 'text!temp/refund_office_template_tpl.html', 'css!style/home.css'
var
params
=
that
.
buildSearchParams
(
0
);
params
.
pageNo
=
that
.
pageNo
;
params
.
pageSize
=
that
.
pageSize
;
$
.
get
(
'/index/refundList'
,
params
,
function
(
data
){
$
.
get
(
'/
office_
index/refundList'
,
params
,
function
(
data
){
if
(
typeof
data
===
'object'
)
{
if
(
data
.
code
==
200
)
{
that
.
listData
=
data
.
data
.
list
;
...
...
@@ -600,7 +600,7 @@ define(['doT', 'text!temp/refund_office_template_tpl.html', 'css!style/home.css'
// var status = refund.check_status;
var
_url
=
'/index/refundListExcel?'
;
var
_url
=
'/
office_
index/refundListExcel?'
;
// 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);
window
.
open
(
_url
+
refund
.
buildSearchParams
(
1
));
},
...
...
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