urgeHomep_ppSure.ss.jsp 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <%-- 改。pp = 代签。Lin
  6. <form action='@service{name:"dqry",dest:"sys_info",param:{shid:"${shid}"}}@' method="post"> --%>
  7. <form action="<serv.ss name='urgeHomep_surePp' dest='info' parm='{shid:"${shid}"}'/>" method="post">
  8. <div class='content-div'>
  9. <table class="form">
  10. <tr>
  11. <th>被代签人</th>
  12. <%-- 再去掉 <cb "ryXmByRyid",直接使用 <cb "ry"。已通过改进相关的翻译码本程序来提高没缓存的码本翻译速度。Lin
  13. <td><cbTrans.ss cb="ryXmByRyid" val="${ryid}" filter='{ryid:"${ryid}"}'/></td> --%>
  14. <td><cbTrans.ss cb="ry" val="${ryid}"/></td>
  15. </tr>
  16. <tr>
  17. <th>代签人</th>
  18. <td>
  19. <input name="ryid" type="text" value="${sh.dlryid}"/>
  20. <objp.ss name="ryid" cb="ppRy" filter='{shid:"${shid}",ryid:"${ryid}"}'/>
  21. </td>
  22. </tr>
  23. </table>
  24. </div>
  25. <div class='bottom-div'>
  26. <div class="bottom-down-div border-top">
  27. <input type="submit" value='确定' class='bottom-button' />
  28. <input type="button" value="关闭" class="bottom-button">
  29. </div>
  30. </div>
  31. </form>
  32. </body>
  33. </html>