From a3bea567c554c2c57809ceed2a040baf473aa95f Mon Sep 17 00:00:00 2001
From: cp <513960435@qq.com>
Date: 星期四, 27 三月 2025 13:04:38 +0800
Subject: [PATCH] 1

---
 zy-asrs-wms/src/main/webapp/static/js/stoMan/stoQue.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/static/js/stoMan/stoQue.js b/zy-asrs-wms/src/main/webapp/static/js/stoMan/stoQue.js
index 1ebf4e3..6839467 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/stoMan/stoQue.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/stoMan/stoQue.js
@@ -182,8 +182,12 @@
                     success: function (res) {
                         if (res.code === 200){
                             res.data.forEach((item) => {
-                                let tmp = '<img width="600" src="' + item + '" />';
-                                imgHtml += tmp;
+                                let locNo = item.locNo;
+                                let pics = item.pics;
+                                pics.forEach((pic) => {
+                                    let tmp = '<div><div><img width="600" src="' + pic + '" /></div><div>' + locNo + '</div></div>';
+                                    imgHtml += tmp;
+                                })
                             })
                             imgHtml += "</div>";
 

--
Gitblit v1.9.1