childSqInfo.ss.jsp 2.8 KB

1
  1. <html> <head> <style type="text/css"> table{ table-layout: fixed; } td{   white-space: nowrap;   overflow: hidden;   text-overflow: ellipsis; } </style> </head> <body> <div class="content-div" ssFith='{max:281,min:100,lvl:1,fixHeight:50}'> <table class='form'> <tr> <th width="102px">标题</th> <td><txt.ss val="${sq.mc}"/></td> <th width="115px">状态</th> <td><cbTrans.ss cb="lczt" val="${sq.lcztm}"/></td> </tr> <tr> <th>申请人</th> <td><cbTrans.ss cb="ry" val="${sq.sqryid}"/></td> <th>申请时间</th> <td><txt.ss val="${sq.sqsj}" fmt="yyyy-MM-dd" miniDate="false"/></td> </tr> <tr> <th>说明</th> <td colspan="3" ssFith='{max:100,min:50,lvl:2}'> <div id='msPlay'></div> <input type="hidden" name="mswj" value="${sq.mswj}"> <editor.ss name="ms" mode="play"/> </td> </tr> </table> <equal.ss val="${sq.lbm}" val2="11"> <div ssDragh='{max:100,min:50,lvl:2}'> <iframe width="100%" height="100%" frameborder="0" src="<serv.ss name='selChgInfo' dest='chgList' parm='{sqid:"${sqid}",isForSqck:"true"}'/>"> </iframe> </div> </equal.ss> </div> <form action="<serv.ss name='selSqById' dest='sqInfo'/>" method="post"> <input type="hidden" name="sqid" value="${sqid}"/> <div class="search-div" style="padding: 15px 25px 12px 25px;"> <div class="fl search-div-margin-bottom1"> 审核人 <input name="mc" type="text" value="${param.mc}" style="width:100px"> <input type="submit" class="content-invertButton" value="搜索" name="ssSearch"/> </div> <div> <jsp.ss file="/ss/paging.jsp"/> </div> </div> </form> <div class="list-div list-search-div"> <table class="list"> <thead> <tr> <th width="20%">审核人</th> <th width="20%">审核时间</th> <th width="40%">审核意见</th> <th width="20%">操作</th> </tr> </thead> <tbody ssOddClazz="list-odd" ssEvenClazz="list-even" ssHovClazz="list-hover" ssFith='{list:true,rowHeight:35}'> <rpt.ss name="shList" id="item"> <tr class="list-background"> <td><cbTrans.ss cb="ry" val="${item.shryid}"/></td> <td><txt.ss val="${item.shsj}" fmt="yyyy-MM-dd" miniDate="false"/></td> <td><cbTrans.ss cb="shyj" val="${item.shyjm}"/></td> <td> <equal.ss val="${empty item.ynrid}" val2="false"> <%-- 改 equal:val1="${!empty item.ynrid}" val2="true"。Lin --%> <input type="button" value="查看" class="list-button" onclick='<serv.ss dlg="true" dest="sh_ly" parm="{ynrid:&quot;${item.ynrid}&quot;}"/>'/> </equal.ss> </td> </tr> </rpt.ss> </tbody> </table> </div> <div class='bottom-div' > <div class="bottom-down-div border-top"> <input type="button" value="关闭" onclick="wd.display.closeDialog();" class="bottom-button"> </div> </div> <div id="outDiv"></div> </body> </html>