From 2045b7d31aa63e97d820c72c21cf145adb58960c Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期四, 16 一月 2025 13:11:29 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms

---
 HTML/views/ASNSetting/LabelBoxBuDa.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HTML/views/ASNSetting/LabelBoxBuDa.html b/HTML/views/ASNSetting/LabelBoxBuDa.html
index 681705f..1a17122 100644
--- a/HTML/views/ASNSetting/LabelBoxBuDa.html
+++ b/HTML/views/ASNSetting/LabelBoxBuDa.html
@@ -248,7 +248,7 @@
                             //$("#Standard" + z.toString()).html(res.data[z].Standard);
 
                             $("#Qty").attr("id", "Qty" + z.toString());
-                            $("#Qty" + z.toString()).html( res.data[z].Qty);
+                            $("#Qty" + z.toString()).html( res.data[z].Qty+res.data[z].unit);
 
                             $("#SupplierLot").attr("id", "SupplierLot" + z.toString());
                             $("#SupplierLot" + z.toString()).html( res.data[z].SupplierLot);

--
Gitblit v1.8.0