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
e8d54cc1
Commit
e8d54cc1
authored
Oct 10, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日报 周报 类型筛选
parent
8002d839
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
day-achievements-report.html
...dex/view/achievements_report/day-achievements-report.html
+3
-3
week-achievements-report.html
...ex/view/achievements_report/week-achievements-report.html
+2
-2
dayAchievementsReport.js
public/resource/js/dayAchievementsReport.js
+2
-0
weekAchievementsReport.js
public/resource/js/weekAchievementsReport.js
+1
-0
No files found.
application/index/view/achievements_report/day-achievements-report.html
View file @
e8d54cc1
...
...
@@ -95,9 +95,9 @@
</div>
<select
class=
"form-control btn2 ld-Marheight"
id=
"shop_type"
>
<option
value=
""
>
日报类型
</option>
<option
value=
"0"
>
总监日报
</option>
<option
value=
"
1
"
>
店长日报
</option>
<option
value=
"
2
"
>
业务员日报
</option>
<option
value=
"
3
0"
>
总监日报
</option>
<option
value=
"
20
"
>
店长日报
</option>
<option
value=
"
10
"
>
业务员日报
</option>
</select>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
...
...
application/index/view/achievements_report/week-achievements-report.html
View file @
e8d54cc1
...
...
@@ -68,8 +68,8 @@
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"shop_type"
>
<option
value=
""
>
周报类型
</option>
<option
value=
"0"
>
总监周报
</option>
<option
value=
"
1
"
>
店长周报
</option>
<option
value=
"
3
0"
>
总监周报
</option>
<option
value=
"
20
"
>
店长周报
</option>
</select>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
...
...
public/resource/js/dayAchievementsReport.js
View file @
e8d54cc1
...
...
@@ -119,6 +119,8 @@
params
.
agent_id
=
report
.
agent_id_phone
;
//经纪人 姓名
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
params
.
level
=
$
(
'#shop_type'
).
val
();
//日报类型
$
.
ajax
({
type
:
'GET'
,
// url: 'https://pre2.tonglianjituan.com' + '/index/getPerformanceReportList',
...
...
public/resource/js/weekAchievementsReport.js
View file @
e8d54cc1
...
...
@@ -72,6 +72,7 @@
params
.
type
=
0
;
//周报
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
params
.
level
=
$
(
'#shop_type'
).
val
();
//周报类型
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/getPerformanceReportList'
,
//拜访列表
...
...
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