diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 420668d6..8c39cb12 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -1403,7 +1403,7 @@ export default { // 检查是否显示预出库字段 checkShowPreButton() { // 检查列表中是否有已出库数量为0的数据 - return this.getListOutInfo && this.getListOutInfo.some(item => item.alNum == 0) && this.currentRowData.status != 4 + return this.getListOutInfo && this.getListOutInfo.some(item => item.alNum == 0) && this.currentRowData?.status != 4 }, // 处理驳回操作