| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <html>
- <head>
- </head>
- <body>
- <form method="post">
- <div class='content-div'>
- <table id="table" class="form">
- <tr>
- <th width="185px">活动</th>
- <td>${hd.mc}</td>
- <th width="185px">班级</th>
- <td><cbTrans.ss cb="bj" val="${xybmgz.bjid}"/></td>
- </tr>
- </table>
- <div style="width: 800px;height: 390px"> <%-- 查询页。Lin --%>
- <iframe style="border:none; width:100%; height:100%;" src="<serv.ss name='boxBmxy_cx' dest='boxObjList' parm='{hdid:"${hd.hdid}",bjid:"${xybmgz.bjid}"}'/>"></iframe>
- </div>
- </div>
- <div class="bottom-up-div">
- <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;">
- 审核意见
- </div>
- <div class="bottom-up-div-left-right" style="width: 84%;display: inline-block;float: right;height: 100%;">
- <input type='hidden' name='ynrid' value='' />
- <div id='ynrEdit' data-shid="${shid}" style="height: 63px;"> <%-- 增加 data-shid,解决 "每次进入办理页都会产生一个 CMS 内容(最后一次仍会垃圾)" 的问题。Lin --%>
- </div>
- <%-- 再改,规范命名。Lin
- <inper@ss name='ynr' btn='{name:"附件",key:"fjid",val:""}'/> --%>
- <inper.ss name='ynr' btn='{desc:"附件",name:"fjid",val:""}'/>
- </div>
- </div>
- <div class="bottom-div">
- <div class="bottom-down-div">
- <input type="submit" value="同意" class="bottom-button"
- onclick='<serv.ss subm="true" name='ss.agrTask' dest='info' parm='{shid:"${shid}"}'/>'/>
- <input type="submit" value="退回" class="bottom-button"
- onclick='<serv.ss subm="true" name='ss.rejTask' dest='info' parm='{shid:"${shid}"}'/>'/>
- <input type="button" value="关闭" class="bottom-button" onclick="wd.display.closeDialog();"/>
- </div>
- </div>
- </form>
- </body>
- </html>
|