From 9dfa5e909c85450229c33f3ad4e500a7fe2bc710 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 17 一月 2026 15:48:24 +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