| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 | <!DOCTYPE html><html lang=zh-cn><head>    <meta charset=utf-8>    <title>纵横计量支付系统</title>    <meta name=description content=计量支付>    <meta name=copyright content=smartcost.com.cn>    <link rel=stylesheet href={{rootUrl}}global/css/fixedheadertable.css>    <script src={{rootUrl}}global/js/jquery.fixedheadertable.js></script>    <link rel=stylesheet href="{{rootUrl}}global/css/bootstrap.css">    <link rel=stylesheet href="{{rootUrl}}global/css/style.css">    <script src="{{rootUrl}}global/js/jquery-1.9.1.min.js"></script>    <script src="{{rootUrl}}global/js/bootstrap.js"></script>    <script src="{{rootUrl}}global/js/jl.js"></script></head><body><!-- include "top" --><div class="wrapContent">    <!-- include "left" -->    <div class="mainContainer">        <!--内容-->        <div class="mainContent">            <div class="title clearfix">                <ul class="nav nav-pills">                    <li class="dropdown"><a title="返回" href="{{rootUrl}}project/{{currproArray.pid}}/section"><span                            class="closePanel" aria-hidden="true" data-icon="Z"></span></a></li>                    <li class="dropdown">                    </li>                    <li class="dropdown">                        <a href="{{rootUrl}}project/{{currproArray.pid}}/section" data-toggle="dropdown"                           class="dropdown-toggle">                            {{currconArray.stname}}<b class="caret"></b>                        </a>                        <ul class="dropdown-menu">                            <!-- loop allconArray -->                            <li><a href="{{rootUrl}}project/{{currproArray.pid}}/section">{{allconArray' value.stname}}</a></li>                            <!-- endloop -->                        </ul>                    </li>                    <li class="dropdown">                        <a href="{{rootUrl}}project/{{currproArray.pid}}/section" data-toggle="dropdown"                           class="dropdown-toggle">                            {{curractmeasureArray.pmname}}<b class="caret"></b>                        </a>                        <ul class="dropdown-menu">                            <!-- loop allactmeasureArray -->                            <li>                                <a href="{{rootUrl}}project/{{currproArray.pid}}/section/{{allactmeasureArray' value.pmid}}/detail">{{allactmeasureArray' value.pmname}}</a></li>                            <!-- endloop -->                            <!--				    <li class="divider"></li>                                                <li><a href="#">共18标段,查看更多</a></li>-->                        </ul>                    </li>                </ul>            </div>            <!--导航-->            <ul class="nav nav-tabs">                <li>                    <a href="{{rootUrl}}sproject/{{pid}}/section/{{pmid}}/detail">标段概况</a>                </li>                <li class="active"><a href="{{rootUrl}}project/{{pid}}/section/{{pmid}}/files">附件</a></li>            </ul>            <!--导航-->            <div class="title">                <h1>附件回收站</h1>            </div>            <!--文件管理-->            <div class="filesWrap">                <div class="filesList">                    <table class="table table-striped table-hover">                        <thead>                        <tr>                            <th width="">文件名</th>                            <th width="">期</th>                            <!--<th width="">节点</th>-->                            <th width="">上传者</th>                            <th width="">上传时间</th>                            <th width="">删除</th>                            <th width="">删除时间</th>                            <th width="40">操作</th>                        </tr>                        </thead>                        <tbody>                        <tr>                            <!-- loop itemMeasureArray -->                            <td width=""><span class="fileico ico-jpg"></span><a                                    fileext="{{itemMeasureArray' value.fileext}}"                                    imnid="{{itemMeasureArray' value.imnid}}"                                    iaid="{{itemMeasureArray' value.iaid}}"                                    filename="{{itemMeasureArray' value.filename}}"                                    realname="{{itemMeasureArray' value.realname}}"                                    intime="{{formatDate(itemMeasureArray' value.intime,'Y-m-d')}}"                                    tips="{{itemMeasureArray' value.tips}}"                                    href="#"                                    numpname="第{{ToChinaseNum(itemMeasureArray' value.numpname)}}期"                                    id="fname_{{itemMeasureArray' value.imnid}}"                                    href="#">{{itemMeasureArray' value.filename}}</a></td>                            <td>第{{ToChinaseNum(itemMeasureArray' value.numpname)}}期</td>                            <!--<td>{{itemMeasureArray' value.pmname}}</td>-->                            <td width="">{{itemMeasureArray' value.realname}}</td>                            <td width="">{{formatDate(itemMeasureArray' value.intime,'Y-m-d')}}</td>                            <td class="text-error">{{itemMeasureArray' value.delname}}</td>                            <td class="text-error">{{formatDate(itemMeasureArray' value.deltime,'Y-m-d')}}</td>                            <td>                                <div class="btn-group">                                    <a class="btn btn-mini dropdown-toggle" data-toggle="dropdown" href="#">                                        <span class="caret"></span>                                    </a>                                    <ul class="dropdown-menu">                                        <!--<li><a><i class="icon-eye-open"></i> 预览</a></li>-->                                        <li><a id="down_{{itemMeasureArray' value.imnid}}" iaid="{{itemMeasureArray' value.iaid}}"><i                                                class="icon-download-alt"></i> 下载</a></li>                                        <li><a id="recovery_{{itemMeasureArray' value.imnid}}"                                               imnid="{{itemMeasureArray' value.imnid}}" href="#"                                               data-toggle="modal"><i class="icon-repeat"></i> 恢复</a>                                        </li>                                    </ul>                                </div>                            </td>                        </tr>                        <!-- endloop -->                        </tbody>                    </table>                    <div class="pagination">                        <ul>                            {{pager}}                            <!--<li class="disabled"><a href="#">«</a></li>-->                            <!--<li class="active"><a href="#">1</a></li>-->                            <!--<li><a href="#">2</a></li>-->                            <!--<li><a href="#">3</a></li>-->                            <!--<li><a href="#">4</a></li>-->                            <!--<li><a href="#">5</a></li>-->                        </ul>                    </div>                </div>                <div class="filesDetail hide">                    <input type="hidden" id="imnid" value="0"/>                    <table class="table table-striped">                        <thead>                        <tr>                            <th colspan="4">文件详情</th>                        </tr>                        </thead>                        <tr>                            <th width="60">文件名</th>                            <td colspan="3" id="fn"> K0+800-K1+000图纸</td>                        </tr>                        <tr>                            <th width="60">格式</th>                            <td id="fileico"><span class="fileico ico-jpg"></span>.jpg</td>                            <th width="60">所在期</th>                            <td id="numpname2">第二期</td>                        </tr>                        <tr>                            <th width="60">上传者</th>                            <td id="realname">陈工</td>                            <th width="60">上传时间</th>                            <td id="intime">2014-11-20 14:20</td>                        </tr>                        <tr>                            <th width="60">备注/描述</th>                            <td colspan="3" id="tips">内容内容内容内容</td>                        </tr>                        <tr>                            <th width="60">更多操作</th>                            <td colspan="3">                                <button class="btn btn-mini btn-danger" type="button" href="#file-del"                                        data-toggle="modal"><i class="icon-remove icon-white"></i>彻底删除                                </button>                            </td>                        </tr>                    </table>                </div>            </div>            <!--文件管理-->        </div>        <!--内容-->    </div></div><!-- 替换弹出 --><div id="file-replace" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"     aria-hidden="true">    <div class="modal-header">        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>        <h3 id="myModalLabel">文件恢复</h3>    </div>    <div class="modal-body">        <h5 class="text-success">恢复成功。</h5>    </div>    <div class="modal-footer">        <button class="btn" data-dismiss="modal" aria-hidden="true">关闭</button>    </div></div><!-- 替换弹出 --><!-- 删除弹出 --><div id="file-del" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"     aria-hidden="true">    <div class="modal-header">        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>        <h3 id="myModalLabel">文件删除</h3>    </div>    <div class="modal-body">        <h5 class="text-error">彻底删除无法还原,所有清单下挂的该文件都将移除。</h5>    </div>    <div class="modal-footer">        <button class="btn" data-dismiss="modal" aria-hidden="true">关闭</button>        <button id="del" class="btn btn-danger">确定删除</button>    </div></div></div><!-- 删除弹出 --><!-- 删除弹出 --><div id="file-del2" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"     aria-hidden="true">    <div class="modal-header">        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>        <h3 id="myModalLabel">文件删除</h3>    </div>    <div class="modal-body">        <h5 class="text-warning">文件上传者才有彻底删除权限。</h5>    </div>    <div class="modal-footer">        <button class="btn" data-dismiss="modal" aria-hidden="true">关闭</button>    </div></div></div><!-- 删除弹出 --><script type="text/javascript">autoFlashHeight();</script><script type="text/javascript">    $(document).ready(function () {        $("a[id^='fname_']").click(function () {            var fileext = $(this).attr('fileext');            var filename = $(this).attr('filename');            var realname = $(this).attr('realname');            var intime = $(this).attr('intime');            var tips = $(this).attr('tips');            var numpname = $(this).attr('numpname');            var imnid = $(this).attr('imnid');            var iaid = $(this).attr('iaid');            $("#fn").html(filename);            $("#fileico").html(fileext);            $("#realname").html(realname);            $("#intime").html(intime);            $("#tips").html(tips);            $("#numpname2").html(numpname);            $("#imnid").val(imnid);            $(".filesDetail").show();        });        $("#filedown").click(function () {            var file_data = $('#file').prop('files')[0];            var form_data = new FormData();            form_data.append('file', file_data);            form_data.append('optype', 'replace');            var imnid = $("#fid").val();            form_data.append('imnid', imnid);            $.ajax({                type: "POST",                dataType: "text",                cache: false,                contentType: false,                data: form_data,                url: "/sproject/{{pid}}/section/{{pmid}}/files",                processData: false,                success: function (data) {                    if (data['status'] == 1) {                        window.location.href = "{{rootUrl}}sproject/{{pid}}/section/{{pmid}}/files";                    }                }            });        });        $("a[id^='recovery_']").click(function () {            var imnid = $(this).attr('imnid');            $.ajax({                type: "POST",                dataType: "json",                cache: false,                data: {"imnid": imnid, "optype": 'reconvery'},                url: "/sproject/{{pid}}/section/{{pmid}}/files/recover",                success: function (data) {                    if (data['status'] == 1) {                        $("#file-replace").show();                        window.location.href = "{{rootUrl}}sproject/{{pid}}/section/{{pmid}}/files/recover";                    }                }            });        });        $("#del").click(function () {            var imnid = $("#imnid").val();            $.ajax({                type: "POST",                dataType: "json",                cache: false,                data: {"imnid": imnid, "optype": 'del'},                url: "/sproject/{{pid}}/section/{{pmid}}/files/recover",                success: function (data) {                    if (data['status'] == 1) {                        $("#file-del").modal('hide');                        window.location.href = "{{rootUrl}}sproject/{{pid}}/section/{{pmid}}/files/recover";                    }                    if (data['status'] == 2) {                        $("#file-del2").modal('show');                        $("#file-del").modal('hide');                    }                }            });        });        $("a[id^='down_']").click(function () {            var iaid = $(this).attr('iaid');            window.location.href = "{{rootUrl}}sproject/section/get/" + iaid + "/attachment";        });    });</script></body>
 |