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
3255c240
Commit
3255c240
authored
Dec 11, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commite
parent
e09f35d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
receivables.js
public/resource/js/receivables.js
+5
-7
No files found.
public/resource/js/receivables.js
View file @
3255c240
...
@@ -17,11 +17,13 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -17,11 +17,13 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
event
:
function
()
{
event
:
function
()
{
var
that
=
receiv
;
var
that
=
receiv
;
var
_doc
=
$
(
document
);
var
_doc
=
$
(
document
);
//操作----时间轴
//操作----时间轴
$
(
document
).
on
(
'click'
,
'.timeline'
,
function
(
e
){
$
(
document
).
on
(
'click'
,
'.timeline'
,
function
(
e
){
var
id
=
e
.
target
.
dataset
.
id
;
var
house_id
=
e
.
target
.
dataset
.
id
;;
that
.
getTimmerLine
(
id
);
e
.
preventDefault
();
console
.
log
(
id
)
e
.
stopPropagation
();
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
house_id
);
});
});
//操作----收款详情
//操作----收款详情
$
(
document
).
on
(
'click'
,
'.add-pic'
,
function
(
e
){
$
(
document
).
on
(
'click'
,
'.add-pic'
,
function
(
e
){
...
@@ -52,10 +54,6 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -52,10 +54,6 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
//导出报表
//导出报表
$
(
document
).
on
(
'click'
,
'#export'
,
function
(
e
){
$
(
document
).
on
(
'click'
,
'#export'
,
function
(
e
){
that
.
exportExcel
();
that
.
exportExcel
();
});
//时间轴
$
(
"#modal-time"
).
on
(
"shown.bs.modal"
,
function
(
event
){
});
});
//收款详情
//收款详情
$
(
"#modal-addPic"
).
on
(
"shown.bs.modal"
,
function
(
event
){
$
(
"#modal-addPic"
).
on
(
"shown.bs.modal"
,
function
(
event
){
...
...
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