소스 검색

no message

production
tommy 2 일 전
부모
커밋
b632df1d91
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt

+ 2
- 2
src/main/java/com/ffii/fpsms/modules/stock/service/StockInLineService.kt 파일 보기

@@ -581,7 +581,7 @@ open class StockInLineService(
this.stockInLine = stockInLine
this.failQty = it.failQty
this.qcPassed = it.qcPassed
this.type = "qc" // default as qc for now
this.remarks = it.remarks
this.escalationLog = escalationLogService.find(escLogId).getOrNull()
}
@@ -1079,7 +1079,7 @@ open class StockInLineService(
if (putAwayStockQty >= requiredStockQty) {
val _tStatus = System.nanoTime()
stockInLine.apply {
val isWipJobOrder = stockInLine.jobOrder?.bom?.bomKind == "WIP"
val isWipJobOrder = stockInLine.jobOrder?.bom?.description == "WIP"
this.status = if (isWipJobOrder) {
StockInLineStatus.COMPLETE.status
} else {


불러오는 중...
취소
저장