1234567891011121314151617181920212223242526272829303132333435 |
- <html>
- <body>
- <h2>Hello World!</h2>
- <br/>
- <br/>
- ${dailyOriginalData.name}
- <br/>
- <br/>
- ${house}
- <br/>
- <br/>
- ${responsibleUser}
- <br/><br/>
- ${dailyRecordStatus}
- <br/><br/>
- ${dailyRecordCheck}
- <form action="/daily/dailyRecordTransfer/importExcel" method="post" enctype="multipart/form-data">
- <table>
- <tr>
- <td>文件</td><td><input type="file" name="excelFile"/></td>
- <td><input type="submit"></td>
- </tr>
- </table>
- </form>
- </body>
- </html>
|