Commit 990d166c authored by hujun's avatar hujun

status

parent 2f358c68
...@@ -40,12 +40,12 @@ class Cost extends Basic ...@@ -40,12 +40,12 @@ class Cost extends Basic
1 => 'excel导入' 1 => 'excel导入'
]; ];
$this->status = [ $this->status = [
0 => '审核', 0 => '总监审核',
1 => '总监审核', 1 => '行政审核',
2 => '财务审', 2 => '财务审',
3 => '财务二审', 3 => '出纳审核',
4 => '已出账', 4 => '已出账',
5 => '行政审核' 5 => '财务一审'
]; ];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment