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
a370403d
Commit
a370403d
authored
Sep 17, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
总监审核
parent
d1bd59b9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
costCheck.html
application/index/view/cost/costCheck.html
+7
-6
publicCostDetails.js
public/resource/js/publicCostDetails.js
+3
-0
No files found.
application/index/view/cost/costCheck.html
View file @
a370403d
...
...
@@ -120,12 +120,13 @@
<a
href=
"javascript:;"
>
费用报销审核
</a>
</li>
<div
class=
"btn-group"
>
<button
type=
"button"
class=
"choose_btn btn btn-info choose_btn1 no_all_btn"
data-value=
"/index/getCostListTwo/1"
style=
"margin-left: 20px;"
>
总监通过
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn2 no_all_btn"
data-value=
"/index/getCostListThree/2"
>
财务一审通过
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn3 no_all_btn"
data-value=
"/index/getCostListFour/3"
>
财务二审通过
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn4 no_all_btn"
data-value=
"/index/getCostListFive/4"
>
财务三审通过
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn5 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/getCostList"
>
全部
</button>
<button
type=
"button"
class=
"choose_btn btn btn-info choose_btn1 no_all_btn"
data-value=
"/index/getCostListSix/5"
style=
"margin-left: 20px;"
>
行政审核
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn2 no_all_btn"
data-value=
"/index/getCostListTwo/1"
>
财务一审
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn2 no_all_btn"
data-value=
"/index/getCostListThree/2"
>
财务二审
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn2 no_all_btn"
data-value=
"/index/getCostListFour/3"
>
出纳审核
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn3 no_all_btn"
data-value=
"/index/getCostListFive/4"
>
已出款
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn4 no_all_btn"
data-value=
"/index/getCostListOne/0"
>
总监审核
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default choose_btn5 no_all_btn"
data-value=
"/index/getCostList"
>
全部
</button>
</div>
<div
class=
"pull-right"
>
<ul
class=
"bread_btn"
>
...
...
public/resource/js/publicCostDetails.js
View file @
a370403d
...
...
@@ -357,6 +357,9 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
}
else
if
(
data
.
data
.
status
==
3
){
//3二审通过
cost
.
checkUrl
=
'/index/checkCostFive/4'
}
else
if
(
data
.
data
.
status
==
5
){
//5行政审核
cost
.
checkUrl
=
'/index/checkCostSix/5'
}
//备注 图片上传
if
(
data
.
data
.
status
==
3
){
...
...
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