From 455051cd04e3367d7aed9f0d86d68a9f07621d84 Mon Sep 17 00:00:00 2001 From: tongzhonghao <12345678> Date: Fri, 27 May 2022 18:28:51 +0800 Subject: [PATCH] update --- src/main/resources/templates/receipt/receiving/receiving.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/receipt/receiving/receiving.html b/src/main/resources/templates/receipt/receiving/receiving.html index f587324..0d5deeb 100644 --- a/src/main/resources/templates/receipt/receiving/receiving.html +++ b/src/main/resources/templates/receipt/receiving/receiving.html @@ -165,9 +165,13 @@ <!--<li>回收人:<input type="text" id="recycler"/></li>--> <li>国家编码:<input type="text" id="countryCode" placeholder="国家编码"/></li> <li>备注:<input type="text" id="remark" placeholder="备注"/></li> - <li style="width:20%" hidden> + <li> <button id="plc" name="plc" class="btn btn-danger btn-sm" type="button">电池拍照</button> </li> + <li><div class="form-group" style="width:300px;white-space: nowrap"> + <img id="camera" name="camera" src="" width="300px" height="200px"/> + </div></li> + <!--<div class="form-group" style="width:300px;white-space: nowrap"> <img id="camera" name="camera" src="" width="300px" height="200px"/> </div> -- libgit2 0.22.2