页脚无用字符删除
This commit is contained in:
parent
25f6da671d
commit
7893742c44
|
@ -69,12 +69,16 @@
|
|||
<p>数据清单:<?= $item['datalist']; ?></p>
|
||||
<p>
|
||||
<a class="label label-info" href="/admin/down/offlineapp/view/<?= $item['id']; ?>">原始申请表</a>
|
||||
<?php if ($item['datastatus']==3) : ?>
|
||||
<spanid="start_<?= $item['id']; ?>"><a class="label label-success" href="javascript:action('start',<?= $item['id']; ?>);" onclick="return confirm('确定收到该申请?')">收到</a></span>
|
||||
<?php if ($item['datastatus']!=4) : ?>
|
||||
<span id="start_<?= $item['id']; ?>">
|
||||
<a class="label label-success" href="javascript:action('start',<?= $item['id']; ?>);" onclick="return confirm('确定收到该申请?')">收到</a>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
<a class="label label-success" href="javascript:action('finish',<?= $item['id']; ?>);" onclick="return confirm('确定确定通过该申请?')">通过</a>
|
||||
<a class="label label-danger" href="javascript:action('deleted',<?= $item['id']; ?>);" onclick="return confirm('确定将此记录删除?')">删除</a>
|
||||
<a class="label label-warning" href="javascript:action('deny',<?= $item['id']; ?>);" onclick="return confirm('确定拒绝该申请?')">拒绝</a>
|
||||
<?php if ($item['datastatus']!=-1) : ?>
|
||||
<a class="label label-warning" href="javascript:action('deny',<?= $item['id']; ?>);" onclick="return confirm('确定拒绝该申请?')">拒绝</a>
|
||||
<?php endif; ?>
|
||||
<a class="label label-warning" href="javascript:action('reset',<?= $item['id']; ?>);" onclick="return confirm('是否重置该申请?')">重置</a>
|
||||
<a class="label label-primary" href="javascript:void(0);" onclick="upload.showUploadForm(<?= $item['id'] ?>);">上传签字申请表</a>
|
||||
<?php if(!empty($item['applicationform'])) { ?>
|
||||
|
@ -111,8 +115,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
P.@.[zb(5)].Zz
|
||||
|
||||
<script>
|
||||
//var param = {};
|
||||
//var upload_count = 0;
|
||||
|
|
Loading…
Reference in New Issue