Added predictive completion time based on cycle times for job scheduling. BOD-401
This commit is contained in:
@@ -15,13 +15,14 @@ const DateTimePicker = ({ value, onChange, onBlur }, ref) => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<FormDatePicker value={value} onChange={onChange} />
|
||||
<FormDatePicker value={value} onBlur={onBlur} onChange={onChange} />
|
||||
|
||||
<TimePicker
|
||||
value={value ? moment(value) : null}
|
||||
onChange={onChange}
|
||||
showSecond={false}
|
||||
minuteStep={15}
|
||||
onBlur={onBlur}
|
||||
format="hh:mm a"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user