yaowanxin
2026-01-21 8ef80d3133ac4ddbc4abd64f12f63c83eedc1b24
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){