From 73cddc1f15fbee51a0f79189f7df631361483b0d Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期四, 19 十二月 2024 14:23:23 +0800
Subject: [PATCH] 优化AGV工作处理及上报逻辑

---
 src/main/webapp/views/appVersion/appVersion.html |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/appVersion/appVersion.html b/src/main/webapp/views/appVersion/appVersion.html
index ea74dad..c238456 100644
--- a/src/main/webapp/views/appVersion/appVersion.html
+++ b/src/main/webapp/views/appVersion/appVersion.html
@@ -42,6 +42,7 @@
     </div>
 </div>
 
+
 <form id="uploadFile" enctype="multipart/form-data" style="display: none;" >
     <input type="file" name="file" id="appFile">
     <input type="button" value="涓婁紶"/>
@@ -63,9 +64,14 @@
 
 <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
 <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script>
 <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/js/appVersion/appVersion.js" charset="utf-8"></script>
+
+<div id="qrCode" class="template-barcode">
+    <div>123</div>
+</div>
 </body>
 
 <!-- 琛ㄥ崟寮圭獥 -->
@@ -112,11 +118,11 @@
 </script>
 
 <!-- 浜岀淮鐮佷笅杞藉脊绐� -->
-<script type="text/html" id="qrCode">
-    <div>123</div>
+<script type="text/template" id="templatePreview1" class="template-barcode">
     {{#each data}}
-    <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%">
+    <img class="template-code" src="{{this.barcodeUrl}}" width="90%">
     {{/each}}
 </script>
+
 </html>
 

--
Gitblit v1.9.1