|
|
@@ -151,6 +151,8 @@ const JoSave: React.FC<Props> = ({ |
|
|
formProps.setValue("status", response.entity.status) |
|
|
formProps.setValue("status", response.entity.status) |
|
|
|
|
|
|
|
|
pickLines.map((line) => ({...line, status: "completed"})) |
|
|
pickLines.map((line) => ({...line, status: "completed"})) |
|
|
|
|
|
|
|
|
|
|
|
handleBack() |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} catch (e) { |
|
|
} catch (e) { |
|
|
|