1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189 |
- <!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/formedit.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- <script>document.write("<link href='../../flowchart_app_imgcss/css/formeditFL.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- <script>document.write("<link href='../../flowchart_app_imgcss/css/canvasQianzi.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- <style>
- .sp-page-table tr td {
- border-top:0;
- border-bottom:1px solid #ff0000
- }
- </style>
- </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-page mousemove" style="position:fixed;z-index:6;background:#c6c6c6;opacity:0.5;display:none"></div>
- <div class="sp-page" ng-include="'../../forward/header.html'"></div>
- <div class="sp-page sp-fs-16" style="border-bottom: 1px solid #c6c6c6">
- <div class="sp-page-col sp-pull-right">
- <div class="sp-page-col" ng-repeat="item in ctl.buttonList">
- <button class="sp-btn-sm sp-radius" style="padding: 4px 10px;" ng-class="{'sp-btn-gray':item.CODE.indexOf('SENDITEM')==-1,'sp-btn-blue':item.CODE.indexOf('SENDITEM')!=-1}" ng-click="ctl.btnEvent(item)" ng-if="item.CODE!='array'&&ctl.dotype==1||(ctl.dotype!=1&&item.EXPLAIN=='1')">
- <img ng-if="item.CODE.indexOf('SAVEITEM')!=-1" src="../../flowchart_app_imgcss/img/bc.png" height="14" />
- <img ng-if="item.CODE.indexOf('PRINTITEM')!=-1" src="../../flowchart_app_imgcss/img/dy.png" height="14" />
- <img ng-if="item.CODE.indexOf('SENDITEM')!=-1" src="../../flowchart_app_imgcss/img/zfw.png" height="14" />
- <img ng-if="item.CODE.indexOf('SENDLOG')!=-1" src="../../flowchart_app_imgcss/img/lz.png" height="14" />
- {{item.CNAME}}
- </button>
- <button style="padding: 4px 10px; position: relative" class="sp-btn-md sp-radius sp-btn-blue tiaoahao" ng-if="item.CODE=='array'&&ctl.dotype==1">
- {{item.CNAME}}
- <div class="sp-page" style="width:auto;background:#fff;border:1px solid #ccc;position:absolute;top:28px;left:50%;transform:translateX(-50%);z-index:12;display:none">
- <div class="sp-page sp-text-center" ng-repeat="item1 in item.data">
- <div class="sp-radius" ng-class="{'sp-btn-gray':item1.CODE.indexOf('SENDITEM')==-1,'sp-btn-blue':item1.CODE.indexOf('SENDITEM')!=-1}" ng-click="ctl.btnEvent(item1)">{{item1.CNAME}}</div>
- </div>
- </div>
- </button>
- </div>
- <button class="sp-btn-gray sp-btn-sm sp-radius" style="padding: 4px 10px;" onclick="javascript: window.close(); localStorage.setItem('GlWorkPlatform-qianbaomgr-refresh', 1)" ng-if="ctl.deviceType!='pad'">
- <img src="../../flowchart_app_imgcss/img/fh.png" height="14" />
- 关闭
- </button>
- <button class="sp-btn-gray sp-btn-sm sp-radius" style="padding: 4px 10px;" onclick="javascript: history.go(-1); localStorage.setItem('GlWorkPlatform-qianbaomgr-refresh', 1)" ng-if="ctl.deviceType=='pad'">
- <img src="../../flowchart_app_imgcss/img/fh.png" height="14" />
- 关闭
- </button>
- </div>
- <div class="sp-page-col sp-pull-right" style="position:relative">
- <button class="sp-btn-gray sp-btn-sm sp-radius tiaoahao" style="display: inline-block; padding: 4px 10px;">
- 文件
- <div class="sp-page" style="width: 130px; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: -25px; z-index: 12">
- <div class="sp-page sp-text-center" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; " ng-click="ctl.seeZW()">文单</div>
- <div class="sp-page sp-text-center tiaoahao" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; " ng-click="ctl.editFile(ctl.gaoTypeArrayFirst[0],1,'正文')">
- 正文
- <span style="display:inline-block;top:0;left:-35px" class="upload sp-pull-right sp-ml-5" ng-if="ctl.routeinfoid!=0&&ctl.dotype==1&&ctl.userId==ctl.data.CSCBRUSERID">
- <i class="fa fa-file-o sp-fs-14"></i>
- </span>
- <div class="sp-page" style="width: 125px; padding: 2px 5px; margin-top: -30px; text-align: center; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: 128px; top: 75px; z-index: 12; ">
- <div class="sp-box sp-text-center" ng-if="ctl.dotype!=0&&ctl.routeinfoid!=0&&(ctl.userId==ctl.data.CSCBRUSERID||ctl.gkbutton==1)">
- <input id="fileupload-zw" class="upload-file-single" style="width:0px;left: -10px" type="file" name="files[]" multiple>
- <div class="sp-col-100 pointer sp-mt-5" ng-click="ctl.newMoBan1()">空白模板</div>
- <div class="sp-col-100 pointer sp-mt-5" ng-click="ctl.newMoBan2()">套红模板</div>
- <div class="sp-col-100 pointer sp-mt-5" ng-click="ctl.upload_zw()">本地文件</div>
- </div>
- </div>
- </div>
- <div class="sp-page sp-text-center tiaoahao" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; ">
- 来文附件({{ctl.arrayFile1.length}})
- <span style="display:inline-block;top:0" class="upload sp-pull-right sp-ml-5" ng-if="ctl.routeinfoid!=0&&ctl.dotype==1">
- <span class="upload-tip"></span>
- <input id="fileupload" class="upload-file-single" ng-click="ctl.upload();$event.stopPropagation();" type="file" name="files[]" multiple>
- <i class="fa fa-plus sp-fs-14 sp-mr-10"></i>
- <span class="upload-loading" ng-if="ctl.uploading"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
- </span>
- <div class="sp-page" ng-if="ctl.arrayFile1.length!=0" style="width: 200px; padding: 2px 5px; margin-top: -30px; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: 128px; z-index: 12">
- <div class="sp-page" ng-repeat="item in ctl.arrayFile1">
- <span ng-bind="item.FILENAMES" title="{{item.FILENAMES}}" style="max-width: calc(100% - 80px); display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer" ng-click="ctl.seeFile(item,1,'附件')"></span>
- <a class="sp-pull-right sp-mr-10" ng-click="ctl.downLoad(item)" title="下载">
- <img src="../../flowchart_app_imgcss/img/attachlist/download.png" title="下载" />
- </a>
- <a class="sp-pull-right sp-mr-10" ng-click="ctl.deleteFile(item)" title="删除">
- <img src="../../flowchart_app_imgcss/img/attachlist/delete.png" title="删除" />
- </a>
- </div>
- </div>
- </div>
- <div class="sp-page sp-text-center tiaoahao" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; ">
- 公文模板
- <span style="display:inline-block;top:0" class="upload sp-pull-right sp-ml-5" ng-click="ctl.openGLJ();$event.stopPropagation();" ng-if="(ctl.routeinfoid!=0&&ctl.dotype==1)||ctl.get_type=='finish'">
- <i class="fa fa-plus sp-fs-14 sp-mr-10"></i>
- </span>
- <div class="sp-page" ng-if="ctl.guanlian.length!=0||ctl.glList.length!=0" style="width: 200px; padding: 2px 5px; margin-top: -30px; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: 128px; z-index: 12">
- <div class="sp-page" ng-repeat="item in ctl.guanlian">
- <span title="{{item.DOCNAME.split('-')[0]}}:{{item.FILENAMES}}" style="max-width: calc(100% - 80px); display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; " ng-click="ctl.editFile(item,2,'公文模板')">
- {{item.DOCNAME.split('-')[0]}}:{{item.FILENAMES}}
- </span>
- <a class="sp-pull-right sp-mr-10" ng-click="ctl.downLoaDWG(item)" title="下载">
- <img src="../../flowchart_app_imgcss/img/attachlist/download.png" title="下载" />
- </a>
- <a class="sp-pull-right sp-mr-10" ng-click="ctl.deleteWG(item)" title="删除">
- <img src="../../flowchart_app_imgcss/img/attachlist/delete.png" title="删除" />
- </a>
- <a class="sp-pull-right sp-mr-10" ng-click="ctl.creatFLOW(item)" title="创建流程">
- <img src="../../flowchart_app_imgcss/img/attachlist/bz.png" title="创建流程" />
- </a>
- </div>
- <div class="sp-page" ng-repeat="item in ctl.glList" style="padding: 7px 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis">
- <span title="{{item.FLOWNAME}}:{{item.TITLE}}" style="cursor: pointer;" ng-click="ctl.openGL(item)">
- <i class="fa fa-sign-in" ng-if="item.type=='FLOWIN'"></i><i class="fa fa-sign-out" ng-if="item.type=='FLOWOUT'"></i>{{item.FLOWNAME}}:{{item.TITLE}}
- </span>
- </div>
- </div>
- </div>
- <div class="sp-page sp-text-center tiaoahao" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; ">
- 回文附件({{ctl.HWFJ.length}})
- <div class="sp-page" ng-if="ctl.HWFJ.length!=0" style="width: 200px; padding: 2px 5px; margin-top: -30px; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: 128px; z-index: 12; ">
- <div class="sp-page" ng-repeat="item in ctl.HWFJ">
- <span ng-bind="item.FILENAME" title="{{item.FILENAME}}" style="max-width: calc(100% - 80px); display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer" ng-click="ctl.seeFile(item,1,'附件')"></span>
- <a class="sp-pull-right sp-mr-10" ng-click="ctl.downLoadOption(item)" title="下载">
- <img src="../../flowchart_app_imgcss/img/attachlist/download.png" title="下载" />
- </a>
- <a class="sp-pull-right sp-mr-10" ng-click="ctl.deleteOptionFile(item)" title="删除">
- <img src="../../flowchart_app_imgcss/img/attachlist/delete.png" title="删除" />
- </a>
- </div>
- </div>
- </div>
- </div>
- </button>
- </div>
- </div>
- <div class="page-item leftBox" style="width: 50%;">
- <div class="sp-page" id="iframeList" ng-if="ctl.iframeList.length!=0">
- <div class="sp-page-col" style="width: 36px; height: 100%; border-right: 1px solid #ccc; white-space: revert; left: 0;transform:translateX(0)" ng-if="ctl.iframeHide>0">
- <div style="border-bottom:1px solid #ccc" ng-repeat="item in ctl.iframeList" ng-if="item.show==2">
- <div style="padding: 5px; text-align: center; cursor: pointer" title="{{item.filename}}" ng-bind="item.title" ng-click="ctl.showItem($index)"></div>
- </div>
- </div>
- <div class="iframe-item" ng-style="item.boxStyle" ng-repeat="item in ctl.iframeList" repeat-finish>
- <div class="iframe-title" ng-style="item.boxStyle" ng-show="item.show==1" ng-bind="item.title"></div>
- <div class="iframe-item-btn" ng-if="item.show==1">
- <button class="sp-btn-gray sp-btn-sm sp-radius" ng-if="false" ng-click="ctl.openItem(item)">新窗口</button>
- <button class="sp-btn-gray sp-btn-sm sp-radius" ng-if="item.edit==true" ng-click="ctl.btnSaveFile(item.fileid)">保存</button>
- <button class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.closeItem($index)" ng-if="item.title!='收文'">X</button>
- <button class="sp-btn-gray sp-btn-sm sp-radius" ng-click="ctl.hideItem($index)">
- <i class="fa fa-angle-left fa-lg"></i>
- </button>
- </div>
- <div class="iframe-border-right" ng-show="$index!=ctl.iframeLast&&ctl.iframeShow>1&&item.show==1"></div>
- <iframe ng-src="{{item.url}}" ng-show="item.show==1" ng-style="item.iframeStyle" style="padding-top:35px" frameborder="0" class="iframe" scrolling="no"></iframe>
- </div>
- </div>
- </div>
- <div class="page-item rightBox" style="width: 50%; padding-left: 10px; position: relative; overflow:hidden">
- <div class="sp-page-col" style="width: 10px; height: 46px; background: #d0d0d0; position: absolute;left: 0; top: 0px; z-index: 11; cursor: pointer; border:0px solid yellow" onclick="showRight(this)" ng-if="ctl.iframeList.length!=0">
- <i class="fa fa-angle-left" style="font-size: 30px; position: absolute; top: 50%; transform: translateY(-50%); display: none"></i>
- <i class="fa fa-angle-right" style="font-size: 30px; position: absolute; top: 50%; transform: translateY(-50%); "></i>
- </div>
- <div class="border-left-right left-right" ng-init="ctl.reSizeLR(1)" ng-if="ctl.iframeList.length!=0"></div>
- <div class="sp-page-col" style="width: 36px; height: 100%; border-left: 1px solid #ccc; white-space: revert; float:right;" ng-show="ctl.formeditList.length>0">
- <div style="border-bottom:1px solid #ccc" ng-repeat="item in ctl.formeditList">
- <div style="padding: 5px; text-align: center; cursor: pointer" title="{{item.title}}" ng-bind="item.title" ng-click="ctl.showFormedit($index,item)"></div>
- </div>
- </div>
- <div id="rightList" style="margin-left: 0px; transition: margin-left 1s ease 0s; ">
- <div class="sp-page formedit sp-pt-30 sp-pb-30" style="background-color: #F2F2F2; position: relative">
- <div class="iframe-item-btn" style="left: 0; right: unset;" ng-if="ctl.formeditList.length!=2">
- <button class="sp-btn-gray sp-btn-sm sp-radius" ng-click="ctl.hideFormedit('','文单')">
- <i class="fa fa-angle-right fa-lg"></i>
- </button>
- </div>
- <div class="sp-page-center" style="width: 95%; max-width: 900px; padding: 60px 40px; background-color: #fff; color: #ff0000; line-height: 30px; overflow-y: auto; ">
- <h3 class="sp-text-center">天津市住房和城乡建设委员会请示报告呈批单</h3>
- <div class="sp-page">
- <div class="sp-col-50">
- <span class="sp-page-col sp-mr-10">紧急程度</span>
- <select class="sp-select" style="width:200px" ng-model="ctl.data.JJCD" ng-disabled="ctl.hide('readonly','JJCD')" ng-change="ctl.changeFiled('JJCD')">
- <option ng-repeat="item in ctl.JJCD" value="{{item.CODE}}" ng-bind="item.CNAME"></option>
- </select>
- </div>
- <div class="sp-col-50">
- <input type="text" class="sp-input sp-pull-right" style="width:200px" ng-disabled="ctl.hide('readonly','DH')" ng-model="ctl.data.DH" ng-change="ctl.changeFiled('DH')" />
- <span class="sp-page-col sp-mr-10 sp-pull-right">单号</span>
- </div>
- </div>
- <table class="sp-page-table sp-pull-left">
- <tr>
- <td colspan="2" style="width:50%;border-right: 1px solid #ff0000;">
- <div class="sp-page sp-text-left">委主要领导意见</div>
- <div ng-if="ctl.opinion.ZYLDPS==false">
- <div class="sp-page opinionBox" style=" margin-bottom: 30px; overflow-y: auto">
- <table class="sp-grid sp-mb-5">
- <tr ng-repeat="item in ctl.YJ.ZYLDPS" class="qianzi">
- <td>
- <div class="sp-page">
- <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
- <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
- <div class="sp-page">
- <div class="sp-page">
- <div ng-repeat="item in item.FILEDATA" style="width: 135px; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
- <a ng-click="ctl.downLoadOption(item)" title="下载">
- <i class="fa fa-download sp-color-red"></i>
- </a>
- <a ng-click="ctl.deleteOptionFile(item,'ZYLDPS')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
- <i class="fa fa-trash sp-color-red"></i>
- </a>
- <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
- </div>
- <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.ZYLDPS==false&&ctl.dotype==1&&item.COLID=='ZYLDPS'">
- <span class="opbtn" style="position: relative; color: #1c84c6">
- <span class="upload-tip"></span>
- <input id="fileupload-ZYLDPS" class="upload-file-single" ng-click="ctl.upload2('ZYLDPS')" type="file" name="files[]" multiple>
- <i class="fa fa-upload"></i>
- <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
- </span>
- </div>
- </div>
- <div class="sp-page sp-text-right sp-pull-right" style="line-height:40px">
- <span ng-bind="item.CMANNAME"></span>
- <span ng-bind="item.CDATE"></span>
- </div>
- </div>
- </div>
- <div class="sp-page sp-text-right">
- <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
- ng-click="ctl.Dopinion('ZYLDPS')">
- <i class="fa fa-trash-o fa-lg"></i>
- </div>
- <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
- ng-click="ctl.changeOpinionItem('ZYLDPS',item)">
- <i class="fa fa-pencil fa-lg"></i>
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <span class="opbtn sp-pull-right" ng-if="ctl.YJ.ZYLDPSSTATUS==false" style="color: #1EADFF"
- ng-hide="ctl.hide('readonly','ZYLDPS')" ng-click="ctl.openOpinion('ZYLDPS')">
- <i class="fa fa-pencil fa-lg"></i>
- </span>
- </div>
- <div ng-if="ctl.opinion.ZYLDPS==true||ctl.opinion.ZYLDPSImg==true">
- <textarea id="ZYLDPS" class="op-textarea sp-mb-10" ng-model="ctl.data.ZYLDPS" ng-if="ctl.opinion.ZYLDPS==true&&ctl.opinion.ZYLDPSImg==false"></textarea>
- <div ng-if="ctl.opinion.ZYLDPSImg==true">
- <div id="ZYLDPSQZ" class="canvas"></div>
- </div>
- <div class="sp-page">
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.ZYLDPSImg==false,'sp-qz-gray':ctl.opinion.ZYLDPSImg==true}" ng-click="ctl.opinion.ZYLDPSImg=false">文字</div>
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.ZYLDPSImg==true,'sp-qz-gray':ctl.opinion.ZYLDPSImg==false}" ng-click="ctl.QianZi('ZYLDPS')">手签</div>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.ZYLDPS=false;ctl.opinion.ZYLDPSImg=false">取消</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('ZYLDPS')">保存</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('ZYLDPS')" ng-if="ctl.opinion.ZYLDPSImg==true">清除</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('ZYLDPS')" ng-if="ctl.opinion.ZYLDPS==true&&ctl.opinion.ZYLDPSImg==false">常用语</span>
- </div>
- </div>
- </td>
- <td colspan="2" style="width:50%;">
- <div class="sp-page sp-text-left">委分管领导意见</div>
- <div ng-if="ctl.opinion.FGLDYJ==false">
- <div class="sp-page opinionBox" style=" margin-bottom: 30px; overflow-y: auto">
- <table class="sp-grid sp-mb-5">
- <tr ng-repeat="item in ctl.YJ.FGLDYJ" class="qianzi">
- <td>
- <div class="sp-page">
- <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
- <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
- <div class="sp-page">
- <div ng-repeat="item in item.FILEDATA" style="width: 135px; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
- <a ng-click="ctl.downLoadOption(item)" title="下载">
- <i class="fa fa-download sp-color-red"></i>
- </a>
- <a ng-click="ctl.deleteOptionFile(item,'FGLDYJ')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
- <i class="fa fa-trash sp-color-red"></i>
- </a>
- <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
- </div>
- <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.FGLDYJ==false&&ctl.dotype==1&&item.COLID=='FGLDYJ'">
- <span class="opbtn" style="position: relative; color: #1c84c6">
- <span class="upload-tip"></span>
- <input id="fileupload-FGLDYJ" class="upload-file-single" ng-click="ctl.upload2('FGLDYJ')" type="file" name="files[]" multiple>
- <i class="fa fa-upload"></i>
- <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
- </span>
- </div>
- </div>
- <div class="sp-page sp-text-right sp-pull-right" style="line-height:40px">
- <span ng-bind="item.CMANNAME"></span>
- <span ng-bind="item.CDATE"></span>
- </div>
- </div>
- <div class="sp-page sp-text-right">
- <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
- ng-click="ctl.Dopinion('FGLDYJ')">
- <i class="fa fa-trash-o fa-lg"></i>
- </div>
- <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
- ng-click="ctl.changeOpinionItem('FGLDYJ',item)">
- <i class="fa fa-pencil fa-lg"></i>
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <span class="opbtn sp-pull-right" ng-if="ctl.YJ.FGLDYJSTATUS==false" style="color: #1EADFF"
- ng-hide="ctl.hide('readonly','FGLDYJ')" ng-click="ctl.openOpinion('FGLDYJ')">
- <i class="fa fa-pencil fa-lg"></i>
- </span>
- </div>
- <div ng-if="ctl.opinion.FGLDYJ==true||ctl.opinion.FGLDYJImg==true">
- <textarea id="FGLDYJ" class="op-textarea sp-mb-10" ng-model="ctl.data.FGLDYJ" ng-if="ctl.opinion.FGLDYJ==true&&ctl.opinion.FGLDYJImg==false"></textarea>
- <div ng-if="ctl.opinion.FGLDYJImg==true">
- <div id="FGLDYJQZ" class="canvas"></div>
- </div>
- <div class="sp-page">
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.FGLDYJImg==false,'sp-qz-gray':ctl.opinion.FGLDYJImg==true}" ng-click="ctl.opinion.FGLDYJImg=false">文字</div>
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.FGLDYJImg==true,'sp-qz-gray':ctl.opinion.FGLDYJImg==false}" ng-click="ctl.QianZi('FGLDYJ')">手签</div>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.FGLDYJ=false;ctl.opinion.FGLDYJImg=false">取消</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('FGLDYJ')">保存</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('FGLDYJ')" ng-if="ctl.opinion.FGLDYJImg==true">清除</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('FGLDYJ')" ng-if="ctl.opinion.FGLDYJ==true&&ctl.opinion.FGLDYJImg==false">常用语</span>
- </div>
- </div>
- </td>
- </tr>
- <tr>
- <td colspan="4">
- <div class="sp-col-100">办公室复核意见</div>
- <div class="sp-box">
- <select class="sp-select sp-text-center" style="width: 15%" ng-model="ctl.data.BGSCHYJ" ng-disabled="ctl.hide('readonly','BGSCHYJ')" ng-change="ctl.changeFiled('BGSCHYJ')">
- <option value="{{item.CODE}}" ng-repeat="item in ctl.BGSCHYJ" ng-bind="item.CNAME"></option>
- </select>
- <!--<select class="sp-select sp-text-center" style="width: 20%" ng-model="ctl.data.BGSCHYJRY" ng-disabled="ctl.hide('readonly','BGSCHYJ')" ng-change="ctl.changeFiled('BGSCHYJ')">
- <option value="谷燕成,宋雪城">谷燕成,宋雪城</option>
- <option value="谷燕成,刘彤">谷燕成,刘彤</option>
- <option value="宋雪城,刘彤">宋雪城,刘彤</option>
- <option value="宋雪城">宋雪城</option>
- </select>-->
- <select class="sp-select sp-text-center" style="width: 20%" ng-model="ctl.data.BGSCHYJRY" ng-if="!ctl.hide('readonly','BGSCHYJ')" ng-change="ctl.changeFiled('BGSCHYJ')">
- <option value="谷燕成,刘彤">谷燕成,刘彤</option>
- <option value="刘彤">刘彤</option>
- </select>
- <input type="text" class="sp-input sp-pull-left sp-text-center" style="width:20%" ng-model="ctl.data.BGSCHYJRY" ng-if="ctl.hide('readonly','BGSCHYJ')" readonly />
- <span class="sp-page-col sp-lh-24" style="width: 15%; color: #333; " ng-bind="ctl.data.BGSCHYJSJ.slice(0,10)"></span>
- <select class="sp-select sp-text-center" style="width: 15%; " ng-model="ctl.data.BGSFHYJ" ng-disabled="ctl.hide('readonly','BGSFHYJ')" ng-change="ctl.changeFiled('BGSFHYJ')">
- <option ng-repeat="item in ctl.BGSFHYJ" value="{{item.CODE}}" ng-bind="item.CNAME"></option>
- </select>
- <select class="sp-select sp-text-center" style="width: 20%; " ng-model="ctl.data.BGSFHYJRY" ng-disabled="ctl.hide('readonly','BGSFHYJ')" ng-change="ctl.changeFiled('BGSFHYJ')">
- <option value="谷燕成">谷燕成</option>
- </select>
- <span class="sp-page-col sp-lh-24" style="width: 15%; color: #333; " ng-bind="ctl.data.BGSFHYJSJ.slice(0,10)"></span>
- </div>
- </td>
- </tr>
- <tr>
- <td colspan="4">
- <div class="sp-page sp-text-left">处室意见</div>
- <div ng-if="ctl.opinion.CBYJ==false">
- <div class="sp-page opinionBox" style=" margin-bottom: 30px; overflow-y: auto">
- <table class="sp-grid sp-mb-5">
- <tr ng-repeat="item in ctl.YJ.CBYJ" class="qianzi">
- <td>
- <div class="sp-page">
- <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
- <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
- <div class="sp-page">
- <div ng-repeat="item in item.FILEDATA" style="width: 135px; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
- <a ng-click="ctl.downLoadOption(item)" title="下载">
- <i class="fa fa-download sp-color-red"></i>
- </a>
- <a ng-click="ctl.deleteOptionFile(item,'CBYJ')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
- <i class="fa fa-trash sp-color-red"></i>
- </a>
- <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
- </div>
- <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.CBYJ==false&&ctl.dotype==1&&item.COLID=='CBYJ'">
- <span class="opbtn" style="position: relative; color: #1c84c6">
- <span class="upload-tip"></span>
- <input id="fileupload-CBYJ" class="upload-file-single" ng-click="ctl.upload2('CBYJ')" type="file" name="files[]" multiple>
- <i class="fa fa-upload"></i>
- <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
- </span>
- </div>
- </div>
- <div class="sp-page sp-text-right sp-pull-right" style="line-height:40px">
- <span ng-bind="item.CMANNAME"></span>
- <span ng-bind="item.CDATE"></span>
- </div>
- </div>
- <div class="sp-page sp-text-right">
- <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
- ng-click="ctl.Dopinion('CBYJ')">
- <i class="fa fa-trash-o fa-lg"></i>
- </div>
- <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
- ng-click="ctl.changeOpinionItem('CBYJ',item)">
- <i class="fa fa-pencil fa-lg"></i>
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <span class="opbtn sp-pull-right" ng-if="ctl.YJ.CBYJSTATUS==false" style="color: #1EADFF"
- ng-hide="ctl.hide('readonly','CBYJ')" ng-click="ctl.openOpinion('CBYJ')">
- <i class="fa fa-pencil fa-lg"></i>
- </span>
- </div>
- <div ng-if="ctl.opinion.CBYJ==true||ctl.opinion.CBYJImg==true">
- <textarea id="CBYJ" class="op-textarea sp-mb-10" ng-model="ctl.data.CBYJ" ng-if="ctl.opinion.CBYJ==true&&ctl.opinion.CBYJImg==false"></textarea>
- <div ng-if="ctl.opinion.CBYJImg==true">
- <div id="CBYJQZ" class="canvas"></div>
- </div>
- <div class="sp-page">
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.CBYJImg==false,'sp-qz-gray':ctl.opinion.CBYJImg==true}" ng-click="ctl.opinion.CBYJImg=false">文字</div>
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.CBYJImg==true,'sp-qz-gray':ctl.opinion.CBYJImg==false}" ng-click="ctl.QianZi('CBYJ')">手签</div>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.CBYJ=false;ctl.opinion.CBYJImg=false">取消</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('CBYJ')">保存</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('CBYJ')" ng-if="ctl.opinion.CBYJImg==true">清除</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('CBYJ')" ng-if="ctl.opinion.CBYJ==true&&ctl.opinion.CBYJImg==false">常用语</span>
- </div>
- </div>
- </td>
- </tr>
- <tr>
- <td style="border-right: 1px solid #ff0000;">标题</td>
- <td colspan="3">
- <input type="text" class="sp-input" ng-disabled="ctl.hide('readonly','BT')" ng-model="ctl.data.BT" ng-change="ctl.changeFiled('BT')" />
- </td>
- </tr>
- <tr>
- <td width="180" style="border-right: 1px solid #ff0000;">处室(单位)</td>
- <td style="border-right: 1px solid #ff0000;">
- <input type="text" class="sp-input" ng-disabled="ctl.hide('readonly','CSDW')" ng-model="ctl.data.CSDW" ng-change="ctl.changeFiled('CSDW')" />
- </td>
- <td width="180" style="border-right: 1px solid #ff0000;">联系电话</td>
- <td>
- <input type="text" class="sp-input sp-pull-right" style="width:200px" ng-disabled="ctl.hide('readonly','LXDH')" ng-model="ctl.data.LXDH" ng-change="ctl.changeFiled('LXDH')" />
- </td>
- </tr>
- <tr>
- <td colspan="4">
- <div class="sp-page sp-text-left">
- <span class="sp-page-col" style="line-height:35px">事由及承办情况</span>
- <div class="sp-selectmore sp-ml-10" style="width:auto;min-width:150px;max-width:calc(100% - 150px)" id="selectmore_partTest">
- <div class="sp-selectmore-up"></div>
- <div class="sp-selectmore-bottom" ng-if="!ctl.hide('readonly','SYTYPE')"></div>
- </div>
- </div>
- <div ng-if="ctl.opinion.WJZY==false">
- <div class="sp-page opinionBox" style=" margin-bottom: 30px; overflow-y: auto">
- <table class="sp-grid sp-mb-5">
- <tr ng-repeat="item in ctl.YJ.WJZY" class="qianzi">
- <td>
- <div class="sp-page">
- <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
- <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
- <div class="sp-page">
- <div ng-repeat="item in item.FILEDATA" style="width: 135px; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
- <a ng-click="ctl.downLoadOption(item)" title="下载">
- <i class="fa fa-download sp-color-red"></i>
- </a>
- <a ng-click="ctl.deleteOptionFile(item,'WJZY')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
- <i class="fa fa-trash sp-color-red"></i>
- </a>
- <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
- </div>
- <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.WJZY==false&&ctl.dotype==1&&item.COLID=='WJZY'">
- <span class="opbtn" style="position: relative; color: #1c84c6">
- <span class="upload-tip"></span>
- <input id="fileupload-WJZY" class="upload-file-single" ng-click="ctl.upload2('WJZY')" type="file" name="files[]" multiple>
- <i class="fa fa-upload"></i>
- <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
- </span>
- </div>
- </div>
- <div class="sp-page sp-text-right sp-pull-right" style="line-height:40px">
- <span ng-bind="item.CMANNAME"></span>
- <span ng-bind="item.CDATE"></span>
- </div>
- </div>
- <div class="sp-page sp-text-right">
- <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
- ng-click="ctl.Dopinion('WJZY')">
- <i class="fa fa-trash-o fa-lg"></i>
- </div>
- <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
- ng-click="ctl.changeOpinionItem('WJZY',item)">
- <i class="fa fa-pencil fa-lg"></i>
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <span class="opbtn sp-pull-right" ng-if="ctl.YJ.WJZYSTATUS==false&&ctl.data.SYTYPE!=''" style="color: #1EADFF"
- ng-hide="ctl.hide('readonly','WJZY')" ng-click="ctl.openOpinion('WJZY')">
- <i class="fa fa-pencil fa-lg"></i>
- </span>
- </div>
- <div ng-if="ctl.opinion.WJZY==true||ctl.opinion.WJZYImg==true">
- <textarea id="WJZY" class="op-textarea sp-mb-10" ng-model="ctl.data.WJZY" ng-if="ctl.opinion.WJZY==true&&ctl.opinion.WJZYImg==false"></textarea>
- <div ng-if="ctl.opinion.WJZYImg==true">
- <div id="WJZYQZ" class="canvas"></div>
- </div>
- <div class="sp-page">
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.WJZYImg==false,'sp-qz-gray':ctl.opinion.WJZYImg==true}" ng-click="ctl.opinion.WJZYImg=false">文字</div>
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.WJZYImg==true,'sp-qz-gray':ctl.opinion.WJZYImg==false}" ng-click="ctl.QianZi('WJZY')">手签</div>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.WJZY=false;ctl.opinion.WJZYImg=false">取消</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('WJZY')">保存</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('WJZY')" ng-if="ctl.opinion.WJZYImg==true">清除</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('WJZY')" ng-if="ctl.opinion.WJZY==true&&ctl.opinion.WJZYImg==false">常用语</span>
- </div>
- </div>
- </td>
- </tr>
- <tr>
- <td style="border-right: 1px solid #ff0000;">办理结果</td>
- <td colspan="3">
- <div ng-if="ctl.opinion.BLJG==false">
- <div class="sp-page opinionBox" style=" margin-bottom: 30px; overflow-y: auto">
- <table class="sp-grid sp-mb-5">
- <tr ng-repeat="item in ctl.YJ.BLJG" class="qianzi">
- <td>
- <div class="sp-page">
- <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
- <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
- <div class="sp-page">
- <div ng-repeat="item in item.FILEDATA" style="width: 135px; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
- <a ng-click="ctl.downLoadOption(item)" title="下载">
- <i class="fa fa-download sp-color-red"></i>
- </a>
- <a ng-click="ctl.deleteOptionFile(item,'BLJG')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
- <i class="fa fa-trash sp-color-red"></i>
- </a>
- <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
- </div>
- <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.BLJG==false&&ctl.dotype==1&&item.COLID=='BLJG'">
- <span class="opbtn" style="position: relative; color: #1c84c6">
- <span class="upload-tip"></span>
- <input id="fileupload-BLJG" class="upload-file-single" ng-click="ctl.upload2('BLJG')" type="file" name="files[]" multiple>
- <i class="fa fa-upload"></i>
- <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
- </span>
- </div>
- </div>
- <div class="sp-page sp-text-right sp-pull-right" style="line-height:40px">
- <span ng-bind="item.CMANNAME"></span>
- <span ng-bind="item.CDATE"></span>
- </div>
- </div>
- <div class="sp-page sp-text-right">
- <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
- ng-click="ctl.Dopinion('BLJG')">
- <i class="fa fa-trash-o fa-lg"></i>
- </div>
- <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
- ng-click="ctl.changeOpinionItem('BLJG',item)">
- <i class="fa fa-pencil fa-lg"></i>
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <span class="opbtn sp-pull-right" ng-if="ctl.YJ.BLJGSTATUS==false" style="color: #1EADFF"
- ng-hide="ctl.hide('readonly','BLJG')" ng-click="ctl.openOpinion('BLJG')">
- <i class="fa fa-pencil fa-lg"></i>
- </span>
- </div>
- <div ng-if="ctl.opinion.BLJG==true||ctl.opinion.BLJGImg==true">
- <textarea id="BLJG" class="op-textarea sp-mb-10" ng-model="ctl.data.BLJG" ng-if="ctl.opinion.BLJG==true&&ctl.opinion.BLJGImg==false"></textarea>
- <div ng-if="ctl.opinion.BLJGImg==true">
- <div id="BLJGQZ" class="canvas"></div>
- </div>
- <div class="sp-page">
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BLJGImg==false,'sp-qz-gray':ctl.opinion.BLJGImg==true}" ng-click="ctl.opinion.BLJGImg=false">文字</div>
- <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BLJGImg==true,'sp-qz-gray':ctl.opinion.BLJGImg==false}" ng-click="ctl.QianZi('BLJG')">手签</div>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.BLJG=false;ctl.opinion.BLJGImg=false">取消</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('BLJG')">保存</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('BLJG')" ng-if="ctl.opinion.BLJGImg==true">清除</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('BLJG')" ng-if="ctl.opinion.BLJG==true&&ctl.opinion.BLJGImg==false">常用语</span>
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div class="sp-page sp-pt-10" style=" height: 10px; background: #F0F9FF; box-shadow: 0 -2px 5px #c3c3c3; position: fixed; bottom: 0; z-index: 11">
- <div class="sp-page-col toggle" style="width: 100px; height: 20px; font-size: 14px; text-align: center; background: #E0E0E0; cursor: pointer; color: #333; position: absolute; right: 0; top: -20px; border-radius: 10px 10px 0 0; " onclick="toggleYJL(this)">
- 附言
- <i class="fa fa-angle-double-up fa-lg"></i>
- <i class="fa fa-angle-double-down fa-lg" style="display: none"></i>
- </div>
- <div class="sp-page" style="height: 100%; line-height: 30px; background: #fff; overflow: hidden; ">
- <div class="sp-page" ng-if="ctl.opinion.nulla==true">
- <textarea id="nulla" ng-model="ctl.nulla" class="op-textarea sp-mb-5 sp-mt-5" style="height:200px"></textarea>
- <div class="sp-page sp-pb-5" style="border-bottom:1px solid #999">
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.closeOptionList()">取消</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.submitOptionList(2)">保存</span>
- <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase()">常用语</span>
- </div>
- </div>
- <div class="sp-page" style="max-height:calc(100% - 250px);overflow-y:auto">
- <div class="qianzi" ng-repeat="item in ctl.YJ.nulla" ng-if="item.COLID==''">
- <div class="sp-page">
- <div class="sp-page" style="border:1px solid #e6e6e6;">
- <div class="sp-page" style="padding: 10px 5px;">
- <p class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
- <div ng-repeat="item in item.FILEDATA" style="width: 100%; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
- <a ng-click="ctl.downLoadOption(item)" title="下载">
- <i class="fa fa-download sp-color-red"></i>
- </a>
- <a ng-click="ctl.deleteOptionFile(item)" title="删除" ng-if="item.ROUTEID==ctl.routeid">
- <i class="fa fa-trash sp-color-red"></i>
- </a>
- <span ng-bind="item.FILENAME" title="{{item.FILENAME}}" ng-click="ctl.openNewWindow(item)"></span>
- </div>
- <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1">
- <span class="opbtn" style="position: relative; color: #1c84c6">
- <span class="upload-tip"></span>
- <input id="fileupload1" class="upload-file-single" ng-click="ctl.upload1()" type="file" name="files[]" multiple>
- <i class="fa fa-upload"></i>
- <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
- </span>
- </div>
- <div class="sp-page sp-text-right sp-pull-right">
- <span ng-bind="item.CMANNAME"></span>
- <br />
- <span ng-bind="item.CDATE"></span>
- </div>
- <div class="sp-page sp-text-right">
- <span class="opbtn" style="color: #FF6F6F; width: 55px; "
- ng-click="ctl.Dopinion(item)" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1">
- <i class="fa fa-trash-o fa-lg"></i>
- </span>
- <span class="opbtn" style="color: #66D151; width: 55px; "
- ng-click="ctl.changeOptionList(item)" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1">
- <i class="fa fa-pencil fa-lg"></i>
- </span>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="sp-page formedit1" style="background-color: #F8F8F8; position: relative; ">
- <div class="iframe-item-btn" style="left: 0; right: unset;" ng-if="ctl.formeditList.length!=2">
- <button class="sp-btn-gray sp-btn-sm sp-radius" ng-click="ctl.hideFormedit(1,'正文')">
- <i class="fa fa-angle-right fa-lg"></i>
- </button>
- </div>
- <iframe style="width: 100%; height: calc(100% - 30px); border: 0; margin-top: 30px; " src="" data-id=""></iframe>
- </div>
- <div class="sp-page formedit2" style="background-color: #F8F8F8; position: relative; ">
- <div class="iframe-item-btn" style="left: 0; right: unset;" ng-if="ctl.formeditList.length!=2">
- <button class="sp-btn-gray sp-btn-sm sp-radius" ng-click="ctl.hideFormedit(2,'公文模板')">
- <i class="fa fa-angle-right fa-lg"></i>
- </button>
- </div>
- <iframe style="width: 100%; height: calc(100% - 30px); border: 0; margin-top: 30px" src="" data-id=""></iframe>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="DpList" style="width: 900px;">
- <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" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <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.CNAME}}" 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.CNAME}}
- </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="print" style="width: 400px;">
- <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" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==1}" ng-click="ctl.printFiled=1">
- <div class="printItem">表单</div>
- </center>
- <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==4}" ng-click="ctl.printFiled=4">
- <div class="printItem">正文</div>
- </center>
- <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==2}" ng-click="ctl.printFiled=2">
- <div class="printItem">意见</div>
- </center>
- <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==3}" ng-click="ctl.printFiled=3">
- <div class="printItem">表单+意见</div>
- </center>
- <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==5}" ng-click="ctl.printFiled=5">
- <div class="printItem">表单+正文</div>
- </center>
- <div class="sp-page sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-radius" ng-click="ctl.printSubmit()"><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="addCJ" style="width:600px;">
- <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" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <div class="sp-box">
- <div class="sp-col-15" style="line-height:30px;">
- 插件来源
- </div>
- <div class="sp-col-35">
- <select class="sp-select sp-bg-white" ng-model="ctl.search.KINDS" ng-change="ctl.getCJlist(1)">
- <option value="">全部</option>
- <option ng-repeat="item in ctl.KINDS" value="{{item.CODE}}" ng-bind="item.CNAME"></option>
- </select>
- </div>
- <div class="sp-col-15" style="line-height:30px;">
- 插件类型
- </div>
- <div class="sp-col-35">
- <select class="sp-select sp-bg-white" ng-model="ctl.search.DTYPE" ng-change="ctl.getCJlist(1)">
- <option value="">全部</option>
- <option ng-repeat="item in ctl.DTYPE" value="{{item.CODE}}" ng-bind="item.CNAME"></option>
- </select>
- </div>
- <div class="sp-page" style="max-height:400px;overflow-y:auto">
- <div class="sp-box" style="cursor:pointer;border:1px solid #c6c6c6" ng-class="{'activeSC':ctl.addSC.ID==item.ID}" ng-repeat="item in ctl.CJlist" ng-click="ctl.addSC=item">
- <div class="sp-col-50 sp-text-center">
- <img ng-src="{{item.IMAGESMALL}}" width="100%" />
- </div>
- <div class="sp-col-50">
- <div class="sp-page"><img style="margin-top:-3px;margin-right:5px" src="../../flowchart_app_imgcss/img/attachlist/mc.png" />名称:{{item.CNAME}}</div>
- <div class="sp-page"><img style="margin-top:-3px;margin-right:5px" src="../../flowchart_app_imgcss/img/attachlist/jt.png" />接入地址:{{item.URL}}</div>
- <div class="sp-page"><img style="margin-top:-3px;margin-right:5px" src="../../flowchart_app_imgcss/img/attachlist/fwgl.png" />访问权限:{{item.AUTHMAN1}}</div>
- <div class="sp-page"><img style="margin-top:-3px;margin-right:5px" src="../../flowchart_app_imgcss/img/attachlist/bz.png" />备注说明:{{item.REMARK}}</div>
- </div>
- </div>
- </div>
- </div>
- <div class="sp-page sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-radius" ng-click="ctl.goAttach(ctl.addSC.ID,3)"><i class="fa fa-check sp-mr-5"> </i>确 认</a>
- <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="phrase" style="width:480px;">
- <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" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <div class="sp-box">
- <div class="sp-col-70">
- <input type="text" ng-model="ctl.phraseText" class="sp-input" />
- </div>
- <div class="sp-col-30">
- <span class="sp-btn-blue sp-pull-left sp-radius" ng-class="{'sp-disabled':ctl.phraseText==''}" ng-click="ctl.Aphrase()">添加常用语</span>
- </div>
- </div>
- <div class="sp-box">
- <div class="sp-col-20" style="line-height:30px;">
- 常用语:
- </div>
- <div class="sp-col-60">
- <select class="sp-select sp-bg-white" ng-model="ctl.phraseSelect">
- <option ng-repeat="item in ctl.phraseList" value="{{item.CONTENTS}}" ng-bind="item.CONTENTS"></option>
- </select>
- </div>
- <div class="sp-col-20">
- <span class="sp-btn-blue sp-pull-left sp-radius" ng-click="ctl.Dphrase()">删除</span>
- </div>
- </div>
- <div class="sp-page sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-radius" ng-click="ctl.btnPhrase()"><i class="fa fa-check sp-mr-5"> </i>确 认</a>
- <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="forward" 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" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <iframe id="forwardWin" style="width:100%;border:0"></iframe>
- </div>
- </div>
- <div class="sp-layer" id="RouteList" style="width:900px;">
- <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" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <table class="sp-table">
- <thead>
- <tr>
- <th style="width:100px"><strong>流程名称</strong></th>
- <th style="width:200px"><strong>标题</strong></th>
- <th style="width:100px"><strong>工作节点</strong></th>
- <th style="width:100px"><strong>转发人</strong></th>
- <th style="width:100px"><strong>主送</strong></th>
- <th style="width:150px"><strong>抄送</strong></th>
- <th style="width:200px"><strong>发送日期</strong></th>
- </tr>
- </thead>
- </table>
- <div style="overflow-y:scroll;max-height:400px">
- <table class="sp-table" style="margin-top: -38px">
- <thead>
- <tr>
- <th style="width:100px"><strong>流程名称</strong></th>
- <th style="width:200px"><strong>标题</strong></th>
- <th style="width:100px"><strong>工作节点</strong></th>
- <th style="width:100px"><strong>转发人</strong></th>
- <th style="width:100px"><strong>主送</strong></th>
- <th style="width:150px"><strong>抄送</strong></th>
- <th style="width:200px"><strong>发送日期</strong></th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.routeList">
- <td ng-bind="item.FLOWNAME"></td>
- <td ng-bind="item.TITLE"></td>
- <td ng-bind="item.ENDNODENAME"></td>
- <td ng-bind="item.USERNAMEFROM"></td>
- <td ng-bind="item.mainUser"></td>
- <td ng-bind="item.copyUsers"></td>
- <td ng-bind="item.RECEIVEDATE"></td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="sp-page sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="meet" style="width:700px">
- <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" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <div class="sp-page" style="line-height: 30px">
- <div id="content">
- <div class="sp-line-gray"></div>
- <div class="sp-page-row">
- <table class="sp-grid">
- <tbody>
- <tr>
- <td width="300">
- <div style="height:30px">
- <input type="text" class="sp-input" ng-model="ctl.searchName" placeholder="请输入部门关键字" ng-change="ctl.searchPerson()" />
- </div>
- <div style="height: 200px; border: 1px solid #ddd; overflow-x: hidden; overflow-y: scroll; ">
- <div ng-repeat="item in ctl.dpList1" class="sp-page">
- <div class="sp-pl-15 sp-pt-10 sp-pb-5 sp-page" style="cursor: pointer" ng-class="{'sp-btn-blue':ctl.activeDep==$index}" ng-click="ctl.userList=item.USER;ctl.activeDep=$index">
- <label ng-bind="item.DEP"></label>
- </div>
- </div>
- </div>
- <div style="height: 200px;margin-top:14px; border:1px solid #ddd;overflow-x: hidden; overflow-y: scroll; ">
- <div ng-repeat="item in ctl.userList" class="sp-page sp-pt-5" ng-if="item.show">
- <div class="sp-pl-15 sp-pt-10 sp-page">
- <label style="cursor: pointer">
- <input type="checkbox" ng-model="item.checked" />
- {{item.USHOWNAME}}
- </label>
- </div>
- </div>
- </div>
- </td>
- <td style="text-align:center">
- <button class="sp-btn-gray-outline" ng-click="ctl.addmeet()">
- <i class="fa fa-long-arrow-right"></i>
- </button>
- <br />
- <button class="sp-btn-gray-outline" ng-disabled="ctl.meetUser.length==0" ng-click="ctl.delmeet()">
- <i class="fa fa-long-arrow-left"></i>
- </button>
- </td>
- <td width="300">
- <div class="sp-page sp-mb-5 pointer" style="border:1px solid #c6c6c6;height:444px">
- <label class="col-xs-4" ng-repeat="item in ctl.meetUser">
- <input type="checkbox" ng-model="item.checked" /> <span ng-bind="item.USHOWNAME"></span>
- </label>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="sp-page sp-text-center sp-mt-15">
- <button class="sp-btn-blue sp-radius" ng-click="ctl.joinMeet()">
- <i class="fa fa-check sp-mr-5"> </i>确 认
- </button>
- <button class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</button>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="USAGE" style="width:900px;">
- <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="input-group col-lg-8">
- <input type="text" ng-model="ctl.addUSAGENAME" class="form-control" placeholder="新增标签">
- <span class="input-group-btn">
- <button ng-click="ctl.addUSAGE()" class="btn btn-success" type="button">增加</button>
- </span>
- </div>
- <br />
- <table class="sp-table">
- <thead>
- <tr>
- <th style="width: 50px"><strong>序号</strong></th>
- <th style="width: 200px"><strong>标签名称</strong></th>
- <th style="width: 100px"><strong>状态</strong></th>
- <th style="width: 200px"><strong>操作</strong></th>
- </tr>
- </thead>
- </table>
- <div style="overflow-y:scroll;max-height:400px">
- <table class="sp-table" style="margin-top: -38px">
- <thead>
- <tr>
- <th style="width: 50px"><strong>序号</strong></th>
- <th style="width: 200px"><strong>标签名称</strong></th>
- <th style="width: 100px"><strong>状态</strong></th>
- <th style="width: 200px"><strong>操作</strong></th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.USAGELIST">
- <td ng-bind="$index+1"></td>
- <td>
- <span ng-if="item.change==false" ng-bind="item.CNAME"></span>
- <input type="text" ng-if="item.change==true" class="sp-input" ng-model="item.CNAME1" />
- </td>
- <td>
- <button class="sp-btn-blue-outline sp-btn-sm sp-btn-radius" ng-if="item.USAGE=='隐藏'" ng-click="ctl.updataUSAGE(item,'显示')">显 示</button>
- <button class="sp-btn-red-outline sp-btn-sm sp-btn-radius" ng-if="item.USAGE=='显示'" ng-click="ctl.updataUSAGE(item,'隐藏')">隐 藏</button>
- </td>
- <td>
- <button class="sp-btn-gray-outline sp-btn-radius sp-btn-sm" ng-click="ctl.btnSort($index,'上移')" ng-disabled="{{$index}}==0">上 移</button>
- <button class="sp-btn-gray-outline sp-btn-radius sp-btn-sm" ng-click="ctl.btnSort($index,'下移')" ng-disabled="{{$index}}=={{ctl.USAGELIST.length-1}}">下 移</button>
- <button class="sp-btn-blue-outline sp-btn-sm sp-btn-radius" ng-disabled="item.USERID!=ctl.userId" ng-if="item.change==false" ng-click="item.change=true">编 辑</button>
- <button class="sp-btn-blue-outline sp-btn-sm sp-btn-radius" ng-if="item.change==true" ng-click="ctl.updataUSAGE(item,'CNAME')">保 存</button>
- <button class="sp-btn-red-outline sp-btn-sm sp-btn-radius" ng-disabled="item.USERID!=ctl.userId" ng-click="ctl.deleteUSAGE(item)">删 除</button>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="sp-page sp-text-center sp-pt-10">
- <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="GLJ" style="width: 600px;">
- <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" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
- <iframe id="GLJWin" style="width:100%;border:0"></iframe>
- </div>
- </div>
- <div class="sp-layer" id="meet" style="width:700px">
- <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="line-height: 30px">
- <div id="content">
- <div class="sp-line-gray"></div>
- <div class="sp-page-row">
- <table class="sp-grid">
- <tbody>
- <tr>
- <td width="300">
- <div style="height:30px">
- <input type="text" class="sp-input" ng-model="ctl.searchName" placeholder="请输入部门关键字" ng-change="ctl.searchPerson()" />
- </div>
- <div style="height: 200px; border: 1px solid #ddd; overflow-x: hidden; overflow-y: scroll; ">
- <div ng-repeat="item in ctl.dpList1" class="sp-page">
- <div class="sp-pl-15 sp-pt-10 sp-pb-5 sp-page" style="cursor: pointer" ng-class="{'sp-btn-blue':ctl.activeDep==$index}" ng-click="ctl.userList=item.USER;ctl.activeDep=$index">
- <label ng-bind="item.DEP"></label>
- </div>
- </div>
- </div>
- <div style="height: 200px;margin-top:14px; border:1px solid #ddd;overflow-x: hidden; overflow-y: scroll; ">
- <div ng-repeat="item in ctl.userList" class="sp-page sp-pt-5" ng-if="item.show">
- <div class="sp-pl-15 sp-pt-10 sp-page">
- <label style="cursor: pointer">
- <input type="checkbox" ng-model="item.checked" />
- {{item.USHOWNAME}}
- </label>
- </div>
- </div>
- </div>
- </td>
- <td style="text-align:center">
- <button class="sp-btn-gray-outline" ng-click="ctl.addmeet()">
- <i class="fa fa-long-arrow-right"></i>
- </button>
- <br />
- <button class="sp-btn-gray-outline" ng-disabled="ctl.meetUser.length==0" ng-click="ctl.delmeet()">
- <i class="fa fa-long-arrow-left"></i>
- </button>
- </td>
- <td width="300">
- <div class="sp-page sp-mb-5 pointer" style="border:1px solid #c6c6c6;height:444px">
- <label class="col-xs-4" ng-repeat="item in ctl.meetUser">
- <input type="checkbox" ng-model="item.checked" /> <span ng-bind="item.USHOWNAME"></span>
- </label>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="sp-page sp-text-center sp-mt-15">
- <button class="sp-btn-blue sp-radius" ng-click="ctl.joinMeet()">
- <i class="fa fa-check sp-mr-5"> </i>确 认
- </button>
- <button class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</button>
- </div>
- </div>
- </div>
- <div class="sp-layer" id="meetUpdate" style="width:700px">
- <div class="sp-layer-head" style="background:#2176d6">
- <div class="sp-page sp-text-center sp-font16">
- {{ctl.meeting.updateTitle}}
- <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
- ×
- </div>
- </div>
- </div>
- <div class="sp-layer-body">
- <div class="sp-col-15">
- <span ng-if="ctl.meeting.type==1">会议标题</span>
- <span ng-if="ctl.meeting.type==2">查看时限</span>
- </div>
- <div class="sp-col-85">
- <input type="text" class="sp-input" ng-model="ctl.meeting.cname" ng-if="ctl.meeting.type==1" />
- <input type="text" class="sp-input laydate-logo" sp-laydate ng-model="ctl.meeting.watchlimit" ng-if="ctl.meeting.type==2" />
- </div>
- <div class="sp-page sp-text-center sp-mt-15">
- <button class="sp-btn-blue sp-radius" ng-click="ctl.meetUpdate()">
- <i class="fa fa-check sp-mr-5"> </i>确 认
- </button>
- <button class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</button>
- </div>
- </div>
- </div>
- </div>
- <script type="text/ng-template" id="/treeView.html">
- <ul>
- <li ng-repeat="item in treeData" ng-include="'/treeItem.html'"></li>
- </ul>
- </script>
- <script type="text/ng-template" id="/treeItem.html">
- <p ng-class="{'pActive':item.checked}">
- <i ng-click="itemExpended(item, $event);" class="{{getItemIcon(item)}}"></i>
- <span style="display: inline-block;height: 18px;line-height: 18px;" ng-click="warpCallback('itemCheck', item, $event);">
- {{item[textField]}}
- </span>
- <span class="edit-menu sp-color-gray">
- <i ng-if="item.LEVELS!=3"
- ng-click="warpCallback('itemAdd', item, $event);" title="新增分类" class="fa fa-plus"></i>
- <i ng-if="item.LEVELS!=1"
- ng-click="warpCallback('itemEdit', item, $event);" title="编辑分类" class="fa fa-pencil"></i>
- <i ng-if="!item.C_H_I_L_D_DATA || item.C_H_I_L_D_DATA.length<1"
- ng-click="warpCallback('itemDelete', item, $event);" title="删除分类" class="fa fa-trash"></i>
- <i ng-if="$index!=0"
- ng-click="warpCallback('itemUp', item, $index, $event);" title="上移" class="fa fa-arrow-up"></i>
- <i ng-if="$index+1!=item.C_H_I_L_D_DATA_L"
- ng-click="warpCallback('itemDown', item, $index, $event);" title="下移" class="fa fa-arrow-down"></i>
- </span>
- </p>
- <ul ng-if="!isEnd(item)" ng-show="!item.$$isExpend">
- <li ng-repeat="item in item.C_H_I_L_D_DATA" ng-include="'/treeItem.html'"></li>
- </ul>
- </script>
- <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/watermark.js"></script>-->
- <script src="../../../js/sm4.js"></script>
- <script>document.write('<scri' + 'pt src="../../flowchart_app_imgcss/js/yozo.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</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/formeditFL.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>
|