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
6d17a723
Commit
6d17a723
authored
Feb 19, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6
parent
17780889
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
waitBackout.js
public/resource/js/waitBackout.js
+1
-2
No files found.
public/resource/js/waitBackout.js
View file @
6d17a723
...
@@ -57,7 +57,7 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'text!temp/reportList
...
@@ -57,7 +57,7 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'text!temp/reportList
//时间轴按钮
//时间轴按钮
_doc
.
on
(
"click"
,
".timeline"
,
function
()
{
_doc
.
on
(
"click"
,
".timeline"
,
function
()
{
bargain
.
Timeline
();
//
bargain.Timeline();
});
});
//撤销成交报告 按钮 获取成交报告id
//撤销成交报告 按钮 获取成交报告id
_doc
.
on
(
"click"
,
".backNormal"
,
function
()
{
_doc
.
on
(
"click"
,
".backNormal"
,
function
()
{
...
@@ -93,7 +93,6 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'text!temp/reportList
...
@@ -93,7 +93,6 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'text!temp/reportList
e
.
stopPropagation
();
e
.
stopPropagation
();
var
_this
=
$
(
this
);
var
_this
=
$
(
this
);
var
_id
=
_this
.
closest
(
'tr'
).
data
(
'orderid'
);
var
_id
=
_this
.
closest
(
'tr'
).
data
(
'orderid'
);
console
.
log
(
_id
);
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
_id
);
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
_id
);
});
});
...
...
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