123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
-
- <title>稿件</title>
- <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
- <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- <script>document.write("<link href='../flowchart_app_imgcss/css/attachlist.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- </head>
- <body>
- <div ng-controller="formeditCtrl as ctl" id="app" ng-cloak>
- <div class="wrapper wrapper-content">
- <div class="row">
- <div class="col-md-12">
- <div class="ibox float-e-margins">
- <div class="ibox-content">
- <div class="row">
- <div class="col-md-12">
- <div class="sp-box sp-bg-white">
- <div class="sp-page-col">
- <div class="sp-page-title" style="margin:7px 0;">发文稿件</div>
- </div>
- <div class="sp-page-col sp-ml-15 topPart">
- <a ng-repeat="item in ctl.SwenList" ng-class="{'activeSwen':ctl.Title==item.VNAME}" class="SwenBtn" href="{{item.TEMPFORM}}" title="{{item.VNAME}}">
- {{item.VNAME}}
- <!--<i ng-if="ctl.Title==item.VNAME" class="fa fa-check sp-color-blue"></i>-->
- </a>
- </div>
- <div class="sp-page-col sp-pull-right btn-box">
- <a href="{{ctl.return}}" class="sp-btn-gray sp-radius">
- <img src="../flowchart_app_imgcss/img/fh.png" height="14" />
- 返 回
- </a>
- <a class="sp-radius sp-btn-gray" ng-if="ctl.returnList.length!=0" ng-click="ctl.returnListShow=!ctl.returnListShow;">
- <span ng-if="ctl.returnListShow==true"><i class="fa fa-angle-double-up sp-fs-20 sp-mr-5" style="position:relative;top:3px"></i></span>
- <span ng-if="ctl.returnListShow==false"><i class="fa fa-angle-double-down sp-fs-20 sp-mr-5" style="position:relative;top:3px"></i></span>
- </a>
- </div>
- <div class="sp-page" style=" width: 422px; padding: 10px; border: 1px solid #c6c6c6; position: absolute; top: 35px; right: 0px; background: white; z-index: 7;" ng-if="ctl.returnListShow==true">
- <center class="sp-box">退回意见:{{ctl.selectReturn.BACKOPINION}}</center>
- <table class="sp-grid" style="width: 402px; border: 1px solid #c6c6c6">
- <thead>
- <tr>
- <th width="50">序号</th>
- <th width="150">内容</th>
- <th width="200">日期</th>
- </tr>
- </thead>
- <tbody>
- <tr class="pointer" ng-repeat="item in ctl.returnList" ng-click="ctl.selectReturn=item">
- <td ng-bind="$index+1"></td>
- <td ng-bind="item.BACKOPINION1"></td>
- <td ng-bind="item.BACKDATE"></td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <div class="sp-page">
- <div class="col-md-2">
- <div class="sp-page" style="padding:15px;background-color: #E9F5FC">
- <div class="sp-page">
- <div class="sp-box">成文稿</div>
- <div class="sp-page-mgn" style="min-height: 100px; max-height: 30px">
- <div class="sp-page-pad">
- <div class="sp-lh-22" ng-if="ctl.zhengwen.length>0" ng-repeat="item in ctl.zhengwen">
- <span class="sp-page-col sp-cursor-pointer" style="width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;" title="{{item.DOCNAME}}.{{item.FILEEXT}}" ng-click="ctl.browse(item)">{{item.DOCNAME}}.{{item.FILEEXT}}</span>
- </div>
- <div class="sp-lh-50 sp-text-center" ng-if="ctl.zhengwen.length<1">暂无文件</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="col-md-10">
- <center class="sp-page" ng-if="ctl.zhengwen.length==0">
- <img width="500" src="../flowchart_app_imgcss/img/attachlist/default.png" />
- </center>
- <iframe id="iframe_WO" src="" width="100%" frameborder="0" class="iframe" scrolling="no" ng-if="ctl.zhengwen.length!=0"></iframe>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="../../AFrontEnd/js/jquery/jquery-1.8.3.min.js"></script>
- <script src="../../AFrontEnd/js/laydate/laydate.js"></script>
- <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
- <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
- <script src="../../apiurljs.js"></script>
- <script src="../../js/sm4.js"></script>
- <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
- <script>document.write('<scri' + 'pt src="js/detail3.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
- <script src="../../AFrontEnd/js/special/spng.js"></script>
- <script src="../../AFrontEnd/js/special/spngvld.js"></script>
- </body>
- </html>
|