From 2775d8181ce686f786e41926c5bd292238e79df6 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 26 Feb 2026 09:26:30 +0800 Subject: [PATCH] =?UTF-8?q?2026-02-26=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/inboundNotification.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue index 7f10b3d..edbd3b7 100644 --- a/src/views/modules/qc/inboundNotification.vue +++ b/src/views/modules/qc/inboundNotification.vue @@ -404,7 +404,7 @@ label="操作"> @@ -1540,7 +1540,7 @@ updateModal (row) { // 先更新当前行数据,确保使用的是点击行的数据 this.currentRow = JSON.parse(JSON.stringify(row)) - + if (this.currentRow.orderType === '采购入库' || this.currentRow.orderType === '销售退货') { this.$message.warning('该类型单据不能编辑!') return @@ -1683,7 +1683,7 @@ closeModal (row) { // 先更新当前行数据 this.currentRow = JSON.parse(JSON.stringify(row)) - + if (this.currentRow.orderType === '采购入库' || this.currentRow.orderType === '销售退货') { this.$message.warning('该类型单据不能编辑!') return @@ -1702,7 +1702,7 @@ issueModal (row) { // 先更新当前行数据 this.currentRow = JSON.parse(JSON.stringify(row)) - + if (this.currentRow.orderType === '采购入库' || this.currentRow.orderType === '销售退货') { this.$message.warning('该类型单据不能编辑!') return