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
96ec1450
Commit
96ec1450
authored
Sep 29, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
周报 日报 修改
parent
0f60ccb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
22 deletions
+11
-22
dayAchievementsReport.js
public/resource/js/dayAchievementsReport.js
+7
-11
weekAchievementsReport.js
public/resource/js/weekAchievementsReport.js
+4
-11
No files found.
public/resource/js/dayAchievementsReport.js
View file @
96ec1450
...
...
@@ -110,21 +110,17 @@
getList
:
function
(
pageNo
)
{
report
.
pageNo
=
pageNo
;
var
params
=
{};
params
.
create_time_start
=
$
(
'#create_time_start'
).
val
();
params
.
create_time_end
=
$
(
'#create_time_end'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
()
*
1
;
params
.
store_id
=
$
(
'#guest_stores'
).
val
()
*
1
;
params
.
user_name
=
$
(
'#user_name'
).
val
();
params
.
user_phone
=
$
(
'#user_phone'
).
val
();
//跟进搜索
params
.
report_agent_phone
=
$
(
'#report_agent_phone'
).
val
();
params
.
report_agent_name
=
$
(
'#report_agent_name'
).
val
();
params
.
house_title
=
$
(
'#house_title'
).
val
();
params
.
shop_type
=
$
(
'#shop_type'
).
val
()
*
1
;
//跟进搜索
params
.
start_date
=
$
(
'#create_time_start'
).
val
();
params
.
end_date
=
$
(
'#create_time_end'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
();
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
type
=
1
;
//日报
params
.
agent_id
=
report
.
agent_id_phone
;
//经纪人 姓名
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/
marchIn
List'
,
//拜访列表
url
:
'/index/
getPerformanceReport
List'
,
//拜访列表
data
:
params
,
timeout
:
30000
,
dataType
:
'json'
,
...
...
public/resource/js/weekAchievementsReport.js
View file @
96ec1450
...
...
@@ -63,28 +63,21 @@
getList
:
function
(
pageNo
)
{
report
.
pageNo
=
pageNo
;
var
params
=
{};
params
.
create_time_start
=
$
(
'#create_time_start'
).
val
();
params
.
create_time_end
=
$
(
'#create_time_end'
).
val
();
params
.
start_date
=
$
(
'#create_time_start'
).
val
();
params
.
end_date
=
$
(
'#create_time_end'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
()
*
1
;
params
.
store_id
=
$
(
'#guest_stores'
).
val
()
*
1
;
params
.
user_name
=
$
(
'#user_name'
).
val
();
params
.
user_phone
=
$
(
'#user_phone'
).
val
();
//跟进搜索
params
.
report_agent_phone
=
$
(
'#report_agent_phone'
).
val
();
params
.
report_agent_name
=
$
(
'#report_agent_name'
).
val
();
params
.
house_title
=
$
(
'#house_title'
).
val
();
params
.
shop_type
=
$
(
'#shop_type'
).
val
()
*
1
;
//跟进搜索
params
.
type
=
0
;
//周报
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/
marchIn
List'
,
//拜访列表
url
:
'/index/
getPerformanceReport
List'
,
//拜访列表
data
:
params
,
timeout
:
30000
,
dataType
:
'json'
,
beforeSend
:
function
()
{},
success
:
function
(
data
)
{
if
(
typeof
data
===
'object'
)
{
if
(
data
.
code
==
200
)
{
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'week_achievements_report_list_tpl'
).
innerHTML
);
...
...
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