refactor(quality): more changes to the system to perfect it
This commit is contained in:
@@ -80,7 +80,7 @@ export const qualityCycle = async () => {
|
||||
: lstQData[i].durationToMove,
|
||||
// how long did it take warehouse to move the pallet back again
|
||||
returnDurationToInspect:
|
||||
lstQData[i].palletStatus === 7
|
||||
lstQData[i].qualityDurationToInspect > 0
|
||||
? differenceInMinutes(
|
||||
new Date(Date.now()),
|
||||
lstQData[i].upd_date,
|
||||
|
||||
Reference in New Issue
Block a user