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
456a2105
Commit
456a2105
authored
Oct 21, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用报销 未通过列表
parent
bf561e63
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
costCheck.html
application/index/view/cost/costCheck.html
+1
-0
costCheck.js
public/resource/js/costCheck.js
+2
-1
cost_check_template_tpl.html
public/resource/template/cost_check_template_tpl.html
+2
-0
No files found.
application/index/view/cost/costCheck.html
View file @
456a2105
...
...
@@ -126,6 +126,7 @@
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn4 no_all_btn"
data-value=
"/index/getCostListFour/3"
>
出纳审核
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn5 no_all_btn"
data-value=
"/index/getCostListFive/4"
>
已出款
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn6 no_all_btn"
data-value=
"/index/getCostListOne/0"
>
总监审核
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn6 all_btn"
data-value=
"/index/getCostListSeven/6"
>
未通过
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn7 all_btn"
data-value=
"/index/getCostList"
>
全部
</button>
</div>
<div
class=
"pull-right"
>
...
...
public/resource/js/costCheck.js
View file @
456a2105
...
...
@@ -130,10 +130,11 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
$
(
document
).
on
(
'click'
,
'.no_all_btn'
,
function
(
e
){
cost
.
main_index
=
0
;
});
//点击全部
//点击全部
或者 未通过
$
(
document
).
on
(
'click'
,
'.all_btn'
,
function
(
e
){
cost
.
main_index
=
5
;
});
//费用报销审核 全选
$
(
document
).
on
(
'click'
,
'.chooseAll'
,
function
(
e
){
if
(
$
(
this
).
is
(
":checked"
))
{
...
...
public/resource/template/cost_check_template_tpl.html
View file @
456a2105
...
...
@@ -41,6 +41,8 @@
<
td
>
总监审核
<
/td
>
[
%
}
else
if
(
it
[
item
][
'status'
]
==
5
){
%
]
<
td
>
财务一审
<
/td
>
[
%
}
else
if
(
it
[
item
][
'status'
]
==
6
){
%
]
<
td
>
未通过
<
/td
>
[
%
}
else
{
%
]
<
td
>--<
/td
>
[
%
}
%
]
...
...
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