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
c1fb6271
Commit
c1fb6271
authored
Jul 18, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
核算表
parent
8f62d04d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
1 deletion
+9
-1
RealTimePerformance.php
application/index/controller/RealTimePerformance.php
+8
-0
accountingTable.html
application/index/view/cost/accountingTable.html
+0
-0
route.php
application/route.php
+1
-1
accountingTable.js
public/resource/js/accountingTable.js
+0
-0
accountingTable_list_template_tpl.html
.../resource/template/accountingTable_list_template_tpl.html
+0
-0
No files found.
application/index/controller/RealTimePerformance.php
View file @
c1fb6271
...
@@ -81,5 +81,12 @@ class RealTimePerformance extends Basic
...
@@ -81,5 +81,12 @@ class RealTimePerformance extends Basic
return
view
(
'cost/publicCostDetails'
);
return
view
(
'cost/publicCostDetails'
);
}
}
}
}
//门店成本核算表
public
function
accountingTable
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'cost/accountingTable'
);
}
}
}
}
\ No newline at end of file
application/index/view/cost/accountingTable.html
0 → 100644
View file @
c1fb6271
This diff is collapsed.
Click to expand it.
application/route.php
View file @
c1fb6271
...
@@ -367,7 +367,7 @@ Route::group('index', [
...
@@ -367,7 +367,7 @@ Route::group('index', [
'attendanceList'
=>
[
'index/RealTimePerformance/attendanceList'
,
[
'method'
=>
'GET'
]],
//门店考勤 liu
'attendanceList'
=>
[
'index/RealTimePerformance/attendanceList'
,
[
'method'
=>
'GET'
]],
//门店考勤 liu
'costParameters'
=>
[
'index/RealTimePerformance/costParameters'
,
[
'method'
=>
'GET'
]],
//成本参数 liu
'costParameters'
=>
[
'index/RealTimePerformance/costParameters'
,
[
'method'
=>
'GET'
]],
//成本参数 liu
'publicCostDetails'
=>
[
'index/RealTimePerformance/publicCostDetails'
,
[
'method'
=>
'GET'
]],
//费用报销详情 liu
'publicCostDetails'
=>
[
'index/RealTimePerformance/publicCostDetails'
,
[
'method'
=>
'GET'
]],
//费用报销详情 liu
'accountingTable'
=>
[
'index/RealTimePerformance/accountingTable'
,
[
'method'
=>
'GET'
]],
//成本核算表 liu
'shopinspectionLog'
=>
[
'index/ShopInspectionLog/shopinspectionLogList'
,
[
'method'
=>
'POST|GET'
]],
//商铺查看日志liu
'shopinspectionLog'
=>
[
'index/ShopInspectionLog/shopinspectionLogList'
,
[
'method'
=>
'POST|GET'
]],
//商铺查看日志liu
'opensquareLog'
=>
[
'index/OpenSquareLog/opensquarelogList'
,
[
'method'
=>
'POST|GET'
]],
//开盘广场liu
'opensquareLog'
=>
[
'index/OpenSquareLog/opensquarelogList'
,
[
'method'
=>
'POST|GET'
]],
//开盘广场liu
...
...
public/resource/js/accountingTable.js
0 → 100644
View file @
c1fb6271
This diff is collapsed.
Click to expand it.
public/resource/template/accountingTable_list_template_tpl.html
0 → 100644
View file @
c1fb6271
This diff is collapsed.
Click to expand it.
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