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
68df14e7
Commit
68df14e7
authored
Jan 15, 2019
by
zw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
045b39a1
3586284d
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
5 deletions
+22
-5
footer_tpl.html
application/index/view/global/footer_tpl.html
+1
-1
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+4
-0
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+5
-1
houseList.js
public/resource/js/houseList.js
+4
-1
performance_ranking.js
public/resource/js/performance_ranking.js
+4
-1
user.js
public/resource/js/user.js
+4
-1
No files found.
application/index/view/global/footer_tpl.html
View file @
68df14e7
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=20190111111
0
'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=20190111111
6
'
charset=
'utf-8'
></script>
application/index/view/remark/remark_follow_index.html
View file @
68df14e7
...
...
@@ -389,7 +389,11 @@
<option value="" selected="selected">区域筛选</option>
</select>-->
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"is_taday"
style=
"float: left;"
>
今天
</span>
<span
class=
"fore-span ld-Marheight text-danger"
>
(点击今天,再点击搜索)
</span>
<span
class=
"fore-span ld-Marheight"
>
跟进时间:
</span>
<span
class=
"fore-span ld-Marheight follow-up-time-tip text-danger"
></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>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"date"
>
...
...
public/resource/js/RemarkFollowIndex.js
View file @
68df14e7
if
(
window
===
window
.
parent
){
//没有菜单 给提醒
alert
(
'请清除缓存重新登录'
);
location
.
replace
(
location
.
origin
);
};
define
([
'doT'
,
'text!temp/remark_follow_template_tpl.html'
,
'css!style/home.css'
,
'ckfinder'
,
'ckfinderStart'
,
"datetimepicker"
,
'pagination'
,
'bootstrapJs'
,
'blow-up'
],
function
(
doT
,
template
)
{
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
console
.
log
(
user_info_obj
);
...
...
@@ -57,6 +60,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
var
m
=
myDate
.
getMonth
()
+
1
;
var
d
=
myDate
.
getDate
();
var
day_end
=
y
+
'-'
+
(
m
<
10
?
(
'0'
+
m
)
:
m
)
+
'-'
+
(
d
<
10
?
(
'0'
+
d
)
:
d
);
$
(
'.follow-up-time-tip'
).
html
(
'('
+
'请选择小于或等于'
+
getBeforeDate
(
1
)
+
'的时间!!!'
+
')'
);
// $('#start_date').val(day_end);
// $('#end_date').val(day_end);//客户跟进 添加 默认时间一天
//初始化城市 区域筛选
...
...
public/resource/js/houseList.js
View file @
68df14e7
/**
* Created by 刘丹 on 2017/12/11.
*/
if
(
window
===
window
.
parent
){
//没有菜单 给提醒
alert
(
'请清除缓存重新登录'
);
location
.
replace
(
location
.
origin
);
};
define
([
'doT'
,
'text!temp/house_template_tpl.html'
,
'css!style/home.css'
,
'ckfinder'
,
'ckfinderStart'
,
'pagination'
,
'bootstrapJs'
,
'blow-up'
],
function
(
doT
,
template
)
{
//处理文件名,长度过长时处理
function
dealFileName
(
str
)
{
...
...
public/resource/js/performance_ranking.js
View file @
68df14e7
if
(
window
===
window
.
parent
){
alert
(
'请清除缓存重新登录'
);
location
.
replace
(
location
.
origin
);
};
define
([
'doT'
,
'ckfinder'
,
'ckfinderStart'
,
'css!style/home.css'
,
"datetimepicker"
,
'pagination'
,
'bootstrapJs'
],
function
(
doT
)
{
...
...
public/resource/js/user.js
View file @
68df14e7
if
(
window
===
window
.
parent
){
//没有菜单 给提醒
alert
(
'请清除缓存重新登录'
);
location
.
replace
(
location
.
origin
);
};
define
([
'doT'
,
'text!temp/user_template_tpl.html'
,
'css!style/home.css'
,
'ckfinder'
,
'ckfinderStart'
,
"datetimepicker"
,
'pagination'
,
'bootstrapJs'
,
'blow-up'
,
'checkLogin'
],
function
(
doT
,
template
)
{
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
var
_doc
=
$
(
document
),
...
...
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