| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!DOCTYPE html>
- <html>
- <head>
- <%-- 改。Lin
- <@script type="text/javascript" src="/${sessionScope['XMMC']}/js/yx/yx_zjz.js"></script> --%>
- <js.ss file="/ss/yx/yx_zjz.js"/>
- <%-- 改,去掉 /wd/js/ueditor/dialogs/wdimage/upload.js,改用 /wd/js/upload.js。Lin
- <script type="text/javascript" src="/wd/js/ueditor/dialogs/wdimage/upload.js"></script>
- --%><js.ss file="/ss/upload.js"/>
- <style type="text/css">
- #sfzImg{
- margin: 0 auto;
- width: 381px;
- height: 491.6px !important;
- border:1px solid #999;
- }
- /* #video{width:100% !important;height:100% !important}*/
- #video{width:800px!important;height:719px!important}
- </style>
- </head>
- <body>
- <div class="content-div" ssFith="true">
- <table class='form' style="table-layout: fixed;">
- <tr>
- <th width="130px">姓名</th>
- <%-- 改,暂时指定为 bjcyList[0] -- 等小许。Lin
- <td>${ry.xm}</td> --%>
- <td>${bjcyList[0].xm}</td>
- <th width="130px">身份证号码</th>
- <td >${ry.sfzh}</td>
- </tr>
- <tr>
- <th width="130px">班级</th>
- <td colspan="3">
- <%--<wd:translate name="bmxy_bjcx" value="${bmxy.bjid}" filter="bmxyid:'${bmxy.bmxyid}'" />--%>
- <cbTrans.ss cb="bj" val="${bjid}"/>
- </td>
- </tr>
- </table>
- <%-- 改,去掉部件 yx_info,改用 info -- 不是摊位,没有摊位的 "下一步" 操作。Lin
- <@form action="@service{name:'yx_zjz_bc',dest:'yx_info'}@" method="post"> --%>
- <form action="<serv.ss name='xyZjz_excelSureAdd' dest='info'/>" method="post">
- <%-- 改,暂时指定为 bjcyList[0] -- 等小许。Lin
- <@input name="ryid" value="$@{ry.ryid}" type="hidden"/>
- <input name="zjzwj" value="${ry.zjzwj}" type="hidden">
- --%>
- <input name="ryid" value="${bjcyList[0].ryid}" type="hidden"/>
- <input name="zjzwj" value="${bjcyList[0].zjzwj}" type="hidden">
- <label style="display:none;" for="videoSource">视频来源: </label>
- <select style="display:none;" id="videoSource"></select>
- <div style="width:100%;display: flex;height: 413px;">
- <div id="sfzImg" class="photo">
- <input type="file" style="display:none;" id="file">
- <img style="max-height: 100%;max-width: 100%; width:100%;height:100%;" id="image"
- <%-- 改,暂时指定为 bjcyList[0] -- 等小许。Lin
- src="@service{name:'getData',param:{path:'${ry.zjzwj}'}}@"
- --%> src="<serv.ss name='dlByHttp' parm='{type:"img",path:"${bjcyList[0].zpwj}"}'/>"
- onerror="this.src='/image/files.png'"/> <%-- ='${sessionScope['XMMC']}/image/files.png'"。Lin --%>
- <video autoplay muted playsinline style="display:none" id="video"></video>
- <canvas id="canvas" style="display:none"></canvas>
- </div>
- </div>
- <div style="text-align: center; margin-top: 88px;margin-bottom: 46px;">
- <input class="content-button" type="button" value="拍照" id="btn">
- </div>
- <div class='bottom-div'>
- <div class="bottom-down-div border-top">
- <input class="bottom-button" type="submit" value="提交" >
- <input class="bottom-button" type="button" onclick="wd.display.closeDialog();" value="取消">
- </div>
- </div>
- </form>
- </div>
- </body>
- </html>
|