From 76b64433947bcb72ee922f890a9e1a7cbe409ea0 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 12 六月 2026 13:53:08 +0800
Subject: [PATCH] fix(production): 修复生产订单状态更新逻辑
---
src/layout/components/NotificationCenter/index.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/layout/components/NotificationCenter/index.vue b/src/layout/components/NotificationCenter/index.vue
index 66f489a..2d3df05 100644
--- a/src/layout/components/NotificationCenter/index.vue
+++ b/src/layout/components/NotificationCenter/index.vue
@@ -190,6 +190,13 @@
});
}
+ // 濡傛灉鏄噰璐敵璇锋彁閱掞紝鏍规嵁purchaseContractNumber鏌ヨ
+ if (item.noticeTitle === "閲囪喘鐢宠鎻愰啋" && query.purchaseContractNumber) {
+ query = {
+ purchaseContractNumber: query.purchaseContractNumber,
+ };
+ }
+
// 璺宠浆鍒版寚瀹氶〉闈�
router.push({
path: path,
--
Gitblit v1.9.3