From 5a40afc09a6d28953b66fd1a5ca30ccb2a3113e9 Mon Sep 17 00:00:00 2001 From: itcast Date: Tue, 6 Jan 2026 14:58:39 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stockManagement/entryApply/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/stockManagement/entryApply/index.vue b/src/views/stockManagement/entryApply/index.vue index 4a6d35f4..4684c6e9 100644 --- a/src/views/stockManagement/entryApply/index.vue +++ b/src/views/stockManagement/entryApply/index.vue @@ -207,7 +207,7 @@ export default { } }, selectable(row) { - return row.status != 2 + return row.status != 2 && row.status !=1 }, selectionChange(val) { if (!val.length) this.selectedRowKeys = []