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
fc7f1995
Commit
fc7f1995
authored
Jul 10, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台修改
parent
18daa5c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
14 deletions
+22
-14
HouseFollowUp.html
application/index/view/houses/HouseFollowUp.html
+6
-6
followHouseUp_template_tpl.html
public/resource/template/followHouseUp_template_tpl.html
+5
-6
inspectionRecord_list_template_tpl.html
...resource/template/inspectionRecord_list_template_tpl.html
+11
-2
No files found.
application/index/view/houses/HouseFollowUp.html
View file @
fc7f1995
...
...
@@ -61,17 +61,17 @@
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"create_time_start"
name=
"start_date1"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"create_time_end"
name=
"end_date1"
type=
"date"
>
<
input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"houseID"
placeholder=
"商铺ID"
type=
"text"
value=
""
>
<
input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"house_title"
placeholder=
"商铺名称"
type=
"text"
value=
""
>
<
!--<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="houseID" placeholder="商铺ID" type="text" value="">--
>
<
!--<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="house_title" placeholder="商铺名称" type="text" value="">--
>
<input
class=
"form-control btn4 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"follow_up_con"
placeholder=
"跟进内容"
type=
"text"
value=
""
>
<select
class=
"form-control btn4 ld-Marheight input"
name=
""
id=
"district_id"
>
<
!--<
select class="form-control btn4 ld-Marheight input" name="" id="district_id">
<option value="">跟进人所在部门</option>
</select>
<select class="form-control btn4 ld-Marheight input" name="" id="guest_stores" value="">
</select>
<
input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_name"
placeholder=
"跟进人姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"
跟进人手机号
"
type=
"text"
value=
""
>
</select>
-->
<
!--<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="user_name" placeholder="跟进人姓名" type="text" value="">--
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"
用户姓名或电话
"
type=
"text"
value=
""
>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
...
...
public/resource/template/followHouseUp_template_tpl.html
View file @
fc7f1995
...
...
@@ -3,11 +3,11 @@
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<!--
对接接口
-->
<
td
>
[
%=
it
[
item
][
'
user_na
me'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
user_phone
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
create_ti
me'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
report_agent_name
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
house_titl
e'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
create_ti
me'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
follow_up_info
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
na
me'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
house_id
'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
store_nam
e'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-info"
href
=
"#modal-time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["report_id"] %]'
>
查看商铺
<
/a
>
<
a
class
=
"btn1 btn-info"
href
=
"#modal-time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["report_id"] %]'
>
商铺跟进
<
/a
>
...
...
@@ -25,4 +25,3 @@
public/resource/template/inspectionRecord_list_template_tpl.html
View file @
fc7f1995
...
...
@@ -8,7 +8,7 @@
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'report_agent_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_title'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
report_agent_na
me'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
predict_see_ti
me'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-info timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["report_id"] %]'
>
时间轴
<
/a
>
<
/td
>
...
...
@@ -24,4 +24,13 @@
<!--id int 报备id
user_id int 用户id
user_phone string 用户手机号
user_name string 用户名
predict_see_time time 预计到看时间
order_id int 订单id
order_no string 订单编号
house_id int 楼盘id
house_title string 楼盘名
sign string 标签-->
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