Merged in feature/IO-2717-Paint-Material-from-Scale-for-CDK (pull request #1438)

IO-2717 CDK Use Scale Data for Paint Materials Cost
This commit is contained in:
Allan Carr
2024-05-02 05:53:35 +00:00
2 changed files with 33 additions and 5 deletions

View File

@@ -1793,6 +1793,7 @@ exports.GET_CDK_ALLOCATIONS = `query QUERY_JOB_CLOSE_DETAILS($id: uuid!) {
md_responsibility_centers
cdk_configuration
pbs_configuration
use_paint_scale_data
}
ro_number
dms_allocation
@@ -1900,6 +1901,10 @@ exports.GET_CDK_ALLOCATIONS = `query QUERY_JOB_CLOSE_DETAILS($id: uuid!) {
line_ref
unq_seq
}
mixdata(limit: 1, order_by: {updated_at: desc}) {
jobid
totalliquidcost
}
}
}`;