BOD-21 Added some custom components to render CT, BP, PP to production. Schema changes for view to include body and refinish hrs.

This commit is contained in:
Patrick Fic
2020-04-22 11:09:47 -07:00
parent 9c84024a08
commit 400dfabcec
25 changed files with 703 additions and 107 deletions

View File

@@ -52,7 +52,7 @@ export const QUERY_ALL_ACTIVE_JOBS = gql`
export const QUERY_JOBS_IN_PRODUCTION = gql`
query QUERY_JOBS_IN_PRODUCTION {
jobs {
productionview {
id
status
ro_number
@@ -72,8 +72,9 @@ export const QUERY_JOBS_IN_PRODUCTION = gql`
clm_total
ownr_ph1
special_coverage_policy
status
production_vars
labhrs
larhrs
}
}
`;