From f753515ecf3ff31f13f03ac0bd73f8cc6daa8568 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 23 Sep 2025 16:17:18 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-23=20=E7=94=9F=E4=BA=A7=E8=AE=A2?= =?UTF-8?q?=E5=8D=95BOM=20Routing=20sop=E7=9A=84=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/orderIssure/soIssueNotify/searchIssureNotify.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue index 7c9a48e..b22ec15 100644 --- a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue @@ -2435,7 +2435,7 @@ // 批量编辑模态框 editBatchModel() { - if (this.currentRow.status !== '草稿') { + if (this.currentRow.status !== '草稿' && this.currentRow.status !== '编辑中') { this.$message.warning('该类型单据不能编辑!') return }