瀏覽代碼

update

create_edit_user
MSI\derek 2 月之前
父節點
當前提交
0dcf4d09f2
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt
  2. +0
    -0
      src/main/resources/db/changelog/changes/20250603_01_derek/01_update_jo_related.sql

+ 2
- 0
src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt 查看文件

@@ -257,6 +257,8 @@ open class StockInLineService(
this.item = stockInLine.item
this.itemNo = stockInLine.itemNo
this.purchaseOrderLine = stockInLine.purchaseOrderLine
this.productLotNo = stockInLine.productLotNo
this.receiptDate = stockInLine.receiptDate
this.stockIn = stockInLine.stockIn
this.demandQty = stockInLine.demandQty
this.acceptedQty = stockInLine.acceptedQty!!.minus(request.acceptedQty)


+ 0
- 0
src/main/resources/db/changelog/changes/20250603_01_derek/01_update_jo_related.sql 查看文件


Loading…
取消
儲存