|
|
@@ -295,7 +295,7 @@ open class InventoryLotLineService( |
|
|
val pdf = if (stockInLine?.stockTransferRecord != null) { |
|
|
val pdf = if (stockInLine?.stockTransferRecord != null) { |
|
|
val targetLocation = stockInLine.stockTransferRecord?.targetLocation ?: "" |
|
|
val targetLocation = stockInLine.stockTransferRecord?.targetLocation ?: "" |
|
|
exportStockInLineQrcode( |
|
|
exportStockInLineQrcode( |
|
|
LotLineToQrcode(inventoryLotLineId = request.inventoryLotLineId, isTransfer = "轉倉至 $targetLocation") |
|
|
|
|
|
|
|
|
LotLineToQrcode(inventoryLotLineId = request.inventoryLotLineId, isTransfer = "已轉倉至 $targetLocation") |
|
|
) |
|
|
) |
|
|
} else { |
|
|
} else { |
|
|
exportStockInLineQrcode(LotLineToQrcode(inventoryLotLineId = request.inventoryLotLineId)) |
|
|
exportStockInLineQrcode(LotLineToQrcode(inventoryLotLineId = request.inventoryLotLineId)) |
|
|
|