123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- <!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>
- </head>
- <body>
- <div ng-controller="listCtrl as ctl" 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-pull-right">
- <a class="sp-pull-right sp-btn-gray sp-btn-radius" ng-click="ctl.init()">
- <i class="fa fa-refresh sp-mr-5"></i>刷 新
- </a>
- <a class="sp-pull-right sp-btn-gray sp-btn-radius" ng-click="ctl.btnAdd()">
- <i class="fa fa-plus sp-mr-5"></i>新 建
- </a>
- </div>
- <div class="sp-page">
- <table class="sp-table sp-mt-10" style="table-layout:fixed">
- <thead>
- <tr>
- <th width="50" rowspan="2">序号</th>
- <th width="50" rowspan="2"></th>
- <th rowspan="2">会议标题</th>
- <th style="border-bottom: 1px solid #E1E6EB" colspan="4">会前</th>
- <th style="border-bottom: 1px solid #E1E6EB" colspan="3">会中</th>
- <th style="border-bottom: 1px solid #E1E6EB" colspan="2">会后</th>
- <th width="140" class="sp-text-center" rowspan="2">操 作</th>
- </tr>
- <tr>
- <th>申请时间</th>
- <th>申请部门</th>
- <th>批示时间</th>
- <th>批示领导</th>
- <th>会议室</th>
- <th>召开时间</th>
- <th>参会人员</th>
- <th>会议纪要</th>
- <th>归档时间</th>
- </tr>
- </thead>
- <tbody>
- <tr ng-if="ctl.addFlag==true">
- <td></td>
- <td></td>
- <td>
- <input type="text" class="sp-input" ng-model="ctl.edit.HYMC" />
- </td>
- <td>
- <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.SQSJ" />
- </td>
- <td>
- <input type="text" class="sp-input" ng-model="ctl.edit.SQBM" readonly ng-click="ctl.openDpList('SQBM')" />
- </td>
- <td>
- <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.PSSJ" />
- </td>
- <td>
- <input type="text" class="sp-input" ng-model="ctl.edit.PSLD" readonly ng-click="ctl.openUserList('PSLD')" />
- </td>
- <td>
- <input type="text" class="sp-input" ng-model="ctl.edit.HYS" />
- </td>
- <td>
- <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.KSSJ" />
- </td>
- <td>
- <input type="text" class="sp-input" title="{{ctl.edit.CYR}}" ng-model="ctl.edit.CYR" readonly ng-click="ctl.openUserList('CYR')" />
- </td>
- <td></td>
- <td></td>
- <td>
- <button class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.btnSubmit()">保 存</button>
- <button class="sp-btn-red sp-btn-sm sp-radius" ng-click="ctl.addFlag=false">取 消</button>
- </td>
- </tr>
- <tr ng-repeat="item in ctl.list">
- <td ng-bind="$index+1"></td>
- <td><input type="checkbox" ng-model="item.checked" ng-disabled="ctl.editFlag==true" /></td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer" ng-click="ctl.goUrl(item)" title="{{item.HYMC}}" ng-bind="item.HYMC" ng-if="item.editFlag==false"></div>
- <input type="text" class="sp-input" title="{{ctl.edit.HYMC}}" ng-model="ctl.edit.HYMC" ng-if="item.editFlag==true" />
- </td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.SQSJ" ng-if="item.editFlag==false"></div>
- <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.SQSJ" ng-if="item.editFlag==true" />
- </td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.SQBM" ng-if="item.editFlag==false"></div>
- <input type="text" class="sp-input" ng-model="ctl.edit.SQBM" readonly ng-click="ctl.openDpList('SQBM')" ng-if="item.editFlag==true" />
- </td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.PSSJ" ng-if="item.editFlag==false"></div>
- <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.PSSJ" ng-if="item.editFlag==true" />
- </td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.PSLD" ng-if="item.editFlag==false"></div>
- <input type="text" class="sp-input" ng-model="ctl.edit.PSLD" readonly ng-click="ctl.openUserList('PSLD')" ng-if="item.editFlag==true" />
- </td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.HYS" ng-if="item.editFlag==false"></div>
- <input type="text" class="sp-input" ng-model="ctl.edit.HYS" ng-if="item.editFlag==true" />
- </td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.KSSJ" ng-if="item.editFlag==false"></div>
- <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.KSSJ" ng-if="item.editFlag==true" />
- </td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" title="{{item.CYR}}" ng-bind="item.CYR" ng-if="item.editFlag==false"></div>
- <input type="text" class="sp-input" title="{{ctl.edit.CYR}}" ng-model="ctl.edit.CYR" readonly ng-click="ctl.openUserList('CYR')" ng-if="item.editFlag==true" />
- </td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer" ng-bind="item.HYJYWJ1[0].DOCNAME" ng-click="ctl.openFiles(item)"></div>
- </td>
- <td>
- <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.GDSJ"></div>
- </td>
- <td class="sp-text-center">
- <button class="sp-btn-blue sp-btn-sm sp-radius" ng-if="item.editFlag==false" ng-disabled="ctl.editFlag==true||ctl.addFlag==true" ng-click="ctl.btnEdit(item)">编 辑</button>
- <button class="sp-btn-red sp-btn-sm sp-radius" ng-if="item.editFlag==false" ng-disabled="ctl.editFlag==true||ctl.addFlag==true" ng-click="ctl.btnDel(item.ID)">删 除</button>
- <button class="sp-btn-blue sp-btn-sm sp-radius" ng-if="item.editFlag==true" ng-click="ctl.btnSave()">保 存</button>
- <button class="sp-btn-red sp-btn-sm sp-radius" ng-if="item.editFlag==true" ng-click="ctl.editFlag=false;item.editFlag=false">取 消</button>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="DpList" style="width: 1000px;">
- <div class="sp-layer-head" style="background:#2176d6">
- <div class="sp-page sp-text-center sp-font16">
- 部门列表
- <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
- ×
- </div>
- </div>
- </div>
- <div class="sp-layer-body">
- <div class="sp-page" style="height:290px;overflow:auto">
- <label class="sp-col-20">
- <input type="checkbox" style="position:relative;top:2px" ng-checked="ctl.AllCheckedDp[ctl.filed]" ng-click="ctl.checkAllDp()" />
- 全选
- </label>
- <div class="sp-page">
- <label class="sp-col-25" title="{{item.DEP}}" ng-repeat="item in ctl.DpList[ctl.filed]">
- <input type="checkbox" style="position:relative;top:2px" ng-checked="item.checked" ng-click="ctl.checkDpItem(item)" />
- {{item.DEP}}
- </label>
- </div>
- </div>
- <div class="sp-page sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-radius" ng-click="ctl.submitDpList(0)"><i class="fa fa-check sp-mr-5"></i>确 定</a>
- <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="userList" style="width: 1000px;">
- <div class="sp-layer-head" style="background:#2176d6">
- <div class="sp-page sp-text-center sp-font16">
- 人员列表
- <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
- ×
- </div>
- </div>
- </div>
- <div class="sp-layer-body">
- <div class="sp-page" style="height:290px;overflow:auto">
- <label class="sp-col-20">
- <input type="checkbox" style="position:relative;top:2px" ng-checked="ctl.AllChecked[ctl.filed]" ng-click="ctl.checkAllUser()" />
- 全选
- </label>
- <div class="sp-page" ng-repeat="item in ctl.UserList[ctl.filed]">
- <h4 style="background:#409EFF" class="sp-color-white sp-pl-10">
- <input type="checkbox" style="position:relative;top:2px" ng-checked="item.checked" ng-click="ctl.checkUserItem(item)" />
- {{item.DEP}}
- </h4>
- <label ng-repeat="item1 in item.USER" class="sp-col-20" title="{{item1.USHOWNAME}}">
- <input type="checkbox" style="position:relative;top:2px" ng-checked="item1.checked" ng-click="ctl.checkUser(item1)" />
- {{item1.USHOWNAME2}}
- </label>
- </div>
- </div>
- <div class="sp-page sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-radius" ng-click="ctl.submitUserList(0)"><i class="fa fa-check sp-mr-5"></i>确 定</a>
- <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="files" style="width: 1000px;">
- <div class="sp-layer-head" style="background:#2176d6">
- <div class="sp-page sp-text-center sp-font16">
- {{ctl.filesTitle}}
- <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
- ×
- </div>
- </div>
- </div>
- <div class="sp-layer-body">
- <div class="sp-page" style="height:290px;overflow:auto">
- <table class="sp-table">
- <tr ng-repeat="item in ctl.filesList" style="cursor: pointer" ng-click="ctl.openFile(item)">
- <td ng-bind="item.DOCNAME"></td>
- <td ng-bind="item.FILEDATE"></td>
- </tr>
- </table>
- </div>
- <div class="sp-page sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-radius" ng-click="ctl.submitDpList(0)"><i class="fa fa-check sp-mr-5"></i>确 定</a>
- <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
- </div>
- </div>
- </div>
- </div>
- <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.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/list1.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>
|