123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496 |
- <!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='css/index.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- </head>
- <body>
- <div ng-controller="indexCtrl as ctl" id="app" ng-cloak>
- <div class="sp-wrapper-left" style="width: 20%; top: 0; background: #F7F7F7; border-left: 1px #F7F7F7 solid; border-right: 1px #F7F7F7 solid; overflow:auto">
- <div class="sp-menu" id="spWrapperLeftBar">
- <div class="sp-menu-row">
- <ul id="spWrapperLeftBarUl" class="sp-menu">
- <li class="sp-menu-first" ng-repeat="item in ctl.leftTree" ng-if="item.DPMAN.indexOf(ctl.userName)>-1||item.DPCODE.indexOf(ctl.userDpName)>-1||ctl.userRole==1">
- <span class="sp-menu-ltitle" title="{{item.CNAME}}" ng-bind="item.CNAME" ng-click="ctl.checkNode(item,0)"></span>
- <ul>
- <li class="sp-menu-second" ng-show="item.show" ng-repeat="item1 in item.C_H_I_L_D_DATA" ng-if="item1.DPMAN.indexOf(ctl.userName)>-1||item1.DPCODE.indexOf(ctl.userDpName)>-1||ctl.userRole==1">
- <span class="sp-menu-ltitle" ng-bind="item1.CNAME" title="{{item1.CNAME}}" ng-if="item1.LEAF=='0'" ng-click="ctl.checkNode(item1,0)"></span>
- <span class="sp-menu-ltitle" ng-bind="item1.CNAME" title="{{item1.CNAME}}" ng-if="item1.LEAF=='1'" ng-click="ctl.getRightData(item1)"></span>
- <ul>
- <li class="sp-menu-third" ng-show="item1.show" ng-repeat="item2 in item1.C_H_I_L_D_DATA" ng-if="item2.DPMAN.indexOf(ctl.userName)>-1||item2.DPCODE.indexOf(ctl.userDpName)>-1||ctl.userRole==1">
- <span class="sp-menu-ltitle" ng-bind="item2.CNAME" title="{{item2.CNAME}}" ng-if="item2.SFKSCWJ==1" ng-click="ctl.checkNode(item2,0)"></span>
- <span class="sp-menu-ltitle" ng-bind="item2.CNAME" title="{{item2.CNAME}}" ng-if="item2.SFKSCWJ!=1" ng-click="ctl.getRightData(item2)"></span>
- <span class="upload" style="width:20px" ng-if="item2.SFKSCWJ==1&&(item2.DPMAN.indexOf(ctl.userName)>-1||(item2.DPCODE.indexOf(ctl.userDpName)>-1&&item2.CODE!='AA010101')||(item2.DPCODE.indexOf(ctl.userDpName)==-1&&ctl.userRole==1))">
- <input id="fileupload-{{item2.CODE}}" class="upload-file-single" type="file" name="files[]" multiple>
- <i class="fa fa-upload" ng-click="ctl.uploadTree(item2)"></i>
- </span>
- <ul>
- <li class="sp-menu-third" ng-show="item1.show" ng-repeat="item3 in item2.C_H_I_L_D_DATA">
- <span class="sp-menu-ltitle" title="{{item3.FILENAMES}}" ng-if="item2.SFKSCWJ==1" ng-click="ctl.getFileUrl(item3)">
- {{item3.FILENAMES}}
- </span>
- <span class="sp-pull-right sp-mr-5" ng-if="item2.SFKSCWJ==1&&(item3.USERID==ctl.userId||item2.DPMAN==ctl.userName)" ng-click="ctl.deleteFileTree(item3,item2)">
- <i class="fa fa-trash sp-color-red" title="删除"></i>
- </span>
- <span class="sp-pull-right sp-mr-15" ng-if="item2.SFKSCWJ==1" ng-click="ctl.download(item3)">
- <i class="fa fa-download sp-color-blue" title="下载"></i>
- </span>
- <span class="sp-pull-right sp-mr-15" ng-if="item2.SFKSCWJ==1&&$index!=item2.C_H_I_L_D_DATA.length-1&&((ctl.userRole!=3&&item2.CODE!='AA010101')||(ctl.userRole!=3&&item2.CODE=='AA010101'))" ng-click="ctl.sortItem(item3,item2,2)">
- <i class="fa fa-arrow-down sp-color-blue" title="下移"></i>
- </span>
- <span class="sp-pull-right sp-mr-15" ng-if="item2.SFKSCWJ==1&&$index!=0&&((ctl.userRole!=3&&item2.CODE!='AA010101')||(ctl.userRole!=3&&item2.CODE=='AA010101'))" ng-click="ctl.sortItem(item3,item2,1)">
- <i class="fa fa-arrow-up sp-color-blue" title="上移"></i>
- </span>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- </div>
- </div>
- <div class="sp-wrapper-right" style="left: 21%; top: 0; right: 1%; overflow: auto">
- <div class="sp-page" ng-if="ctl.rightType==1">
- <iframe ng-src="{{ctl.BrowseUrl}}" id="nodeBrowse" frameborder="0" class="iframe" scrolling="no"></iframe>
- </div>
- <div class="sp-page" ng-if="ctl.rightType==2">
- <div class="sp-box sp-text-right">
- <span class="sp-btn-blue sp-btn-sm sp-radius" ng-if="ctl.userRole!=2&&ctl.userRole==ctl.activeNode.ROLETYPE" ng-click="ctl.addItem(ctl.userRole)">新增</span>
- <span class="sp-btn-green sp-btn-sm sp-radius" ng-click="ctl.openSearch()">筛选</span>
- <span class="sp-btn-gray sp-btn-sm sp-radius" ng-click="ctl.printOut()">导出</span>
- </div>
- <table class="sp-table" ng-if="ctl.activeNode.ROLETYPE==1">
- <thead>
- <tr>
- <th>序号</th>
- <th>时间</th>
- <th>形式</th>
- <th>次序</th>
- <th>主题</th>
- <th>主要内容</th>
- <th width="150">方案、材料</th>
- <th width="150">研讨材料</th>
- <th width="150">原始记录</th>
- <th width="150">情况报告</th>
- <th>参加人员</th>
- <th width="150">操作</th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list1">
- <td ng-bind="$index+1"></td>
- <td ng-bind="item.SJ"></td>
- <td ng-bind="item.XS"></td>
- <td ng-bind="item.CX"></td>
- <td ng-bind="item.ZT"></td>
- <td ng-bind="item.ZYNR"></td>
- <td>
- <div ng-repeat="item1 in item.FA" class="sp-page" style="width:150px">
- <span class="sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES"></span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>
- <td>
- <div ng-repeat="item1 in item.YTCL" class="sp-page" style="width:150px">
- <span class="sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES"></span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>
- <td>
- <div ng-repeat="item1 in item.YSJL" class="sp-page" style="width:150px">
- <span class="sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES"></span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>
- <td>
- <div ng-repeat="item1 in item.QKBG" class="sp-page" style="width:150px">
- <span class="sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES"></span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>
- <td ng-bind="item.CJYR"></td>
- <td>
- <span class="sp-btn-blue sp-radius" ng-click="ctl.editItem(item,ctl.userRole)">编辑</span>
- <span class="sp-btn-red sp-radius" ng-click="ctl.deleteList(item)">删除</span>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="sp-table" ng-if="ctl.activeNode.ROLETYPE==2">
- <thead>
- <tr>
- <th>序号</th>
- <th>时间</th>
- <th>形式</th>
- <th>次序</th>
- <th>主题</th>
- <th width="150">方案、材料</th>
- <th width="150">研讨材料</th>
- <th width="150">操作</th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list2">
- <td ng-bind="$index+1"></td>
- <td ng-bind="item.SJ"></td>
- <td ng-bind="item.XS"></td>
- <td ng-bind="item.CX"></td>
- <td ng-bind="item.ZT"></td>
- <td>
- <div ng-repeat="item1 in item.FA" class="sp-page" style="width:150px">
- <span class="sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES"></span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>
- <td>
- <div ng-repeat="item1 in item.YTCL" class="sp-page" style="width:150px" ng-if="item1.PER_USER_LIST[0].USERID.indexOf(ctl.userId)>-1||item1.PER_USER_LIST[0].USERNAME.indexOf(ctl.activeNode.DPMAN)>-1||ctl.userId=='10876168-b21d-481e-9a02-1edb5af9853f'">
- <span class=" sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES">
- </span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>
- <td>
- <span class="sp-btn-blue sp-radius" ng-click="ctl.editItem(item,ctl.userRole)" ng-if="ctl.activeNode.DPMAN==ctl.userName||ctl.userRole==1">编辑</span>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="sp-table" ng-if="ctl.activeNode.ROLETYPE==3">
- <thead>
- <tr>
- <th>序号</th>
- <th>时间</th>
- <th>形式</th>
- <th>次序</th>
- <th>主题</th>
- <th>主要内容</th>
- <th width="150">方案、材料</th>
- <!--<th width="150">研讨材料</th>-->
- <th width="150">原始记录</th>
- <th width="150">情况报告</th>
- <th>参学情况</th>
- <th width="150" ng-if="ctl.userRole==3">操作</th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list3">
- <td ng-bind="$index+1"></td>
- <td ng-bind="item.SJ"></td>
- <td ng-bind="item.XS"></td>
- <td ng-bind="item.CX"></td>
- <td ng-bind="item.ZT"></td>
- <td ng-bind="item.ZYNR"></td>
- <td>
- <div ng-repeat="item1 in item.FA" class="sp-page" style="width:150px">
- <span class="sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES"></span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>
- <!--<td>
- <div ng-repeat="item1 in item.YTCL" class="sp-page" style="width:150px">
- <span class="sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES"></span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>-->
- <td>
- <div ng-repeat="item1 in item.YSJL" class="sp-page" style="width:150px">
- <span class="sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES"></span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>
- <td>
- <div ng-repeat="item1 in item.QKBG" class="sp-page" style="width:150px">
- <span class="sp-page-col" style="width:calc(100% - 40px);overflow:hidden;white-space: nowrap;text-overflow:ellipsis" title="{{item1.FILENAMES}}" ng-bind="item1.FILENAMES"></span>
- <i class="fa fa-trash sp-color-red sp-pull-right sp-ml-15 sp-mt-5 pointer" ng-click="ctl.deleteListFile(item1)" title="删除" ng-if="item1.USERID==ctl.userId"></i>
- <i class="fa fa-download sp-color-blue sp-pull-right sp-mt-5 pointer" ng-click="ctl.download(item1)" title="下载"></i>
- </div>
- </td>
- <td ng-bind="item.CXQK"></td>
- <td ng-if="ctl.userRole==3">
- <span class="sp-btn-blue sp-radius" ng-click="ctl.editItem(item,ctl.userRole)">编辑</span>
- <span class="sp-btn-red sp-radius" ng-click="ctl.deleteList(item)">删除</span>
- </td>
- </tr>
- </tbody>
- </table>
- <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip == 0">
- <i class="fa fa-exclamation-circle sp-mr-10"></i>您好,暂未查询到相关信息!
- </div>
- </div>
- <div class="sp-page" ng-if="ctl.rightType==3">
- <span class="sp-btn-blue sp-btn-sm sp-radius upload" ng-if="ctl.userRole==1">
- <input type="button" class="upload-btn-single" ng-click="ctl.uploadAA00()" value="新增">
- <input id="fileupload-AA00" class="upload-file-single" type="file" name="files[]" multiple>
- <i class="fa fa-plus"></i>
- </span>
- <table class="sp-table">
- <thead>
- <tr>
- <th>序号</th>
- <th>附件名称</th>
- <th width="150">操作</th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.listFile">
- <td ng-bind="$index+1"></td>
- <td ng-bind="item.FILENAMES"></td>
- <td>
- <span class="sp-btn-blue sp-radius" ng-click="ctl.download(item)">下载</span>
- <span class="sp-btn-red sp-radius" ng-if="ctl.userRole==1" ng-click="ctl.DelAA00(item)">删除</span>
- </td>
- </tr>
- </tbody>
- </table>
- <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip == 0">
- <i class="fa fa-exclamation-circle sp-mr-10"></i>您好,暂未查询到相关信息!
- </div>
- </div>
- </div>
- <div class="sp-layer" id="Search" style="width: 550px;">
- <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">
- <table class="sp-grid-job">
- <tbody>
- <tr>
- <td style="width:120px;">形式</td>
- <td colspan="2">
- <input type="text" class="sp-input" placeholder="请输入形式" ng-model="ctl.search.XS" />
- </td>
- </tr>
- <tr>
- <td style="width:120px;">时间</td>
- <td>
- <input type="text" class="sp-input laydate-logo" sp-laydate placeholder="请输入开始时间" ng-model="ctl.search.SJ1" />
- </td>
- <td>
- <input type="text" class="sp-input laydate-logo" sp-laydate placeholder="请输入结束时间" ng-model="ctl.search.SJ2" />
- </td>
- </tr>
- </tbody>
- </table>
- <div class="sp-page sp-text-center sp-mt-20">
- <a class="sp-btn-blue sp-radius" ng-click="ctl.doSearch()"><i class="fa fa-check sp-mr-5"></i>确 定</a>
- <a class="sp-btn-blue sp-radius" ng-click="ctl.cancal()"><i class="fa fa-refresh sp-mr-5"></i>重 置</a>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="editWin" style="width:700px">
- <div class="sp-layer-head" style="background:#2176d6">
- <div class="sp-page sp-text-center sp-font16">
- {{ctl.editWin}}
- <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
- ×
- </div>
- </div>
- </div>
- <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <table class="sp-grid-job" ng-if="ctl.showYSJL==false">
- <tr ng-if="ctl.userRole!=2">
- <td width="150">时 间</td>
- <td>
- <input type="text" class="sp-input laydate-logo" sp-laydate ng-model="ctl.edit.SJ" />
- </td>
- </tr>
- <tr ng-if="ctl.userRole!=2">
- <td>形 式</td>
- <td>
- <input type="text" class="sp-input" ng-model="ctl.edit.XS" />
- </td>
- </tr>
- <tr ng-if="ctl.userRole!=2">
- <td>次 序</td>
- <td>
- <input type="text" class="sp-input" ng-model="ctl.edit.CX" />
- </td>
- </tr>
- <tr ng-if="ctl.userRole!=2">
- <td>主 题</td>
- <td>
- <textarea class="sp-textarea" ng-model="ctl.edit.ZT" rows="4" style="resize:none"></textarea>
- <!--<input type="text" class="sp-input" ng-model="ctl.edit.ZT" />-->
- </td>
- </tr>
- <tr ng-if="ctl.userRole!=2">
- <td>主要内容</td>
- <td>
- <textarea class="sp-textarea" ng-model="ctl.edit.ZYNR" rows="4" style="resize:none"></textarea>
- <!--<input type="text" class="sp-input" ng-model="ctl.edit.ZYNR" />-->
- </td>
- </tr>
- <tr ng-if="ctl.userRole!=2">
- <td>方 案</td>
- <td>
- <div class="sp-page" style="max-height:100px;overflow:auto">
- <div class="sp-page fileArr" ng-repeat="item in ctl.arrayFile.FA">
- <div class="sp-page" style="width: auto; max-width: calc(100% - 50px); padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; " ng-bind="item.FILENAMES1" title="{{item.FILENAMES}}" ng-click="ctl.download(item)"></div>
- <div class="sp-page" style="width: 50px">
- <a ng-click="ctl.deleteFile(item,'FA')" ng-if="item.USERID==ctl.userId">
- <i class="fa fa-trash sp-color-red">删除</i>
- </a>
- </div>
- </div>
- </div>
- <span class="upload">
- <input type="button" class="upload-btn-single" ng-click="ctl.beforeUpload('FA')" value="上传附件">
- <input id="fileupload-FA" class="upload-file-single" type="file" name="files[]" multiple>
- <i class="fa fa-plus"></i>
- </span>
- </td>
- </tr>
- <tr ng-if="ctl.userRole!=3">
- <td>研讨材料</td>
- <td>
- <div class="sp-page" style="max-height:100px;overflow:auto">
- <div class="sp-page fileArr" ng-repeat="item in ctl.arrayFile.YTCL" ng-if="item.USERID==ctl.userId||ctl.userRole==1||ctl.userId=='10876168-b21d-481e-9a02-1edb5af9853f'">
- <div class="sp-page" style="width: auto; max-width: calc(100% - 100px); padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; " ng-bind="item.FILENAMES1" title="{{item.FILENAMES}}" ng-click="ctl.download(item)"></div>
- <div class="sp-page" style="width: 100px">
- <a ng-click="ctl.deleteFile(item,'YTCL')" ng-if="item.USERID==ctl.userId">
- <i class="fa fa-trash sp-color-red">删除</i>
- </a>
- <a ng-click="ctl.FileRole(item)" ng-if="ctl.userRole!=2">
- <i class="fa fa-cog sp-color-blue">设置</i>
- </a>
- </div>
- </div>
- </div>
- <span class="upload" ng-click="ctl.currentYTCL = null;ctl.showYSJL=true">
- <!--<input id="fileupload-YTCL" class="upload-file-single" ng-click="ctl.upload('YTCL')" type="file" name="files[]" multiple>-->
- <i class="fa fa-plus"></i>
- </span>
- </td>
- </tr>
- <tr ng-if="ctl.userRole!=2">
- <td>原始记录</td>
- <td>
- <div class="sp-page" style="max-height:100px;overflow:auto">
- <div class="sp-page fileArr" ng-repeat="item in ctl.arrayFile.YSJL">
- <div class="sp-page" style="width: auto; max-width: calc(100% - 50px); padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; " ng-bind="item.FILENAMES1" title="{{item.FILENAMES}}" ng-click="ctl.download(item)"></div>
- <div class="sp-page" style="width: 50px">
- <a ng-click="ctl.deleteFile(item,'FA')" ng-if="item.USERID==ctl.userId">
- <i class="fa fa-trash sp-color-red">删除</i>
- </a>
- </div>
- </div>
- </div>
- <span class="upload">
- <input type="button" class="upload-btn-single" ng-click="ctl.beforeUpload('YSJL')" value="上传附件">
- <input id="fileupload-YSJL" class="upload-file-single" type="file" name="files[]" multiple>
- <i class="fa fa-plus"></i>
- </span>
- </td>
- </tr>
- <tr ng-if="ctl.userRole!=2">
- <td>情况报告</td>
- <td>
- <div class="sp-page" style="max-height:100px;overflow:auto">
- <div class="sp-page fileArr" ng-repeat="item in ctl.arrayFile.QKBG">
- <div class="sp-page" style="width: auto; max-width: calc(100% - 50px); padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; " ng-bind="item.FILENAMES1" title="{{item.FILENAMES}}" ng-click="ctl.download(item)"></div>
- <div class="sp-page" style="width: 50px">
- <a ng-click="ctl.deleteFile(item,'FA')" ng-if="item.USERID==ctl.userId">
- <i class="fa fa-trash sp-color-red">删除</i>
- </a>
- </div>
- </div>
- </div>
- <span class="upload">
- <input type="button" class="upload-btn-single" ng-click="ctl.beforeUpload('QKBG')" value="上传附件">
- <input id="fileupload-QKBG" class="upload-file-single" type="file" name="files[]" multiple>
- <i class="fa fa-plus"></i>
- </span>
- </td>
- </tr>
- <tr ng-if="ctl.userRole==1">
- <td>参加人员</td>
- <td>
- <input type="text" class="sp-input" ng-model="ctl.edit.CJYR" />
- </td>
- </tr>
- <tr ng-if="ctl.userRole==3">
- <td>参学情况</td>
- <td>
- <input type="text" class="sp-input" ng-model="ctl.edit.CXQK" />
- </td>
- </tr>
- </table>
- <table class="sp-grid-job" ng-if="ctl.showYSJL==true">
- <tr>
- <td width="150">研讨材料</td>
- <td>
- <div class="sp-page" ng-if="ctl.currentYTCL!=null">
- <a ng-bind="ctl.currentYTCL.FILENAMES"></a>
- <a ng-click="ctl.deleteFile(ctl.currentYTCL,'currentYTCL')" ng-if="item.USERID==ctl.userId">
- <i class="fa fa-trash sp-color-red">删除</i>
- </a>
- </div>
- <span class="upload">
- <input type="button" class="upload-btn-single" ng-click="ctl.beforeUpload('YTCL')" value="上传附件">
- <input id="fileupload-YTCL" class="upload-file-single" type="file" name="files[]" multiple>
- <i class="fa fa-plus"></i>
- </span>
- </td>
- </tr>
- <tr ng-if="ctl.userRole!=2">
- <td>可见范围</td>
- <td>
- <label class="sp-col-25" title="{{item.USHOWNAME}}" ng-repeat="item in ctl.WLDList" style="overflow:hidden;white-space: nowrap;white-space:nowrap;text-overflow:ellipsis">
- <input type="checkbox" style="position:relative;top:2px" ng-checked="item.checked" ng-disabled="item.USERID=='10876168-b21d-481e-9a02-1edb5af9853f'" ng-click="ctl.checkItem(item)" />
- {{item.USHOWNAME}}
- </label>
- </td>
- </tr>
- </table>
- <div class="sp-page sp-text-center sp-pt-10" ng-if="ctl.showYSJL==false">
- <button class="sp-btn-blue sp-radius" ng-click="ctl.btnSave()"><i class="fa fa-check sp-mr-5"></i>保 存</button>
- <button class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>关 闭</button>
- </div>
- <div class="sp-page sp-text-center sp-pt-10" ng-if="ctl.showYSJL==true">
- <button class="sp-btn-blue sp-radius" ng-disabled="ctl.currentYTCL==null" ng-click="ctl.btnCheckUser()"><i class="fa fa-check sp-mr-5"></i>确 定</button>
- <button class="sp-btn-blue sp-radius" ng-click="ctl.showYSJL=false"><i class="fa fa-close sp-mr-5"></i>取 消</button>
- </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/index.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>
- <!--附件-->
- <script src="../../AFrontEnd/plugins/js.fileupload/vendor/jquery.ui.widget.js"></script>
- <script src="../../AFrontEnd/plugins/js.fileupload/jquery.iframe-transport.js"></script>
- <script src="../../AFrontEnd/plugins/js.fileupload/jquery.fileupload.js"></script>
- </body>
- </html>
|