Updates to production list drawer. IO-221

This commit is contained in:
Patrick Fic
2021-03-03 11:46:45 -08:00
parent 598741372a
commit 7b35403981
9 changed files with 144 additions and 67 deletions

View File

@@ -327,6 +327,7 @@ export const GET_JOB_BY_PK = gql`
first_name
last_name
}
alt_transport
intakechecklist
csr
loss_desc
@@ -554,6 +555,7 @@ export const QUERY_JOB_CARD_DETAILS = gql`
ownr_fn
employee_body
employee_refinish
alt_transport
ownr_ln
ownr_ph1
ownr_ea
@@ -610,7 +612,21 @@ export const QUERY_JOB_CARD_DETAILS = gql`
date_scheduled
date_estimated
employee_body_rel {
id
first_name
last_name
}
employee_refinish_rel {
id
first_name
last_name
}
employee_prep_rel {
id
first_name
last_name
}
notes {
id
text