|
|
|
@ -67,7 +67,8 @@ |
|
|
|
a.remarkPage, |
|
|
|
a.rev, |
|
|
|
a.customer_rev, |
|
|
|
b.plm_part_no |
|
|
|
b.plm_part_no, |
|
|
|
c.project_name |
|
|
|
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 |
|
|
|
@ -351,7 +352,7 @@ |
|
|
|
dbo.plm_get_customer_desc(b.site, b.customer_id) CustomerDesc, |
|
|
|
b.final_customer_id finalCustomerNo, |
|
|
|
dbo.plm_get_dictDataLabel('finalCustomer', b.final_customer_id, a.site) finalCustomerDesc, |
|
|
|
a.test_part_no as part_no, |
|
|
|
c.final_part_no as part_no, |
|
|
|
c.part_desc, |
|
|
|
c.material_number, |
|
|
|
c.part_type as part_family, |
|
|
|
|