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
b72bd172
Commit
b72bd172
authored
Jun 22, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评价修改
parent
748ffb7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
1 deletion
+28
-1
evaluation_list.html
application/index/view/evaluation/evaluation_list.html
+19
-1
evaluationList.js
public/resource/js/evaluationList.js
+8
-0
evaluation_list_template_tpl.html
public/resource/template/evaluation_list_template_tpl.html
+1
-0
No files found.
application/index/view/evaluation/evaluation_list.html
View file @
b72bd172
...
...
@@ -102,7 +102,7 @@
</div>
</div>
</div>
<!--
时间轴
-->
<!--
删除
-->
<div
class=
"modal fade"
id=
"modal-time"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
...
...
@@ -120,6 +120,24 @@
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
<!--时间轴-->
<div
class=
"modal fade"
id=
"modal-time2"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h4
class=
"modal-title"
>
时间轴
</h4>
</div>
<div
class=
"modal-body"
class=
"iframe-div-parent"
>
<iframe
class=
"iframe-time-line"
></iframe>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
...
...
public/resource/js/evaluationList.js
View file @
b72bd172
...
...
@@ -39,6 +39,14 @@ define(['doT', 'text!temp/evaluation_list_template_tpl.html', 'css!style/home.cs
};
});
});
//时间轴
_doc
.
on
(
'click'
,
'a[href="#modal-time2"]'
,
function
(
e
){
follow
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
e
.
preventDefault
();
e
.
stopPropagation
();
// console.log('follow.house_id');
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
follow
.
house_id
);
});
$
(
"#search"
).
click
(
function
()
{
follow
.
getList
(
1
);
});
...
...
public/resource/template/evaluation_list_template_tpl.html
View file @
b72bd172
...
...
@@ -11,6 +11,7 @@
<
td
>
[
%=
it
[
item
][
'evaluate_content'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-info timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["order_id"] %]'
>
删除
<
/a
>
<
a
class
=
"btn1 btn-info timeline2"
href
=
"#modal-time2"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["report_id"] %]'
>
时间轴
<
/a
>
<
/td
>
<
/tr
>
[
%
}
%
]
...
...
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