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
c2388c36
Commit
c2388c36
authored
Jan 14, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通话统计 修改
parent
ed1e290f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
agentIndex.html
application/index/view/cell_phone/agentIndex.html
+1
-1
agentIndex.js
public/resource/js/agentIndex.js
+2
-2
No files found.
application/index/view/cell_phone/agentIndex.html
View file @
c2388c36
{layout name="global/frame_tpl" /}
{layout name="global/frame_t
wo_t
pl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"agentIndex"
/>
<input
type=
"hidden"
class=
"page-load"
id=
"agentIndex"
/>
<div
id=
"page-content-wrapper"
>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<div
class=
"container"
>
...
...
public/resource/js/agentIndex.js
View file @
c2388c36
...
@@ -24,10 +24,10 @@ define (['doT', 'text!temp/agentIndex_template_tpl.html', 'css!style/home.css','
...
@@ -24,10 +24,10 @@ define (['doT', 'text!temp/agentIndex_template_tpl.html', 'css!style/home.css','
var
n
=
myDate
.
getMonth
()
var
n
=
myDate
.
getMonth
()
var
day_start
=
y
+
'-'
+
(
n
<
10
?
(
'0'
+
n
)
:
n
)
+
'-'
+
(
d
<
10
?
(
'0'
+
d
)
:
d
);
var
day_start
=
y
+
'-'
+
(
n
<
10
?
(
'0'
+
n
)
:
n
)
+
'-'
+
(
d
<
10
?
(
'0'
+
d
)
:
d
);
var
day_end
=
y
+
'-'
+
(
m
<
10
?
(
'0'
+
m
)
:
m
)
+
'-'
+
(
d
<
10
?
(
'0'
+
d
)
:
d
);
var
day_end
=
y
+
'-'
+
(
m
<
10
?
(
'0'
+
m
)
:
m
)
+
'-'
+
(
d
<
10
?
(
'0'
+
d
)
:
d
);
$
(
'#start_date'
).
val
(
day_start
);
$
(
'#start_date'
).
val
(
getBeforeDate
(
30
)
);
$
(
'#end_date'
).
val
(
day_end
);
//客户跟进 添加 默认时间一天
$
(
'#end_date'
).
val
(
day_end
);
//客户跟进 添加 默认时间一天
agentIndex
.
getList
();
agentIndex
.
getList
();
agentIndex
.
event
();
agentIndex
.
event
(
$
(
'#start_date'
).
val
()
);
},
},
event
:
function
()
{
event
:
function
()
{
$
(
"#search"
).
click
(
function
()
{
$
(
"#search"
).
click
(
function
()
{
...
...
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