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
7502abe8
Commit
7502abe8
authored
Jan 15, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户跟进列表优化
parent
ecee4168
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+4
-0
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+1
-0
No files found.
application/index/view/remark/remark_follow_index.html
View file @
7502abe8
...
...
@@ -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 @
7502abe8
...
...
@@ -57,6 +57,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);//客户跟进 添加 默认时间一天
//初始化城市 区域筛选
...
...
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