sqInfo.ss.jsp 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. table{
  5. table-layout: fixed;
  6. }
  7. td {
  8. white-space: nowrap;
  9. overflow: hidden;
  10. text-overflow: ellipsis;
  11. }
  12. #ascrail2000{
  13. display:none !important;
  14. }
  15. #ascrail2001{
  16. display:none !important;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <div class="content-div" style="margin-top: 25px;">
  22. <table class='form'>
  23. <tr>
  24. <th width="105px">标题</th>
  25. <td><txt.ss val="${sq.mc}" /></td>
  26. <th width="117px">状态</th>
  27. <td><cbTrans.ss cb="lczt" val="${sq.lcztm}" /></td>
  28. </tr>
  29. <tr>
  30. <th>申请人</th>
  31. <td><cbTrans.ss cb="ry" val="${sq.sqryid}" /></td>
  32. <th>申请时间</th>
  33. <td><txt.ss val="${sq.sqsj}" fmt="yyyy-MM-dd HH:mm" miniDate="false" /></td>
  34. </tr>
  35. <tr>
  36. <th>说明</th>
  37. <td colspan="3" ssFith='{max:100,min:50,lvl:2}'>
  38. <div id='msPlay'></div>
  39. <input type="hidden" name="mswj" value="${sq.mswj}">
  40. <editor.ss name="ms" mode="play"/>
  41. </td>
  42. </tr>
  43. </table>
  44. <%-- 改 equal:val1="true" val2="${sq.lbm!=1&amp;&amp;sq.lbm!=51&amp;&amp;sq.lbm!=55}"。Lin --%>
  45. <notEqual.ss val="${sq.lbm}" valList="1,51,55">
  46. <div ssDragh='{max:100,min:50,lvl:2}'>
  47. <iframe width="100%" height="100%" frameborder="0"
  48. src="<serv.ss name='selChgInfo' dest='chgList' parm='{sqid:"${sqid}",isForSqck:"true"}'/>">
  49. </iframe>
  50. </div>
  51. </notEqual.ss>
  52. </div>
  53. <div ssDragh='{max:140,min:50,lvl:2,pct:40}'>
  54. <iframe style="width: calc(100% - 4px);" height="58%" frameborder="0"
  55. src="<serv.ss name='selSh' dest='shList' parm='{sqid:"${sqid}"}'/>">
  56. </iframe>
  57. </div>
  58. <div class='bottom-div' >
  59. <div class="bottom-down-div border-top">
  60. <input type="button" value="关闭" onclick="wd.display.closeDialog();" class="bottom-button" >
  61. </div>
  62. </div>
  63. <div id="outDiv">
  64. </div>
  65. </body>
  66. </html>