From 2111856a766ac618ce101f5e13480e1fb95a92dd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 03 七月 2020 10:53:19 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/trayCode/trayCode.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/trayCode/trayCode.js b/src/main/webapp/static/js/trayCode/trayCode.js
index 014ea55..25f8710 100644
--- a/src/main/webapp/static/js/trayCode/trayCode.js
+++ b/src/main/webapp/static/js/trayCode/trayCode.js
@@ -112,6 +112,9 @@
                     content: $('#print-windows'),
                     success: function(layero, index){
                         layer.iframeAuto(index)
+                        http.post(baseUrl+"/trayCode/latest", null, function (res) {
+                            $('#startNo').val(res.data);
+                        })
                     },
                 });
                 break;
@@ -309,7 +312,7 @@
                                 "type="+data.field.type+"&param="+res.data[i].item+"&width="+200+"&height="+100;
                         } else {
                             res.data[i]["barcodeUrl"]=baseUrl+"/file/barcode/qrcode/auth?" +
-                                "type="+data.field.type+"&param="+res.data[i].item+"&width="+50+"&height="+50;
+                                "type="+data.field.type+"&param="+res.data[i].item+"&width="+400+"&height="+200;
                         }
                     }
                     var tpl = $('#trayCodeTemplate').html();

--
Gitblit v1.9.1