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
2caa2ded
Commit
2caa2ded
authored
Nov 14, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
职称
parent
e9accad5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
38 deletions
+4
-38
Broker.php
application/index/controller/Broker.php
+4
-1
ProfessionalList.php
application/index/controller/ProfessionalList.php
+0
-23
professionalListCon.html
application/index/view/broker/professionalListCon.html
+0
-0
performanceInfo.html
application/index/view/performance_info/performanceInfo.html
+0
-13
route.php
application/route.php
+0
-1
No files found.
application/index/controller/Broker.php
View file @
2caa2ded
...
...
@@ -761,6 +761,9 @@ class Broker extends Basic
*/
public
function
agentPositionList
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'professionalListCon'
);
}
$msg
=
""
;
$code
=
200
;
$data
=
[];
...
...
@@ -785,7 +788,7 @@ class Broker extends Basic
try
{
$m_agent
=
new
AAgents
();
$m_store
=
new
AStore
();
$list
=
$m_agent
->
getList
(
$pageNo
,
$pageSize
,
'id desc'
,
'id,phone,name,position,store_id,level'
,
$where
);
$list
=
$m_agent
->
getList
(
$pageNo
,
$pageSize
,
'id desc'
,
'id,phone,name,position,store_id,level'
,
''
,
$where
);
foreach
(
$list
as
$k
=>
$v
)
{
$list
[
$k
][
'store_name'
]
=
$m_store
->
getStoreKeyById
(
'store_name'
,
[
'id'
=>
$v
[
'store_id'
]]);
...
...
application/index/controller/ProfessionalList.php
deleted
100644 → 0
View file @
e9accad5
<?php
namespace
app\index\controller
;
/**
* Created by PhpStorm.
* User: liu yin ping
* Date: 2018/11/12
* Time: 15:48
*/
use
app\index\extend\Basic
;
class
ProfessionalList
extends
Basic
{
public
function
ProfessionalListCon
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'professionalList/professionalListCon'
);
}
}
}
\ No newline at end of file
application/index/view/
professionalList
/professionalListCon.html
→
application/index/view/
broker
/professionalListCon.html
View file @
2caa2ded
File moved
application/index/view/performance_info/performanceInfo.html
deleted
100644 → 0
View file @
e9accad5
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Title
</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
application/route.php
View file @
2caa2ded
...
...
@@ -306,7 +306,6 @@ Route::group('index', [
'performancesubsidiaryList'
=>
[
'index/PerformanceSubsidiary/performancesubsidiaryList'
,
[
'method'
=>
'POST|GET'
]],
//业绩明细liu
'pkList'
=>
[
'index/PkList/pkList'
,
[
'method'
=>
'POST|GET'
]],
//pk榜 liu
'professionalList'
=>
[
'index/ProfessionalList/ProfessionalListCon'
,
[
'method'
=>
'POST|GET'
]],
//职称列表 liu
'myCollectionUserList'
=>
[
'index/myCollectionUser/myCollectionUserList'
,
[
'method'
=>
'POST|GET'
]],
//我收藏的客户liu
'myCollectionShopList'
=>
[
'index/myCollectionShop/myCollectionShopList'
,
[
'method'
=>
'POST|GET'
]],
//我收藏的客户liu
'dayAchievementsReport'
=>
[
'index/PerformanceReport/dayAchievementsReportList'
,
[
'method'
=>
'POST|GET'
]],
//日报liu
...
...
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