|
|
|
@ -138,7 +138,7 @@
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<if condition="$vo['status'] eq 0">
|
|
|
|
|
<a href="{:U('download/export',array('conditions'=>$vo['conditions'],'id'=>$vo['id'],'dataname'=>$vo['dataname']))}" style="cursor: pointer"
|
|
|
|
|
<a href="{:U('download/export',array('conditions'=>$vo['conditions'],'id'=>$vo['id'],'dataname'=>$vo['dataname']))}" onclick="reload()" style="cursor: pointer"
|
|
|
|
|
class="chakan"><span>可下载</span></a>
|
|
|
|
|
|
|
|
|
|
<else /> <a href="javascript:;" class="current"><span style="color:#9D9D9D">已下载</span></a>
|
|
|
|
@ -235,4 +235,9 @@
|
|
|
|
|
<script>
|
|
|
|
|
setValue('pid', {$Think.request.pid |default = '""'});
|
|
|
|
|
</script>
|
|
|
|
|
<script>
|
|
|
|
|
function reload() {
|
|
|
|
|
setTimeout(function(){ window.location.reload(); }, 1000);
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</block>
|
|
|
|
|