From 4f5133a1aa9ae7842fa808be6d082a036e408f12 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 02 七月 2026 17:09:20 +0800
Subject: [PATCH] 采购退货时,对应批次库存已被销售发货出去一批(比如销售发货时,选择的采购入库的批次库存,剩下38个,但采购退货时,可退货数量还是显示150个。)

---
 src/main/java/com/ruoyi/purchase/vo/PurchaseStockInProductVo.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/purchase/vo/PurchaseStockInProductVo.java b/src/main/java/com/ruoyi/purchase/vo/PurchaseStockInProductVo.java
index e9b6eb7..ff7754e 100644
--- a/src/main/java/com/ruoyi/purchase/vo/PurchaseStockInProductVo.java
+++ b/src/main/java/com/ruoyi/purchase/vo/PurchaseStockInProductVo.java
@@ -12,6 +12,12 @@
     @Schema(description = "鍏ュ簱鍗昳d")
     private Long id;
 
+    @Schema(description = "閿�鍞彴璐︾殑浜у搧id")
+    private Long salesLedgerProductId;
+
+    @Schema(description = "浜у搧瑙勬牸id")
+    private Long productModelId;
+
     @Schema(description = "浜у搧澶х被")
     private String productCategory;
 
@@ -36,6 +42,12 @@
     @Schema(description = "閫�璐ф�绘暟")
     private BigDecimal totalReturnNum;
 
+    @Schema(description = "閿�鍞彂璐ф暟閲�")
+    private BigDecimal saleOutQuantity;
+
     @Schema(description = "鍚◣鍗曚环")
     private BigDecimal taxInclusiveUnitPrice;
+
+    @Schema(description = "鏄惁璐ㄦ")
+    private Boolean isChecked;
 }

--
Gitblit v1.9.3