Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
DengXinFei
8 years ago
Commit
98bfb927611e5b5089f3cb44b25038eda4c80319
2 parents
c7591067
090c4294
Merge branch 'master' of git.yoho.cn:yoho30/yohobuy-union
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
common/src/main/resources/META-INF/spring/spring-interceptor-config.xml
web/src/main/webapp/admin/activateList.html
common/src/main/resources/META-INF/spring/spring-interceptor-config.xml
View file @
98bfb92
...
...
@@ -38,6 +38,7 @@
<value>
/ActivateUnionRest/queryActivateHour
</value>
<value>
/ActivateUnionRest/queryActivateDay
</value>
<value>
/ActivateUnionRest/queryByDeviceId
</value>
<value>
/channel/addActualCostForGDT
</value>
<value>
/jump
</value>
<value>
/go
</value>
<value>
/pushUnionOrders
</value>
...
...
web/src/main/webapp/admin/activateList.html
View file @
98bfb92
...
...
@@ -56,6 +56,7 @@
<
input
id
=
"
activateTimeEnd
"
name
=
"
activateTimeEnd
"
type
=
"
text
"
class
=
"
easyui-datetimebox
"
editable
=
"
false
"
data-options
=
"
prompt
:
'激活结束时间'"
style
=
"
width
:
200px
;
"
>
<
a
id
=
"
searchBtn
"
class
=
"
easyui-linkbutton
btn-info
"
style
=
"
margin-left
:
30px
;
"
></
a
>
<
a
id
=
"
searchBtn3
"
class
=
"
easyui-linkbutton
btn-info
"
style
=
"
margin-left
:
30px
;
"
></
a
>
</
form
>
</
div
>
</
div
>
...
...
@@ -651,6 +652,16 @@
}
});
$
(
"#searchBtn3"
).
linkbutton
({
iconCls
:
"icon-search"
,
text
:
"报表"
,
onClick
:
function
(){
window
.
location
.
href
=
"http://union.yoho.cn/union/admin/mktReportform.html"
;
}
}
)
$
(
"#searchBtn2"
).
linkbutton
({
iconCls
:
"icon-search"
,
text
:
"查询"
,
...
...
Please
register
or
login
to post a comment