|
|
|
@ -179,7 +179,10 @@
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<if condition="$vo['status'] eq 0">
|
|
|
|
|
<form action="{:U('download/export',array('conditions'=>$vo['conditions'],'id'=>$vo['id'],'dataname'=>$vo['dataname']))}" method="post" id="downloadForm">
|
|
|
|
|
<form action="{:U('download/export')}" method="post" id="downloadForm">
|
|
|
|
|
<input type="hidden" name="conditions" value='{$vo["conditions"]}'/>
|
|
|
|
|
<input type="hidden" name="lid" value="{$vo['id']}"/>
|
|
|
|
|
<input type="hidden" name="dname" value="{$vo['dataname']}"/>
|
|
|
|
|
<a style="cursor: pointer" onclick="reload()" target="_blank" class="chakan"><span>可下载</span></a>
|
|
|
|
|
</form>
|
|
|
|
|
<else /> <a href="javascript:;" class="current"><span style="color:#9D9D9D">已下载</span></a>
|
|
|
|
|