All CC screen improvements + date type changes. BOD-235 BOD-233

This commit is contained in:
Patrick Fic
2020-07-28 17:19:54 -07:00
parent 698833edd9
commit b51f5b0db2
21 changed files with 479 additions and 77 deletions

View File

@@ -55,6 +55,17 @@ export const QUERY_ALL_CC = gql`
status
vin
year
cccontracts(
where: { status: { _eq: "contracts.status.out" } }
order_by: { contract_date: desc }
limit: 1
) {
id
job {
id
ro_number
}
}
}
}
`;