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
81fc52c2
Commit
81fc52c2
authored
Sep 17, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用列表
parent
be4057ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Cost.php
application/index/controller/Cost.php
+6
-6
No files found.
application/index/controller/Cost.php
View file @
81fc52c2
...
...
@@ -185,17 +185,17 @@ class Cost extends Basic
if
(
isset
(
$param
[
'check_status'
]))
{
switch
(
$param
[
'check_status'
])
{
case
0
:
$where
[
'a.status'
]
=
0
;
break
;
$where
[
'a.status'
]
=
0
;
break
;
//总监审核
case
1
:
$where
[
'a.status'
]
=
1
;
break
;
$where
[
'a.status'
]
=
5
;
break
;
//财务一审
case
2
:
$where
[
'a.status'
]
=
2
;
break
;
$where
[
'a.status'
]
=
2
;
break
;
//财务二审
case
3
:
$where
[
'a.status'
]
=
3
;
break
;
$where
[
'a.status'
]
=
3
;
break
;
//出纳审核
case
4
:
$where
[
'a.status'
]
=
4
;
break
;
$where
[
'a.status'
]
=
4
;
break
;
//已出账
case
5
:
$where
[
'a.status'
]
=
5
;
break
;
$where
[
'a.status'
]
=
1
;
break
;
//行政审核
}
}
...
...
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