.
This commit is contained in:
@ -144,6 +144,9 @@
|
||||
}
|
||||
|
||||
$(function () {
|
||||
if (!canExport) {
|
||||
$('#spExport').hide();
|
||||
}
|
||||
InitGridData();
|
||||
OnRefresh();
|
||||
|
||||
@ -162,7 +165,7 @@
|
||||
</div>
|
||||
<div class="function_title">
|
||||
<span class="sbutton iconrefresh" onclick="OnRefresh();" data-lgid="P_AM_REFRESH">Refresh</span>
|
||||
<span class="sbutton iconexport" onclick="OnExport();" data-lgid="P_AM_EXPORT">Export to Excel</span>
|
||||
<span id="spExport" class="sbutton iconexport" onclick="OnExport();" data-lgid="P_AM_EXPORT">Export to Excel</span>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<div id="autoacknowledgelist"></div>
|
||||
|
Reference in New Issue
Block a user