审批后任务提示隐藏
parent
026bdbad4c
commit
2e9c77586d
|
@ -1928,6 +1928,7 @@
|
|||
type: 'post',
|
||||
async: false,
|
||||
success: function (data) {
|
||||
$("#marqueeLi", parent.document).addClass("am-hide");
|
||||
if (data.status == 0) {
|
||||
alert(data.msg);
|
||||
window.location.href = window.location.href;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<li id="marqueeLi" style="margin-top: -10px">
|
||||
<marquee align="left" behavior="scroll" direction="left" height="20" width="200" hspace="50" vspace="20" loop="-1" scrollamount="10" scrolldelay="100" onMouseOut="this.start()" onMouseOver="this.stop()">
|
||||
<a onclick="return removeMarquee()" href="${base}/project/listApprove" target="mainFrame">${hasApproveProjectsMessage!""}</a>
|
||||
<a href="${base}/project/listApprove" target="mainFrame">${hasApproveProjectsMessage!""}</a>
|
||||
</marquee>
|
||||
</li>
|
||||
|
||||
|
@ -43,9 +43,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<script>
|
||||
var removeMarquee = function () {
|
||||
$("#marqueeLi").addClass("am-hide");
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue