| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- <%@ page language="java" pageEncoding="UTF-8" isELIgnored="false" %>
- <%@ taglib uri="/ssTag" prefix="ss"%>
- <% pageContext.setAttribute(ss.page.PageC.PAGE_objName,"sh");%>
- <%pageContext.setAttribute("wdpageinformation","{'hastab':'0'}");%>
- <!DOCTYPE html>
- <%--<!–[if IE]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]–>--%>
- <script type="text/javascript" src="/ss/treeTable/jquery.treetable.js"></script>
- <style>
- .list-smallDim{
- width: 80px !important;
-
- height: 43px;
- }
- .list-smallDim span{
- display: inline-block;
- width: 100%;
- height: 16px;
- line-height: 16px;
- text-align: center;
- }
- .db-button span{
- display: inline-block;
- width: 100%;
- height:17px;
- line-height: 17px;
- text-align: center;
- }
- .smallButton-i{
- margin-top: -4px;
- }
- .title{
- display: inline-block;
- }
- .tdSj{
- vertical-align: middle;
- }
- .iservice-num-0{
- 8 max-width: calc(100% - 45px);
- }
- .iservice-num-1{
- /* max-width: calc(100% - 98px)!important;*/
- max-width: calc(100% - 98px);
- }
- .iservice-num-12{
- max-width: calc(100% - 110px);
- }
- .iservice-num-2{
- max-width: calc(100% - 76px);
- }
- .bb1{
- width:100%!important;
- max-width: 100% !important;
- position: relative;
- z-index: 1;
- }
- </style>
-
- <script type="text/javascript">
- var growHeightIds = new Array();
- </script>
- <div id="sybj" style="height: 100%;">
- <div class="plugin-component-div" style="height: 100%;">
- <div id="bt" class="plugin-title hLine-dim db" style="margin-bottom: 5px;">
- <span refreshClass="todoPlugin-loadingIcon" class="img-header plugin-icon todoPlugin-icon"></span>
- <span style="vertical-align: middle;">待办</span>
- <span style="float: right;margin-right: 10px;line-height: 0;" class="todoPlugin-title-right">
- <span class="icon-setHelpButton" style="position: relative;top: 10px;display: inline-block;">
- </span>
- <span class="icon-helpButton" style="position: relative;top: 10px;">
- </span>
- </span>
- </div>
- <div id="sybjBody" style="height: calc(100% - 60px)!important;width: 100%;box-sizing: border-box;">
- <div id="sybjBodyInner" style="height: 100%;">
- <div class="smallScrollbar" style="height: 100%;">
- <div class="home-list-div" id="shList" style="height: calc(100% - 1px);width: calc(100% - 8.5px)">
- <table style="border:none!important;border-collapse: collapse;width: 100%;" id="treetable" class="dbtreetable">
- <ss:rpt name='cgList' id='item'>
- <%--分支--%>
- <ss:equal val='${item.branch}' val2='true'> <%-- 改 equal:val1="${item.branch==true}" val2="true"。Lin --%>
- <tr style="height: 41px;line-height: 40px;width: 100%;position: relative;font-size: 14px;" class="trtable folder1 cursor-click" data-tt-id="db${item.id}" >
- <td onclick='if($(window.event.srcElement).is("a"))return;if($(this).hasClass("bear")){$(this).removeClass("bear");return;};$(this).addClass("bear").find(".indenter a").trigger("click");' style="width:100%;padding-left: 15px;box-sizing: border-box;" class="tdBt bb1" taskCount="${item.taskCount}">
- <span class="folder" ></span>
- <script type="text/javascript">
- growHeightIds.push('${item.index}_${sybjId}');
- </script>
- <div class="title iservice-num-0 cursor-click" id="${item.index}_${sybjId}" style="float: left;
- display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;" height='40px'>
- ${item.mc}
- </div>
- <!-- <div class="vLine-dashed" style="float:right;display:inline-block;width:1px;height:30px;margin-top:5px;">
- </div> -->
- </td>
- <td class="tdSj" style="padding-right: 9px;box-sizing: border-box;font-size: 0px;width: 89px;">
- <div class="list-smallDim list1" >
- <span>
- <ss:txt val='${item.sqsj}' fmt='MM/dd'/> <ss:txt val='${item.sqsj}' fmt='HH:mm'/>
- </span>
-
- </div>
- </td>
- </tr>
- </ss:equal>
- <%--节点--%>
- <ss:equal val='${item.branch}' val2='false'> <%-- 改 equal:val1="${item.branch==true}" val2="false"。Lin --%>
- <tr style="height: 41px;line-height: 40px;width: 100%;position: relative;font-size: 14px;" class="file2 cursor-click" data-tt-id="db${item.id}" data-tt-parent-id="db${item.branchid}" >
- <td class="tdBt bb1" style="padding-left: 15px;width:100%;box-sizing: border-box;position: absolute;z-index: 1;"
- <ss:equal val='${empty item.updateService}' val2='false'>
- onclick='wd.display.showComponent({show:["wdDialog"],url:"<ss:serv name='${item.updateService.service}' dest='${item.updateService.dest}' parm='${item.updateService.param}'/>",title:"${item.updateService.title}",width:((${item.updateService.width}+DOM_SIZE_objInfoTabWidth)+""),height:"${item.updateService.height}",minHeight:"${item.updateService.minHeight}",maxHeight:"${item.updateService.maxHeight}"});'
- </ss:equal>
- >
- <span class="file"></span>
- <%-- 主操作:草稿修改 --%>
- <script type="text/javascript">
- growHeightIds.push('${item.index}_${sybjId}');
- </script>
- <div class="title iservice-num-1 cursor-click" id="${item.index}_${sybjId}" style="float: left;
- display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;" height='41px'>
- ${item.mc}
- </div>
- <%-- 草稿查看 --%>
- <%--
- <a title='${item.playService.title}' class="smallButton icon-i" onclick='wd.display.showComponent({show:["wdDialog"],hide:[],url:"<wd:token service='${item.playService.service}' dest='${item.playService.dest}' param='${item.playService.param}' test='false' />",title:"${item.playService.title}",width:${item.playService.width},height:${item.playService.height},minHeight:${item.playService.minHeight},maxHeight:${item.playService.maxHeight}});' ></a>
- --%>
- <!-- <div class="vLine-dashed" style="float:right;display:inline-block;width:1px;height:30px;margin-top:5px;">
- </div> -->
- </td>
- <td class="tdSj" style="padding-right: 9px;box-sizing: border-box;font-size: 0px;width: 89px;position: absolute;z-index: 1;right: 0;">
- <%-- 时间 --%>
- <div class="list-smallDim list2">
- <span>
- <ss:txt val='${item.sqsj}' fmt='MM/dd'/> <ss:txt val='${item.sqsj}' fmt='HH:mm'/>
- </span>
-
- </div>
- </td>
- </tr>
- </ss:equal>
- </ss:rpt>
- <ss:rpt name='shList' id='innerList'>
- <ss:equal val='${innerList[0].mark}' val2='pl'>
- <ss:rpt name='${innerList}' id='item'>
- <tr style="height: 41px;line-height: 40px;width: 100%;position: relative;font-size: 14px;" class="trtable folder1 cursor-click" data-tt-id="db${item.plid}"
- <ss:equal val='${empty item.cservice}' val2='false'> <%-- 改 equal:val1="true" val2="${not empty item.cservice}"。Lin --%>
- <%-- 主操作:批量审核 --%>
- onclick='if($(window.event.srcElement).is("a,img,span"))return;wd.display.JumpTest({show:["wdDialog"],hide:[],
- url:"<ss:serv name='${item.cservice.service}' dest='${item.cservice.dest}' parm='${item.cservice.param}'/>",
- title:"${item.cservice.title}",width:${item.cservice.width},height:${item.cservice.height},minHeight:${empty item.cservice.minHeight?'null':item.cservice.minHeight},maxHeight:${empty item.cservice.maxHeight?'null':item.cservice.maxHeight}});event.stopPropagation();console.log(1211)'
- </ss:equal>
- >
- <td class="tdBt bb1" style="padding-left: 15px;width:100%;box-sizing: border-box;" taskCount="${item.taskCount}">
- <span class="folder"></span>
- <script type="text/javascript">
- growHeightIds.push('${item.index}_${sybjId}');
- </script>
- <div class="title iservice-num-0 cursor-click" id="${item.index}_${sybjId}" style="float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;" height='40px'
- <ss:equal val='${empty item.cservice}' val2='true'> <%-- 改 equal:val1="false" val2="${not empty item.cservice}"。Lin --%>
- onclick='if($(window.event.srcElement).is("a,img,span"))return;wd.display.alert("该节点无批量审核")'
- </ss:equal>
- >
- ${item.name}
- </div>
- <!-- <div class="vLine-dashed" style="float:right;display:inline-block;width:1px;height:30px;margin-top:5px;">
- </div> -->
- </td>
- <td class="tdSj" style="padding-right: 9px;box-sizing: border-box;font-size: 0px;width: 89px;">
- <%-- 时间 --%>
- <div class="list-smallDim list3" onclick='$(this).parent().prev().addClass("bear").find(".indenter a").trigger("click");'>
- <span>
- <ss:txt val='${item.time}' fmt='MM/dd'/> <ss:txt val='${item.time}' fmt='HH:mm'/>
- </span>
-
- </div>
- </td>
- </tr>
- </ss:rpt>
- </ss:equal>
- <ss:equal val='${innerList[0].mark}' val2='sh'>
- <ss:rpt name='${innerList}' id='item'>
- <%-- 主操作:审核 --%>
- <tr style="height: 41px;line-height: 40px;width: 100%;position: relative;font-size: 14px;" class="file${empty item.plid?1:2} ${empty item.dlryidList?'':'proxy'} ${empty item.encode_shryid?'':'encode'} cursor-click" data-tt-id="db${item.objectId}" objectId="${item.objectId}"
- <ss:equal val='${empty item.plid}' val2='false'> <%-- 改 equal:val1="true" val2='${not empty item.plid}'。Lin --%>
- data-tt-parent-id="db${item.plid}"
- </ss:equal>
- onclick='wd.display.JumpTest({show:["wdDialog"],hide:[],
- url:"<ss:serv name='${item.service.service}' dest='${item.service.dest}' parm='${item.service.param}'/>",
- title:"${item.service.title}",width:${item.service.width},height:${item.service.height},minHeight:${empty item.service.minHeight ?'null':item.service.minHeight},maxHeight:${empty item.service.maxHeight?'null':item.service.maxHeight}});event.stopPropagation();'>
- <td class="tdBt bb1 aa1" style="padding-left: 15px;width:100%;box-sizing: border-box;">
- <span class="file"></span>
- <ss:equal val='${empty item.dlryidList}' val2='false'>
- <span class="icon-proxy" ryid="${item.dlryidList[0]}"></span>
- </ss:equal>
- <ss:equal val='${empty item.encode_shryid}' val2='false'>
- <span class="icon-translate" ryid="${item.encode_shryid}"></span>
- </ss:equal>
- <script type="text/javascript">
- growHeightIds.push('${item.index}_${sybjId}');
- </script>
- <ss:equal val='${empty item.plid && not empty item.processName}' val2='true'>
- <div class="list-highlight" style="min-width:min-content;max-width:fit-content;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;float: left;">${item.processName}. </div>
- <div class="title cc${empty item.p_iservice}-${empty item.iservice} iservice-num-${empty item.p_iservice&&empty item.iservice?'0':''}${not empty item.iservice?'1':''}${not empty item.p_iservice?'2':''} cursor-click" id="${item.index}_${sybjId}" style="max-width:inherit;float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;min-width: 1%;" height='40px'>
- ${item.name}
- </div>
- </ss:equal>
- <ss:equal val='${empty item.plid && not empty item.processName}' val2='false'>
- <div class="title cc${empty item.p_iservice}-${empty item.iservice} iservice-num-${empty item.p_iservice&&empty item.iservice?'0':''}${not empty item.iservice?'1':''}${not empty item.p_iservice?'2':''} cursor-click" id="${item.index}_${sybjId}" style="float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;min-width: 10%;" height='40px'>
- ${item.name}
- </div>
- </ss:equal>
- <ss:equal val='${empty item.iservice}' val2='false'>
- <a class="smallButton icon-i" class="aa shitem" href="javascript:void(0)"
- onclick='wd.display.showComponent({show:["wdDialog"],url:"<ss:serv name='${item.iservice.service}' dest='${item.iservice.dest}' parm='${item.iservice.param}'/>",title:"${item.iservice.title}",width:"${item.iservice.width}",height:"${item.iservice.height}",minHeight:"${item.iservice.minHeight}",maxHeight:"${item.iservice.maxHeight}"});'
- event.stopPropagation();
- >
- </a>
- </ss:equal>
- <ss:equal val='${empty item.p_iservice}' val2='false'> <%-- 改 equal:val1="true" val2="${not empty item.p_iservice}"。Lin --%>
- <a class="smallButton icon-bigI" style="margin-right: 6px;" class="aa shitem" href="javascript:void(0)"
- onclick='wd.display.showComponent({show:["wdDialog"],url:"<ss:serv name='${item.p_iservice.service}' dest='${item.p_iservice.dest}' parm='${item.p_iservice.param}'/>",title:"${item.p_iservice.title}",width:"${item.p_iservice.width}",height:"${item.p_iservice.height}",minHeight:"${item.p_iservice.minHeight}",maxHeight:"${item.p_iservice.maxHeight}"});'
- event.stopPropagation();
- >
- </a>
- </ss:equal>
- <!-- <div class="vLine-dashed" style="float:right;display:inline-block;width:1px;height:30px;margin-top:5px;">
- </div> -->
- </td>
- <td class="tdSj" style="padding-right: 9px;box-sizing: border-box;font-size: 0px;width: 89px;">
- <%--时间--%>
- <div class="list-smallDim list4" style="${empty item.jzsj?'color: #969696;':'color: #ff0000;'};">
- <ss:equal val='${empty item.jzsj}' val2='true'>
- <span>
- <ss:txt val='${item.fssj}' fmt='MM/dd'/> <ss:txt val='${item.fssj}' fmt='HH:mm'/>
- </span>
-
- </ss:equal>
- <ss:equal val='${empty item.jzsj}' val2='false'>
- <span>
- <ss:txt val='${item.jzsj}' fmt='MM/dd'/> <ss:txt val='${item.jzsj}' fmt='HH:mm'/>
- </span>
-
- </ss:equal>
- </div>
- </td>
- </tr>
- </ss:rpt>
- </ss:equal>
- </ss:rpt>
- </table>
- </div>
- <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=" onload="initJs${sybjId}(this)" />
- </div>
- </div>
- </div>
- </div>
- </div>
- <script type="text/javascript" src="/ss/nicescroll/jquery.nicescroll.js"></script>
- <script type="text/javascript" src="/ss/nicescroll/jquery.nicescroll.iframehelper.min.js"></script>
- <script src="/js/PageJs/taskHomep.js"></script>
- <script type="text/javascript">
- var initJs${sybjId} = init
- </script>
- <script type="text/javascript">var wdRecordValue='${wdRecordValue}';</script>
- <script type="text/javascript" src="/ss/js/wdRecord.js"></script>
- <script type="text/javascript">(function(){wdRecord("homep_task");})();</script>
- <ss:equal val="${empty resizeComponent}" val2="false">
- <script>{var iframe=wd.display.getFrameOfWindow();
- if(iframe&&iframe.contentWindow==window)
- wd.display.resizeComponent(${resizeComponent.width}, ${resizeComponent.height}, ${empty resizeComponent.minHeight?'null':resizeComponent.minHeight}, ${empty resizeComponent.maxHeight?'null':resizeComponent.maxHeight});}</script>
- </ss:equal>
- <ss:help/>
- <script type="text/javascript">
- tokenCleanser("<ss:serv name='ss.clearPageToken'/>", {tokenList:"<%= pageContext.getAttribute(ss.page.PageC.PAGE_tokenList)%>"});
- </script>
|