From 46ec48beb42de969c2e83968ee1696a709b99f33 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 16 一月 2026 09:26:36 +0800
Subject: [PATCH] fix: 生产订单-导出接口重新对接
---
src/views/collaborativeApproval/shipmentReview/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/collaborativeApproval/shipmentReview/index.vue b/src/views/collaborativeApproval/shipmentReview/index.vue
index ac2b790..e82776c 100644
--- a/src/views/collaborativeApproval/shipmentReview/index.vue
+++ b/src/views/collaborativeApproval/shipmentReview/index.vue
@@ -295,6 +295,7 @@
}).then(async()=>{
let res = await approveShipment({
id: row.id,
+ salesLedgerProductId: row.salesLedgerProductId,
approveStatus: name === "閫氳繃" ? 3 : 4
});
if(res.code === 200){
--
Gitblit v1.9.3