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
b8a159e5
Commit
b8a159e5
authored
Dec 11, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整出账
parent
3255c240
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
Finance.php
application/index/controller/Finance.php
+8
-0
route.php
application/route.php
+1
-0
No files found.
application/index/controller/Finance.php
View file @
b8a159e5
...
@@ -2235,6 +2235,14 @@ class Finance extends Basic
...
@@ -2235,6 +2235,14 @@ class Finance extends Basic
public
function
receivables
()
{
public
function
receivables
()
{
return
view
(
"receivables"
);
return
view
(
"receivables"
);
}
}
/**
* 调整出账
* @return \think\Response
*/
public
function
adjustment
()
{
return
view
(
"adjustment"
);
}
public
function
dailyList
()
{
public
function
dailyList
()
{
return
view
(
'daily_list'
);
return
view
(
'daily_list'
);
...
...
application/route.php
View file @
b8a159e5
...
@@ -288,6 +288,7 @@ Route::group('index', [
...
@@ -288,6 +288,7 @@ Route::group('index', [
'yindaoAndroid'
=>
[
'index/ShareShop/yindaoAndroid'
,
[
'method'
=>
'POST|GET'
]
],
'yindaoAndroid'
=>
[
'index/ShareShop/yindaoAndroid'
,
[
'method'
=>
'POST|GET'
]
],
'yindaoIos'
=>
[
'index/ShareShop/yindaoIos'
,
[
'method'
=>
'POST|GET'
]
],
'yindaoIos'
=>
[
'index/ShareShop/yindaoIos'
,
[
'method'
=>
'POST|GET'
]
],
'receivables'
=>
[
'index/Finance/receivables'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'receivables'
=>
[
'index/Finance/receivables'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'adjustment'
=>
[
'index/Finance/adjustment'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'evaluationList'
=>
[
'index/Evaluation/evaluationList'
,
[
'method'
=>
'POST|GET'
]],
//评价列表 朱伟 2018-06-13
'evaluationList'
=>
[
'index/Evaluation/evaluationList'
,
[
'method'
=>
'POST|GET'
]],
//评价列表 朱伟 2018-06-13
'marchInList'
=>
[
'index/MarchIn/marchInList'
,
[
'method'
=>
'POST|GET'
]],
//进场记录列表 朱伟 2018-06-13
'marchInList'
=>
[
'index/MarchIn/marchInList'
,
[
'method'
=>
'POST|GET'
]],
//进场记录列表 朱伟 2018-06-13
...
...
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