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
fbf0669b
Commit
fbf0669b
authored
Jul 18, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc后台优化
parent
df606d2e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
8 deletions
+23
-8
index.html
application/index/view/cell_phone/index.html
+6
-1
houseList.html
application/index/view/houses/houseList.html
+1
-1
announcementDetails.vue
...rc/components/announcementDetails/announcementDetails.vue
+4
-4
user.js
public/resource/js/user.js
+6
-1
callPhone_template_tpl.html
public/resource/template/callPhone_template_tpl.html
+6
-1
No files found.
application/index/view/cell_phone/index.html
View file @
fbf0669b
{layout name="global/frame_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"callPhoneIndex"
/>
<style>
.clear
{
clear
:
both
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<div
class=
"row"
>
...
...
@@ -26,7 +31,7 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish"
placeholder=
"拨打人手机号"
type=
"phone"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"id"
placeholder=
"被拨打人姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish-phone"
placeholder=
"拨打人手机号"
type=
"phone"
value=
""
>
<div
class=
"clear"
></div>
<span
class=
"fore-span ld-Marheight"
>
拨打时间:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"start_date"
name=
"start_date"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
...
...
application/index/view/houses/houseList.html
View file @
fbf0669b
...
...
@@ -362,7 +362,7 @@
<div
class=
"modal-body modal-body-one"
>
<div
class=
"followup-modal-list-area"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<tbody
class=
"
text-center
"
id=
"modal_followup_table_list"
>
<tbody
class=
""
id=
"modal_followup_table_list"
>
<tr>
<td>
电话跟进:测试测试测试测试测试测试测试测试测试测试测试测试
</td>
<td>
刘丹丹
</td>
...
...
public/appnew/src/components/announcementDetails/announcementDetails.vue
View file @
fbf0669b
...
...
@@ -36,8 +36,8 @@
url
:
'/broker/getFeedInfo'
,
responseType
:
'json'
,
data
:
{
//
'id': _this.announce_id,
'id'
:
255
,
'id'
:
_this
.
announce_id
,
// 'id': 256
,
}
})
...
...
@@ -45,8 +45,8 @@
if
(
response
.
data
.
code
==
200
)
{
_this
.
house_title
=
response
.
data
.
data
.
title
;
//改成title
_this
.
create_time
=
response
.
data
.
data
.
create_time
;
//
_this.content=response.data.data.content;
_this
.
content
=
_this
.
common
.
urlDeal
(
response
.
data
.
data
.
content
);
_this
.
content
=
response
.
data
.
data
.
content
;
//
_this.content=_this.common.urlDeal(response.data.data.content);
console
.
log
(
response
.
data
.
data
.
content
);
}
else
{
...
...
public/resource/js/user.js
View file @
fbf0669b
...
...
@@ -640,7 +640,12 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
$
.
each
(
data
[
'data'
][
'user_history'
],
function
(
i
,
item
)
{
caozuo_table
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
});
$
(
"#caozuo_table"
).
html
(
caozuo_table
);
if
(
caozuo_table
){
$
(
"#caozuo_table"
).
html
(
caozuo_table
);
}
else
{
$
(
"#caozuo_table"
).
html
(
'暂无数据(*^_^*)'
);
}
}
}
else
{
alert
(
'获取失败!'
);
...
...
public/resource/template/callPhone_template_tpl.html
View file @
fbf0669b
...
...
@@ -2,7 +2,12 @@
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'call_time'
]
%
]
<
/td
>
<!--<
td
>
[
%=
it
[
item
][
'call_time'
]
%
]
<
/td>--
>
<
td
>
[
%
if
(
it
[
item
][
'call_time'
]
!=
null
)
{
%
]
[
%=
it
[
item
][
'call_time'
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'agents_name'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'user_nick'
]
!=
null
)
{
%
]
...
...
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