From 157abc191c34e57c1b958ae74fc3de6518ca8a30 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期五, 28 二月 2025 11:06:36 +0800 Subject: [PATCH] 修改客户需求 --- HTML/views/ASNSetting/LabelBoxBuDa.html | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HTML/views/ASNSetting/LabelBoxBuDa.html b/HTML/views/ASNSetting/LabelBoxBuDa.html index 681705f..2e1990e 100644 --- a/HTML/views/ASNSetting/LabelBoxBuDa.html +++ b/HTML/views/ASNSetting/LabelBoxBuDa.html @@ -46,6 +46,9 @@ .font-size10{ font-size: 10px; } + /* .layui-table-cell { + word-break: break-all; + } */ </style> </head> @@ -75,13 +78,13 @@ </tr> --> <tr> <td class="font-size12">杩涘巶缂栧彿</td> - <td id="LotNo" class="font-size10"></td> + <td id="LotNo" style="overflow-wrap: break-word;" class="font-size10"></td> <td class="font-size12">鐗╂枡浠g爜</td> <td id="SkuNo" class="font-size10"></td> </tr> <tr> <td class="font-size12">鍘熷巶鎵瑰彿</td> - <td id="SupplierLot" class="font-size10"></td> + <td id="SupplierLot" style="overflow-wrap: break-word;" class="font-size10"></td> <td class="font-size12">鏁� 閲�</td> <td id="Qty" class="font-size10"></td> </tr> @@ -248,7 +251,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