From 352178ad6922a5d7f7f1a1db1f1e09a0f66f696a Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 1 Sep 2025 17:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, // 处理驳回操作