|
|
|
@ -2925,6 +2925,8 @@ |
|
|
|
dbo.get_technicalSpecificationTeamNames(a.site, a.code_no, 'dcc') dccOperaterName, |
|
|
|
dbo.get_technicalSpecificationTeamNames(a.site, a.code_no, 'cqc') cqcOperatorName, |
|
|
|
dbo.get_technicalSpecificationTeamNames(a.site, a.code_no, 'fai') faiOperatorName, |
|
|
|
dbo.get_technicalSpecificationTeamNo(a.site, a.code_no, 'plan') planOperator, |
|
|
|
dbo.get_technicalSpecificationTeamName(a.site, a.code_no, 'plan') planOperatorName, |
|
|
|
d.is_reject as isReject, |
|
|
|
d.node_id as nodeId, |
|
|
|
d.node_name as nodeName, |
|
|
|
@ -2935,7 +2937,12 @@ |
|
|
|
a.customer_rev as customerRev, |
|
|
|
b.plm_part_no as plmPartNo, |
|
|
|
c.project_name as projectName, |
|
|
|
a.document_source as documentSource |
|
|
|
a.document_source as documentSource, |
|
|
|
a.url_file, |
|
|
|
a.stage, |
|
|
|
a.label_length, |
|
|
|
a.label_width, |
|
|
|
a.radius |
|
|
|
FROM plm_technical_specification_sheet a |
|
|
|
left join view_Project_final_Part b |
|
|
|
on a.site = b.site and a.project_id = b.project_id and a.test_part_no = b.test_part_no |
|
|
|
|