Updated to include completion date on intake. BOD-401
This commit is contained in:
@@ -69,7 +69,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
enforce_class
|
||||
md_labor_rates
|
||||
deliverchecklist
|
||||
target_touchtime
|
||||
target_touchtime
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
@@ -137,7 +137,7 @@ export const UPDATE_SHOP = gql`
|
||||
enforce_class
|
||||
md_labor_rates
|
||||
deliverchecklist
|
||||
target_touchtime
|
||||
target_touchtime
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
@@ -159,6 +159,8 @@ export const QUERY_INTAKE_CHECKLIST = gql`
|
||||
id
|
||||
ro_number
|
||||
est_number
|
||||
scheduled_completion
|
||||
scheduled_delivery
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user