From 23e7bd0283d9b130ab2bf6208fc758cd6aa601f0 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Wed, 29 Apr 2026 11:31:58 +0800
Subject: [PATCH] =?UTF-8?q?2026-04-29=20=E3=80=90=E5=85=B3=E9=97=AD?=
=?UTF-8?q?=E3=80=91=E6=8C=89=E9=92=AE=E7=9A=84=E6=A0=A1=E9=AA=8C=E5=85=88?=
=?UTF-8?q?=E5=8E=BB=E6=8E=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/qc/inboundNotification.vue | 16 ++++++++++++----
src/views/modules/qc/outboundNotification.vue | 8 ++++----
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue
index 68291ab..0c45527 100644
--- a/src/views/modules/qc/inboundNotification.vue
+++ b/src/views/modules/qc/inboundNotification.vue
@@ -673,6 +673,14 @@
show-overflow-tooltip
label="备注">
+
+
{
if (data && data.code === 0) {
this.getDataList()
diff --git a/src/views/modules/qc/outboundNotification.vue b/src/views/modules/qc/outboundNotification.vue
index 2245926..61827db 100644
--- a/src/views/modules/qc/outboundNotification.vue
+++ b/src/views/modules/qc/outboundNotification.vue
@@ -1741,10 +1741,10 @@
// 先更新当前行数据
this.currentRow = JSON.parse(JSON.stringify(row))
- if (this.currentRow.orderType === '销售出库') {
- this.$message.warning('销售出库单据不能编辑!')
- return
- }
+ // if (this.currentRow.orderType === '销售出库') {
+ // this.$message.warning('销售出库单据不能编辑!')
+ // return
+ // }
closeOutboundNotification(row).then(({data}) => {
if (data && data.code === 0) {
this.getDataList()