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
bb2dade6
Commit
bb2dade6
authored
Feb 15, 2019
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
2f6296b6
7774f6a7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
HomePageLog.php
application/api_broker/controller/HomePageLog.php
+2
-2
CallPhoneService.php
application/api_broker/service/CallPhoneService.php
+1
-1
Basic.php
application/index/extend/Basic.php
+2
-1
houseFollowUp.js
public/resource/js/houseFollowUp.js
+3
-1
No files found.
application/api_broker/controller/HomePageLog.php
View file @
bb2dade6
...
@@ -269,11 +269,11 @@ class HomePageLog extends Basic
...
@@ -269,11 +269,11 @@ class HomePageLog extends Basic
$result
[
$key
][
'internal_title'
]
=
$res_a
[
0
][
'internal_title'
];
$result
[
$key
][
'internal_title'
]
=
$res_a
[
0
][
'internal_title'
];
}
}
$count
=
$this
->
gHouseFollowUpModel
->
getSearchCount
(
$where_
);
//
$count = $this->gHouseFollowUpModel->getSearchCount( $where_);
if
(
count
(
$result
)
>
0
)
{
if
(
count
(
$result
)
>
0
)
{
$list
[
"result"
]
=
$result
;
$list
[
"result"
]
=
$result
;
$list
[
"img_path"
]
=
AGENTHEADERIMGURL
;
$list
[
"img_path"
]
=
AGENTHEADERIMGURL
;
$list
[
"total"
]
=
$count
;
$list
[
"total"
]
=
0
;
return
$this
->
response
(
"200"
,
"request success"
,
$list
);
return
$this
->
response
(
"200"
,
"request success"
,
$list
);
}
else
{
}
else
{
return
$this
->
response
(
"200"
,
"request null"
);
return
$this
->
response
(
"200"
,
"request null"
);
...
...
application/api_broker/service/CallPhoneService.php
View file @
bb2dade6
...
@@ -564,7 +564,7 @@ class CallPhoneService
...
@@ -564,7 +564,7 @@ class CallPhoneService
$start_time
=
$end_time
-
3600
;
$start_time
=
$end_time
-
3600
;
$save_follow
[
'content'
]
=
'拨打电话,未打跟进。'
;
$save_follow
[
'content'
]
=
'拨打电话,未打跟进。'
;
$follow_where
[
'c
reate
_time'
]
=
$bind_where
[
'create_time'
]
=
[
$follow_where
[
'c
all
_time'
]
=
$bind_where
[
'create_time'
]
=
[
'between'
,
[
date
(
'Y-m-d H:i:s'
,
$start_time
),
date
(
'Y-m-d H:i:s'
,
$end_time
)]
'between'
,
[
date
(
'Y-m-d H:i:s'
,
$start_time
),
date
(
'Y-m-d H:i:s'
,
$end_time
)]
];
];
$bind_where
[
'time'
]
=
[
'>'
,
0
];
$bind_where
[
'time'
]
=
[
'>'
,
0
];
...
...
application/index/extend/Basic.php
View file @
bb2dade6
...
@@ -77,7 +77,8 @@ class Basic extends Controller
...
@@ -77,7 +77,8 @@ class Basic extends Controller
'index/userDetail'
,
'index/userDetail'
,
'index/getSystemMessageByUser'
,
'index/getSystemMessageByUser'
,
'index/userModalList'
,
'index/userModalList'
,
'index/mainIndex'
'index/mainIndex'
,
'index/uploadImg'
);
);
/**
/**
...
...
public/resource/js/houseFollowUp.js
View file @
bb2dade6
...
@@ -249,7 +249,9 @@ define(['doT', 'text!temp/followHouseUp_template_tpl.html', 'css!style/home.css'
...
@@ -249,7 +249,9 @@ define(['doT', 'text!temp/followHouseUp_template_tpl.html', 'css!style/home.css'
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'followHouseUp_list_tpl'
).
innerHTML
);
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'followHouseUp_list_tpl'
).
innerHTML
);
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
result
));
$
(
"#follow_list"
).
html
(
doTtmpl
(
data
.
data
.
result
));
/*分页代码*/
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
house
.
pageSize
,
house
.
getList
);
add_page
(
40000
,
pageNo
,
house
.
pageSize
,
house
.
getList
);
$
(
'.hide-total-info-liu'
).
hide
();
}
else
{
}
else
{
alert
(
data
[
'msg'
]);
alert
(
data
[
'msg'
]);
};
};
...
...
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