boxBmxy_chk.ss.jsp 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <form method="post">
  6. <div class='content-div'>
  7. <table id="table" class="form">
  8. <tr>
  9. <th width="185px">活动</th>
  10. <td>${hd.mc}</td>
  11. <th width="185px">班级</th>
  12. <td><cbTrans.ss cb="bj" val="${xybmgz.bjid}"/></td>
  13. </tr>
  14. </table>
  15. <div style="width: 800px;height: 390px"> <%-- 查询页。Lin --%>
  16. <iframe style="border:none; width:100%; height:100%;" src="<serv.ss name='boxBmxy_cx' dest='boxObjList' parm='{hdid:"${hd.hdid}",bjid:"${xybmgz.bjid}"}'/>"></iframe>
  17. </div>
  18. </div>
  19. <div class="bottom-up-div">
  20. <div class="bottom-up-div-left" style="width: 16%;display: inline-block;height: 100%;line-height: 99px;font-size: 16px;text-align: right;padding-right: 16px;box-sizing: border-box;">
  21. 审核意见
  22. </div>
  23. <div class="bottom-up-div-left-right" style="width: 84%;display: inline-block;float: right;height: 100%;">
  24. <input type='hidden' name='ynrid' value='' />
  25. <div id='ynrEdit' data-shid="${shid}" style="height: 63px;"> <%-- 增加 data-shid,解决 "每次进入办理页都会产生一个 CMS 内容(最后一次仍会垃圾)" 的问题。Lin --%>
  26. </div>
  27. <%-- 再改,规范命名。Lin
  28. <inper@ss name='ynr' btn='{name:"附件",key:"fjid",val:""}'/> --%>
  29. <inper.ss name='ynr' btn='{desc:"附件",name:"fjid",val:""}'/>
  30. </div>
  31. </div>
  32. <div class="bottom-div">
  33. <div class="bottom-down-div">
  34. <input type="submit" value="同意" class="bottom-button"
  35. onclick='<serv.ss subm="true" name='ss.agrTask' dest='info' parm='{shid:"${shid}"}'/>'/>
  36. <input type="submit" value="退回" class="bottom-button"
  37. onclick='<serv.ss subm="true" name='ss.rejTask' dest='info' parm='{shid:"${shid}"}'/>'/>
  38. <input type="button" value="关闭" class="bottom-button" onclick="wd.display.closeDialog();"/>
  39. </div>
  40. </div>
  41. </form>
  42. </body>
  43. </html>