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
078a0ca2
Commit
078a0ca2
authored
May 03, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务修改
parent
050d65bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
index.html
application/index/view/finance/index.html
+4
-4
reportList.js
public/resource/js/reportList.js
+1
-1
No files found.
application/index/view/finance/index.html
View file @
078a0ca2
...
@@ -64,10 +64,10 @@
...
@@ -64,10 +64,10 @@
<thead>
<thead>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<a
class=
"btn btn-info liudan_pic_btn"
>
专员审核
</a>
<a
class=
"btn btn-info liudan_pic_btn"
id=
"commissioner"
>
专员审核
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
经理审核
</a>
<a
class=
"btn btn-default liudan_pic_btn"
id=
"manager"
>
经理审核
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
总监审核
</a>
<a
class=
"btn btn-default liudan_pic_btn"
id=
"director"
>
总监审核
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
出纳审核
</a>
<a
class=
"btn btn-default liudan_pic_btn"
id=
"cashier"
>
出纳审核
</a>
</td>
</td>
</tr>
</tr>
...
...
public/resource/js/reportList.js
View file @
078a0ca2
...
@@ -26,7 +26,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
...
@@ -26,7 +26,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
document
.
getElementById
(
"form_search"
).
reset
();
document
.
getElementById
(
"form_search"
).
reset
();
});
});
// 时间轴
// 时间轴
$
(
document
).
delegate
(
".timeline"
,
"click"
,
function
()
{
//
点击操作跟进详情
$
(
document
).
delegate
(
".timeline"
,
"click"
,
function
()
{
//
时间轴
follow
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
follow
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
follow
.
Timeline
();
follow
.
Timeline
();
});
});
...
...
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