zhaowc
2025-04-07 19e95f4acc328bbf62a0427fe658d00268019e66
HTML/views/WareHouseSetting/StorageLegend.html
@@ -962,6 +962,7 @@
                           html += "<br/>物料名称:"+res.data.GoodsInfoList[i].SkuName;
                           html += "<br/>批次号:&nbsp;&nbsp;&nbsp;&nbsp;"+res.data.GoodsInfoList[i].LotNo;
                           html += "<br/>数量:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+res.data.GoodsInfoList[i].Qty;
                           html += "<br/>检验状态:"+res.data.GoodsInfoList[i].InspectStatus;
                        }   
                        html += "</p>"
                     }