IO-2222 Service Side Generation of part price changes.
This commit is contained in:
@@ -1718,3 +1718,19 @@ query GET_PBS_AP_ALLOCATIONS($billids: [uuid!]) {
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
exports.GET_JOB_FOR_PPC = `query GET_JOB_FOR_PPC($jobid: uuid!) {
|
||||
jobs_by_pk(id: $jobid) {
|
||||
id
|
||||
ciecaid
|
||||
ro_number
|
||||
joblines(where: {removed: {_eq: false}}) {
|
||||
id
|
||||
act_price
|
||||
unq_seq
|
||||
}
|
||||
bodyshop {
|
||||
timezone
|
||||
}
|
||||
}
|
||||
}`;
|
||||
|
||||
Reference in New Issue
Block a user