Updates to production list drawer. IO-221
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user