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
9e31c11a
Commit
9e31c11a
authored
Jul 18, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a3f785f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
StoreFee.php
application/index/controller/StoreFee.php
+8
-0
route.php
application/route.php
+3
-2
No files found.
application/index/controller/StoreFee.php
View file @
9e31c11a
...
...
@@ -256,6 +256,11 @@ class StoreFee extends Basic
}
$m_store
=
new
AStore
();
$store_result
=
$m_store
->
getStore
([
'id'
=>
$params
[
'store_id'
]],
'id'
);
if
(
$store_result
)
return
$this
->
response
(
"101"
,
"该门店不存在"
);
if
(
$params
[
'office_id'
]
==
0
)
{
//解绑
$conditions
[
'office_id'
]
=
0
;
...
...
@@ -278,4 +283,6 @@ class StoreFee extends Basic
}
}
\ No newline at end of file
application/route.php
View file @
9e31c11a
...
...
@@ -522,8 +522,9 @@ Route::group('index', [
'addOffice'
=>
[
'index/StoreFee/addOffice'
,
[
'method'
=>
'POST|GET'
]
],
'getOfficeList'
=>
[
'index/StoreFee/getOfficeList'
,
[
'method'
=>
'POST|GET'
]
],
'getOfficeInfo'
=>
[
'index/StoreFee/getOfficeInfo'
,
[
'method'
=>
'POST|GET'
]
],
'editOffice'
=>
[
'index/StoreFee/editOffice'
,
[
'method'
=>
'POST|GET'
]
],
'getStoreList'
=>
[
'index/StoreFee/getStoreList'
,
[
'method'
=>
'POST|GET'
]
],
'editOffice'
=>
[
'index/StoreFee/editOffice'
,
[
'method'
=>
'POST|GET'
]
],
'getStoreList'
=>
[
'index/StoreFee/getStoreList'
,
[
'method'
=>
'POST|GET'
]
],
'bindStore'
=>
[
'index/StoreFee/bindStore'
,
[
'method'
=>
'POST|GET'
]
],
'getCostList'
=>
[
'index/Cost/getCostList'
,
[
'method'
=>
'GET'
]],
//费用报销审核全部
'getCostListOne/:check_status'
=>
[
'index/Cost/getCostList'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
0
]],
//费用报销审核总监
'getCostListTwo/:check_status'
=>
[
'index/Cost/getCostList'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
1
]],
//费用报销审核一审
...
...
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