xyZjz_excelAdd.ss.jsp 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <%-- 改。Lin
  5. <@script type="text/javascript" src="/${sessionScope['XMMC']}/js/yx/yx_zjz.js"></script> --%>
  6. <js.ss file="/ss/yx/yx_zjz.js"/>
  7. <%-- 改,去掉 /wd/js/ueditor/dialogs/wdimage/upload.js,改用 /wd/js/upload.js。Lin
  8. <script type="text/javascript" src="/wd/js/ueditor/dialogs/wdimage/upload.js"></script>
  9. --%><js.ss file="/ss/upload.js"/>
  10. <style type="text/css">
  11. #sfzImg{
  12. margin: 0 auto;
  13. width: 381px;
  14. height: 491.6px !important;
  15. border:1px solid #999;
  16. }
  17. /* #video{width:100% !important;height:100% !important}*/
  18. #video{width:800px!important;height:719px!important}
  19. </style>
  20. </head>
  21. <body>
  22. <div class="content-div" ssFith="true">
  23. <table class='form' style="table-layout: fixed;">
  24. <tr>
  25. <th width="130px">姓名</th>
  26. <%-- 改,暂时指定为 bjcyList[0] -- 等小许。Lin
  27. <td>${ry.xm}</td> --%>
  28. <td>${bjcyList[0].xm}</td>
  29. <th width="130px">身份证号码</th>
  30. <td >${ry.sfzh}</td>
  31. </tr>
  32. <tr>
  33. <th width="130px">班级</th>
  34. <td colspan="3">
  35. <%--<wd:translate name="bmxy_bjcx" value="${bmxy.bjid}" filter="bmxyid:'${bmxy.bmxyid}'" />--%>
  36. <cbTrans.ss cb="bj" val="${bjid}"/>
  37. </td>
  38. </tr>
  39. </table>
  40. <%-- 改,去掉部件 yx_info,改用 info -- 不是摊位,没有摊位的 "下一步" 操作。Lin
  41. <@form action="@service{name:'yx_zjz_bc',dest:'yx_info'}@" method="post"> --%>
  42. <form action="<serv.ss name='xyZjz_excelSureAdd' dest='info'/>" method="post">
  43. <%-- 改,暂时指定为 bjcyList[0] -- 等小许。Lin
  44. <@input name="ryid" value="$@{ry.ryid}" type="hidden"/>
  45. <input name="zjzwj" value="${ry.zjzwj}" type="hidden">
  46. --%>
  47. <input name="ryid" value="${bjcyList[0].ryid}" type="hidden"/>
  48. <input name="zjzwj" value="${bjcyList[0].zjzwj}" type="hidden">
  49. <label style="display:none;" for="videoSource">视频来源: </label>
  50. <select style="display:none;" id="videoSource"></select>
  51. <div style="width:100%;display: flex;height: 413px;">
  52. <div id="sfzImg" class="photo">
  53. <input type="file" style="display:none;" id="file">
  54. <img style="max-height: 100%;max-width: 100%; width:100%;height:100%;" id="image"
  55. <%-- 改,暂时指定为 bjcyList[0] -- 等小许。Lin
  56. src="@service{name:'getData',param:{path:'${ry.zjzwj}'}}@"
  57. --%> src="<serv.ss name='dlByHttp' parm='{type:"img",path:"${bjcyList[0].zpwj}"}'/>"
  58. onerror="this.src='/image/files.png'"/> <%-- ='${sessionScope['XMMC']}/image/files.png'"。Lin --%>
  59. <video autoplay muted playsinline style="display:none" id="video"></video>
  60. <canvas id="canvas" style="display:none"></canvas>
  61. </div>
  62. </div>
  63. <div style="text-align: center; margin-top: 88px;margin-bottom: 46px;">
  64. <input class="content-button" type="button" value="拍照" id="btn">
  65. </div>
  66. <div class='bottom-div'>
  67. <div class="bottom-down-div border-top">
  68. <input class="bottom-button" type="submit" value="提交" >
  69. <input class="bottom-button" type="button" onclick="wd.display.closeDialog();" value="取消">
  70. </div>
  71. </div>
  72. </form>
  73. </div>
  74. </body>
  75. </html>