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
50d355f2
Commit
50d355f2
authored
Jun 19, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整办公楼
parent
c9be9c15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
Finance.php
application/index/controller/Finance.php
+1
-2
OfficePayLog.php
application/index/controller/OfficePayLog.php
+0
-0
route.php
application/route.php
+5
-1
No files found.
application/index/controller/Finance.php
View file @
50d355f2
...
...
@@ -4901,9 +4901,8 @@ class Finance extends Basic
$list
[
$k
][
'type_num'
]
=
$v
[
'type'
];
}
$m_paylog_adjustment
=
new
OPayLogAdjustment
();
$field
=
'a.create_time,a.id,b.order_id,a.paylog_id,a.money,b.income_time,a.type,a.new_paylog_id,a.operation_id,b.order_id,e.house_id'
;
$list_2
=
$m_pay
log
_adjustment
->
getAdjustmentListLimit
(
1
,
1000
,
''
,
$field
,
$where_2
);
$list_2
=
$m_pay_adjustment
->
getAdjustmentListLimit
(
1
,
1000
,
''
,
$field
,
$where_2
);
foreach
(
$list_2
as
$k
=>
$v
)
{
$list_2
[
$k
][
'name'
]
=
$m_agent
->
getAgentsById
(
$v
[
'operation_id'
],
'name'
);
if
(
$v
[
'house_id'
])
{
...
...
application/index/controller/OfficePayLog.php
View file @
50d355f2
This diff is collapsed.
Click to expand it.
application/route.php
View file @
50d355f2
...
...
@@ -373,7 +373,7 @@ Route::group('index', [
'remarkFollowOffice'
=>
[
'index/OfficeBuilding/remarkFollowOffice'
,
[
'method'
=>
'POST|GET'
]],
//办公-客跟进liu
'getCollectionOffice'
=>
[
'index/OfficeBuilding/getCollectionOffice'
,
[
'method'
=>
'POST|GET'
]],
//收款记录办公楼liu
'getCollectionShop'
=>
[
'index/OfficeBuilding/getCollectionShop'
,
[
'method'
=>
'POST|GET'
]],
//收款记录商铺liu
'marchinListOffice'
=>
[
'index/OfficeBuilding/marchinListOffice'
,
[
'method'
=>
'POST|GET'
]],
//进场记录办公楼liu
//
'marchinListOffice' => ['index/OfficeBuilding/marchinListOffice', ['method' => 'POST|GET']],//进场记录办公楼liu
'reportListOffice'
=>
[
'index/OfficeBuilding/reportListOffice'
,
[
'method'
=>
'POST|GET'
]],
//约带看记录办公楼liu
'adjustmentOffice'
=>
[
'index/OfficeBuilding/adjustmentOffice'
,
[
'method'
=>
'POST|GET'
]],
//调整出账办公楼liu
'adjustmentShop'
=>
[
'index/OfficeBuilding/adjustmentShop'
,
[
'method'
=>
'POST|GET'
]],
//调整出账商铺liu
...
...
@@ -1053,6 +1053,10 @@ Route::group('office_index', [
'bargainInfo'
=>
[
'index/officePayLog/bargainInfo'
,
[
'method'
=>
'GET'
]],
//成交报告详情
'commissionList'
=>
[
'index/officePayLog/commissionList'
,
[
'method'
=>
'GET'
]],
//成交报告分佣提成
'getTallAge'
=>
[
'index/officePayLog/getTallAgeV2'
,
[
'method'
=>
'GET'
]],
//成交报告分佣提成
'deleteReceiptImg'
=>
[
'index/officePayLog/deleteReceiptImg'
,
[
'method'
=>
'post|get'
]],
//删除收款图片
'getPayLogData'
=>
[
'index/officePayLog/getPayLogData'
,
[
'method'
=>
'GET'
]],
//收款各种详情
'adjustmentList'
=>
[
'index/officePayLog/adjustmentList'
,
[
'method'
=>
'GET'
]],
//调整列表
'inspectionRecordOur/:check_status'
=>
[
'index/OfficeReport/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
0
]],
//我的约带看
'inspectionRecordStore/:check_status'
=>
[
'index/OfficeReport/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
1
]],
//门店约带看
'inspectionRecordDistrict/:check_status'
=>
[
'index/OfficeReport/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
2
]],
//部门约带看
...
...
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