ClockOffScrn shows hours by currentTmTicketJobId
This commit is contained in:
@@ -37,9 +37,9 @@ export function TimeTicketClockOff({
|
||||
currentBodyshop,
|
||||
currentTmTicketJobId,
|
||||
}) {
|
||||
console.log("TimeTicketClockOff, currentEmployee :", currentEmployee);
|
||||
// console.log("TimeTicketClockOff, currentEmployee :", currentEmployee);
|
||||
//console.log("TimeTicketClockOff, currentRatesNCostCenters :", currentRatesNCostCenters );
|
||||
console.log("TimeTicketClockOff, currentBodyshop :", currentBodyshop);
|
||||
// console.log("TimeTicketClockOff, currentBodyshop :", currentBodyshop);
|
||||
|
||||
console.log("TimeTicketClockOff, currentTmTicketJobId :", currentTmTicketJobId);
|
||||
// console.log("TimeTicketClockOff, jobId :", jobId);
|
||||
@@ -181,7 +181,7 @@ console.log("TimeTicketClockOff, currentTmTicketJobId :", currentTmTicketJobId);
|
||||
</Formik>
|
||||
</ScrollView>
|
||||
<View style={{ flexGrow: 1 }}>
|
||||
<LaborAllocationsTable jobId={currentSJobId?.value} />
|
||||
<LaborAllocationsTable jobId={currentTmTicketJobId} />
|
||||
</View>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user