gongchunyi
8 天以前 1677b6e8c20c3c8dd8297c08428538ca5e0029fc
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){