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
ab7fa513
Commit
ab7fa513
authored
Jan 14, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户跟进列表优化
parent
1ec3a8ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+1
-1
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+2
-2
No files found.
application/index/view/remark/remark_follow_index.html
View file @
ab7fa513
...
...
@@ -388,7 +388,7 @@
<!--<select class="form-control btn2 ld-Marheight" id="user_area_choose">
<option value="" selected="selected">区域筛选</option>
</select>-->
<span
class=
"btn btn-
default
btn3 ld-Marheight"
id=
"is_taday"
style=
"float: left;"
>
今天
</span>
<span
class=
"btn btn-
info
btn3 ld-Marheight"
id=
"is_taday"
style=
"float: left;"
>
今天
</span>
<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>
...
...
public/resource/js/RemarkFollowIndex.js
View file @
ab7fa513
...
...
@@ -57,8 +57,8 @@ 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
);
$
(
'#start_date'
).
val
(
day_end
);
$
(
'#end_date'
).
val
(
day_end
);
//客户跟进 添加 默认时间一天
//
$('#start_date').val(day_end);
//
$('#end_date').val(day_end);//客户跟进 添加 默认时间一天
//初始化城市 区域筛选
user
.
initializationCityFunction
();
user
.
event
();
...
...
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