Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
Hgs
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
徐州
Hgs
Commits
a2f2631c
Commit
a2f2631c
authored
Nov 18, 2021
by
huagnxiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改回访报表统计jps界面的时钟设置
parent
70e7c67a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
14 deletions
+39
-14
callBackTraceStatistic.jsp
.../WEB-INF/views/statistic/pages/callBackTraceStatistic.jsp
+39
-14
No files found.
house365-hgs-web/src/main/webapp/WEB-INF/views/statistic/pages/callBackTraceStatistic.jsp
View file @
a2f2631c
...
...
@@ -25,10 +25,12 @@
action=
"${ctx}/statistic/callBackTraceStatistic"
method=
"get"
>
<div
style=
"margin-top:10px;"
>
数据日期:
<input
type=
"text"
name=
"startTime"
id=
"startTime"
style=
"width: 120px;"
class=
"m-wrap small mydate span2"
placeholder=
"起始时间"
>
到
<input
type=
"text"
name=
"endTime"
id=
"endTime"
style=
"width: 120px;"
class=
"m-wrap small mydate span2"
placeholder=
"截止时间"
>
<input
type=
"text"
name=
"startTime"
id=
"startTime"
value=
"${startTime}"
style=
"width: 120px;"
class=
"m-wrap small mydate span2"
placeholder=
"起始时间"
>
到
<input
type=
"text"
name=
"endTime"
id=
"endTime"
value=
"${endTime}"
style=
"width: 120px;"
class=
"m-wrap small mydate span2"
placeholder=
"截止时间"
>
<
%
--
<
a
class=
"btn "
onclick=
"btnSubmit();"
>
提交
</a>
--%>
<input
type=
"text"
placeholder=
"搜索置业顾问"
name=
"search_LIKE_realName"
value=
"${param['search_LIKE_realName']}"
>
<div
class=
"inputSearch__btn"
onclick=
"$('#filterForm').submit();"
...
...
@@ -153,19 +155,42 @@
<script
type=
"text/javascript"
>
<%--
$
(
document
).
ready
(
function
()
{
--%>
<%--
var
timeStart
=
"${startTime}"
;
--%>
<%--
var
timeEnd
=
"${endTime}"
;
--%>
<%--
if
(
timeEnd
==
''
&&
timeStart
==
''
)
{
--%>
<%--
$
(
".mydate"
).
unbind
(
"focus"
);
--%>
<%--
$
(
".mydate"
).
bind
(
"focus"
,
function
()
{
--%>
<%--
WdatePicker
({
dateFmt
:
'yyyy-MM-dd'
,
maxDate
:
'%y-%M-{%d}'
});
--%>
<%--
});
--%>
<%--
setTime
();
--%>
<%--
}
else
{
--%>
<%--
$
(
"#startTime"
).
val
(
timeStart
);
--%>
<%--
$
(
"#endTime"
).
val
(
timeEnd
);
--%>
<%--
}
--%>
<%--
});
--%>
$
(
document
).
ready
(
function
()
{
var
timeStart
=
"${startTime}"
;
var
timeEnd
=
"${endTime}"
;
if
(
timeEnd
==
''
&&
timeStart
==
''
)
{
$
(
".mydate"
).
unbind
(
"focus"
);
$
(
".mydate"
).
bind
(
"focus"
,
function
()
{
WdatePicker
({
dateFmt
:
'yyyy-MM-dd'
,
maxDate
:
'%y-%M-{%d}'
});
var
startTime
=
$
(
"#startTime"
);
var
endTime
=
$
(
"#endTime"
);
endTime
.
bind
(
"focus"
,
function
()
{
WdatePicker
({
startDate
:
"%y-{%M}-%d"
,
dateFmt
:
"yyyy-MM-dd"
,
autoPickDate
:
false
,
maxDate
:
'%y-%M-{%d-1}'
});
});
startTime
.
bind
(
"focus"
,
function
()
{
WdatePicker
({
startDate
:
"%y-{%M}-%d"
,
dateFmt
:
"yyyy-MM-dd"
,
autoPickDate
:
false
,
maxDate
:
'%y-%M-{%d-1}'
,
onpicked
:
function
()
{
WdatePicker
({
/* doubleCalendar: true, */
dateFmt
:
"yyyy-MM-dd"
,
autoPickDate
:
true
,
maxDate
:
'%y-%M-{%d-1}'
,
el
:
'endTime'
})
}
});
setTime
();
}
else
{
$
(
"#startTime"
).
val
(
timeStart
);
$
(
"#endTime"
).
val
(
timeEnd
);
}
});
setTime
();
});
function
btnSubmit
()
{
...
...
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