From 3145a4847f8dbd378c932e9bacb0376fd3fe1e54 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 03 四月 2026 11:10:06 +0800
Subject: [PATCH] 军泰伟业 1.部署修改

---
 src/views/inventoryManagement/inboundApproval/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/inventoryManagement/inboundApproval/index.vue b/src/views/inventoryManagement/inboundApproval/index.vue
index 275f0ad..07415a7 100644
--- a/src/views/inventoryManagement/inboundApproval/index.vue
+++ b/src/views/inventoryManagement/inboundApproval/index.vue
@@ -229,7 +229,7 @@
         : Number(auditForm.actualStockInNum),
       stockLocation: String(auditForm.stockLocation || "").trim(),
       reason: auditForm.result === "rejected" ? String(auditForm.reason).trim() : "",
-      recordId: auditForm.result === "rejected" ? (auditRow.value.recordId ?? auditRow.value.id) : undefined,
+      recordId: auditRow.value.recordId
     };
 
     productionApprove(payload)

--
Gitblit v1.9.3