Updated to include completion date on intake. BOD-401

This commit is contained in:
Patrick Fic
2020-09-22 08:50:41 -07:00
parent 35650cec24
commit ff0ee8cbae
4 changed files with 28 additions and 14 deletions

View File

@@ -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
}
}
`;