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:
@@ -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
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user