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
e9b7302f
Commit
e9b7302f
authored
Sep 03, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用报销类型
parent
13305089
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
CostService.php
application/index/service/CostService.php
+11
-2
No files found.
application/index/service/CostService.php
View file @
e9b7302f
...
@@ -127,9 +127,17 @@ class CostService
...
@@ -127,9 +127,17 @@ class CostService
510
=>
'员工工资成本'
,
510
=>
'员工工资成本'
,
511
=>
'网络报销'
,
511
=>
'网络报销'
,
512
=>
'离职员工网络'
,
512
=>
'离职员工网络'
,
513
=>
'门店独有成本其他费用'
513
=>
'门店独有成本其他费'
,
601
=>
'上海店长公积金'
,
602
=>
'杭州店长公积金'
,
603
=>
'深圳店长公积金'
,
604
=>
'广州店长公积金'
,
605
=>
'北京店长公积金'
,
606
=>
'一次性房租出账'
,
607
=>
'慈善基金'
,
608
=>
'分红'
,
609
=>
'慈善基金'
];
];
if
(
array_key_exists
(
$key
,
$item_array
))
{
if
(
array_key_exists
(
$key
,
$item_array
))
{
$result
=
$item_array
[
$key
];
$result
=
$item_array
[
$key
];
}
else
{
}
else
{
...
@@ -153,6 +161,7 @@ class CostService
...
@@ -153,6 +161,7 @@ class CostService
3
=>
'分部成本'
,
3
=>
'分部成本'
,
4
=>
'同联发展基金'
,
4
=>
'同联发展基金'
,
5
=>
'门店独有成本'
,
5
=>
'门店独有成本'
,
6
=>
'不计入成本'
];
];
if
(
array_key_exists
(
$key
,
$type_array
))
{
if
(
array_key_exists
(
$key
,
$type_array
))
{
$result
=
$type_array
[
$key
];
$result
=
$type_array
[
$key
];
...
...
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