wanshenmean
昨天 91e3264be64c9417e3a28eabd81b2dc554cb863e
Code/WMS/WIDESEA_WMSClient/src/views/stock/stockChat.vue
@@ -217,6 +217,10 @@
}
function hasCargo(location) {
    // 如果LocationStatus=100,即使没有库存信息也显示货位
    if (location.locationStatus === 100) {
        return true
    }
    return Number(location.stockQuantity || 0) > 0 || ((location.details && location.details.length > 0) || false)
}