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
666bcde4
Commit
666bcde4
authored
Jun 27, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
017be333
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
realtimePerformanceOffice.js
public/resource/js/realtimePerformanceOffice.js
+3
-3
No files found.
public/resource/js/realtimePerformanceOffice.js
View file @
666bcde4
...
...
@@ -77,7 +77,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
e
.
preventDefault
();
e
.
stopPropagation
();
var
_id
=
realtime
.
detail_shop_id
;
$
(
'.iframe-shop-detail'
).
attr
(
'src'
,
'/app_broker/
shop
_detail_pc?shop_id='
+
_id
);
//记得修改修改
$
(
'.iframe-shop-detail'
).
attr
(
'src'
,
'/app_broker/
office
_detail_pc?shop_id='
+
_id
);
//记得修改修改
$
(
'.detail-modal-header-tab-liu>a:nth-of-type(1)'
).
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
$
(
'.detail-modal-body-sec-liu:nth-of-type(1)'
).
show
().
siblings
().
hide
();
});
...
...
@@ -90,7 +90,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
realtime
.
detailTabIndexLiu
=
_this
.
index
();
$
(
'.detail-modal-body-sec-liu:nth-of-type('
+
(
realtime
.
detailTabIndexLiu
+
1
)
+
')'
).
show
().
siblings
().
hide
();
if
(
realtime
.
detailTabIndexLiu
==
0
){
$
(
'.iframe-shop-detail'
).
attr
(
'src'
,
'/app_broker/
shop
_detail_pc?shop_id='
+
realtime
.
detail_shop_id
);
$
(
'.iframe-shop-detail'
).
attr
(
'src'
,
'/app_broker/
office
_detail_pc?shop_id='
+
realtime
.
detail_shop_id
);
}
else
if
(
realtime
.
detailTabIndexLiu
==
1
){
realtime
.
getFollowupList
();
}
...
...
@@ -353,7 +353,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
var
_this
=
$
(
this
);
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
_office
?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