Commit 455051cd04e3367d7aed9f0d86d68a9f07621d84
1 parent
3a870b08
update
Showing
1 changed file
with
5 additions
and
1 deletions
src/main/resources/templates/receipt/receiving/receiving.html
... | ... | @@ -165,9 +165,13 @@ |
165 | 165 | <!--<li>回收人:<input type="text" id="recycler"/></li>--> |
166 | 166 | <li>国家编码:<input type="text" id="countryCode" placeholder="国家编码"/></li> |
167 | 167 | <li>备注:<input type="text" id="remark" placeholder="备注"/></li> |
168 | - <li style="width:20%" hidden> | |
168 | + <li> | |
169 | 169 | <button id="plc" name="plc" class="btn btn-danger btn-sm" type="button">电池拍照</button> |
170 | 170 | </li> |
171 | + <li><div class="form-group" style="width:300px;white-space: nowrap"> | |
172 | + <img id="camera" name="camera" src="" width="300px" height="200px"/> | |
173 | + </div></li> | |
174 | + | |
171 | 175 | <!--<div class="form-group" style="width:300px;white-space: nowrap"> |
172 | 176 | <img id="camera" name="camera" src="" width="300px" height="200px"/> |
173 | 177 | </div> |
... | ... |