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
e47e52c8
Commit
e47e52c8
authored
Sep 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审核
parent
c5938f2b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
publicCostDetails.js
public/resource/js/publicCostDetails.js
+7
-7
No files found.
public/resource/js/publicCostDetails.js
View file @
e47e52c8
...
...
@@ -360,20 +360,20 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
};
}
//处理审核 状态
if
(
data
.
data
.
status
==
0
){
//0
申请中
if
(
data
.
data
.
status
==
0
){
//0
总监审核
cost
.
checkUrl
=
'/index/checkCostTwo/1'
}
else
if
(
data
.
data
.
status
==
1
){
//1总监通过
}
else
if
(
data
.
data
.
status
==
1
){
//1行政审核
cost
.
checkUrl
=
'/index/checkCostSix/5'
}
else
if
(
data
.
data
.
status
==
5
){
//5财务一审
cost
.
checkUrl
=
'/index/checkCostThree/2'
}
else
if
(
data
.
data
.
status
==
2
){
//2
一审通过
}
else
if
(
data
.
data
.
status
==
2
){
//2
财务二审
cost
.
checkUrl
=
'/index/checkCostFour/3'
}
else
if
(
data
.
data
.
status
==
3
){
//3
二审通过
}
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