| 123456789101112131415161718192021222324252627282930313233 |
- <html>
- <head>
- </head>
- <body>
- <%-- 改。pp = 代签。Lin
- <form action='@service{name:"dqry",dest:"sys_info",param:{shid:"${shid}"}}@' method="post"> --%>
- <form action="<serv.ss name='urgeHomep_surePp' dest='info' parm='{shid:"${shid}"}'/>" method="post">
- <div class='content-div'>
- <table class="form">
- <tr>
- <th>被代签人</th>
- <%-- 再去掉 <cb "ryXmByRyid",直接使用 <cb "ry"。已通过改进相关的翻译码本程序来提高没缓存的码本翻译速度。Lin
- <td><cbTrans.ss cb="ryXmByRyid" val="${ryid}" filter='{ryid:"${ryid}"}'/></td> --%>
- <td><cbTrans.ss cb="ry" val="${ryid}"/></td>
- </tr>
- <tr>
- <th>代签人</th>
- <td>
- <input name="ryid" type="text" value="${sh.dlryid}"/>
- <objp.ss name="ryid" cb="ppRy" filter='{shid:"${shid}",ryid:"${ryid}"}'/>
- </td>
- </tr>
- </table>
- </div>
- <div class='bottom-div'>
- <div class="bottom-down-div border-top">
- <input type="submit" value='确定' class='bottom-button' />
- <input type="button" value="关闭" class="bottom-button">
- </div>
- </div>
- </form>
- </body>
- </html>
|