From b6a49d260e9938c3a3d9d2faca51c089d4260c72 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 03 七月 2020 09:33:20 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/trayCode/trayCode.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/trayCode/trayCode.js b/src/main/webapp/static/js/trayCode/trayCode.js
index 014ea55..25d18b3 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;
--
Gitblit v1.9.1