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
64f297c2
Commit
64f297c2
authored
Jul 12, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
约带看
parent
0e46eafd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
users_list.html
application/index/view/member/users_list.html
+2
-0
houseFollowUp.js
public/resource/js/houseFollowUp.js
+1
-1
inspectionRecord.js
public/resource/js/inspectionRecord.js
+2
-3
No files found.
application/index/view/member/users_list.html
View file @
64f297c2
...
...
@@ -802,6 +802,8 @@
<div
class=
"clear"
></div>
<span
class=
"fore-span ld-Marheight"
>
预计到场时间:
</span>
<input
class=
"form-control btn6 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"look_shop_date"
name=
" "
type=
"datetime-local"
>
<input
class=
"form-control btn6 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"look_shop_date1"
name=
" "
type=
"date"
>
<input
class=
"form-control btn6 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"look_shop_date2"
name=
" "
type=
"time"
>
<!--datetime-local-->
<div
class=
"clear"
></div>
...
...
public/resource/js/houseFollowUp.js
View file @
64f297c2
...
...
@@ -83,7 +83,7 @@ define(['doT', 'text!temp/followHouseUp_template_tpl.html', 'css!style/home.css'
$
(
'#guest_stores'
).
html
(
''
);
});
},
getList
:
function
(
pageNo
)
{
//
获取约带看记录
列表
getList
:
function
(
pageNo
)
{
//
商铺跟进
列表
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
console
.
log
(
user_info_obj
.
AuthToken
);
house
.
pageNo
=
pageNo
;
...
...
public/resource/js/inspectionRecord.js
View file @
64f297c2
...
...
@@ -89,7 +89,6 @@ define(['doT', 'text!temp/inspectionRecord_list_template_tpl.html', 'css!style/h
});
},
getList
:
function
(
pageNo
)
{
//获取约带看记录列表
record
.
pageNo
=
pageNo
;
var
params
=
{};
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
console
.
log
(
user_info_obj
);
...
...
@@ -100,8 +99,6 @@ define(['doT', 'text!temp/inspectionRecord_list_template_tpl.html', 'css!style/h
// params.user_phone = $('#user_phone').val();
// params.report_agent_phone = $('#report_agent_phone').val();
// params.house_title = $('#house_title').val();
params
.
pageNo
=
record
.
pageNo
;
params
.
pageSize
=
record
.
pageSize
;
// var start_ = $('#create_time_start').val()+" 00:00:00";
// date_start =new Date(Date.parse(start_.replace(/-/g, "/")));
// params.start_time =date_start.getTime()*0.001;
...
...
@@ -114,6 +111,8 @@ define(['doT', 'text!temp/inspectionRecord_list_template_tpl.html', 'css!style/h
params
.
AuthToken
=
user_info_obj
.
AuthToken
;
params
.
agent_id
=
user_info_obj
.
id
;
params
.
type
=
1
;
params
.
pageNo
=
record
.
pageNo
;
params
.
pageSize
=
record
.
pageSize
;
$
.
ajax
({
type
:
'GET'
,
url
:
'/broker/reportList'
,
//约带看记录 对接接口
...
...
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