Added graphs, fixed rps total calculation
This commit is contained in:
@@ -5,6 +5,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
id
|
||||
shopname
|
||||
targets
|
||||
accepted_ins_co
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -70,7 +70,8 @@ export const QUERY_JOB_BY_PK = gql`
|
||||
updated_at
|
||||
group
|
||||
v_age
|
||||
joblines(order_by: { unq_seq: asc }) {
|
||||
loss_date
|
||||
joblines(order_by: { line_no: asc }) {
|
||||
id
|
||||
act_price
|
||||
db_price
|
||||
|
||||
Reference in New Issue
Block a user