xiazhengtongxue
10 小时以前 af4404160a9e8d14c09f1e6acab2ba00cb7fc91b
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)
}