|
|
|
@ -72,7 +72,12 @@ |
|
|
|
qd.currency_total_cost1, |
|
|
|
qd.currency_total_cost2, |
|
|
|
qd.quote_currency_total_cost1, |
|
|
|
qd.quote_currency_total_cost2 |
|
|
|
qd.quote_currency_total_cost2, |
|
|
|
qd.calculated_items, |
|
|
|
qd.test_cost, |
|
|
|
qd.adjust_test_cost, |
|
|
|
qd.else_cost, |
|
|
|
qd.adjust_else_cost |
|
|
|
from plm_quote_detail qd |
|
|
|
left join plm_quote q on qd.quote_id = q.id |
|
|
|
left join view_Project_Part pp |
|
|
|
@ -170,7 +175,12 @@ |
|
|
|
qd.currency_total_cost1, |
|
|
|
qd.currency_total_cost2, |
|
|
|
qd.quote_currency_total_cost1, |
|
|
|
qd.quote_currency_total_cost2 |
|
|
|
qd.quote_currency_total_cost2, |
|
|
|
qd.calculated_items, |
|
|
|
qd.test_cost, |
|
|
|
qd.adjust_test_cost, |
|
|
|
qd.else_cost, |
|
|
|
qd.adjust_else_cost |
|
|
|
from plm_quote_detail qd |
|
|
|
left join plm_quote q on qd.quote_id = q.id |
|
|
|
left join view_Project_Part pp |
|
|
|
@ -272,7 +282,12 @@ |
|
|
|
qd.quote_currency_total_cost2, |
|
|
|
q.quote_date, |
|
|
|
q.quote_version_no, |
|
|
|
q.inside_inquiry_no |
|
|
|
q.inside_inquiry_no, |
|
|
|
qd.calculated_items, |
|
|
|
qd.test_cost, |
|
|
|
qd.adjust_test_cost, |
|
|
|
qd.else_cost, |
|
|
|
qd.adjust_else_cost |
|
|
|
from plm_quote_detail qd |
|
|
|
left join plm_quote q on qd.quote_id = q.id |
|
|
|
left join view_Project_Part pp |
|
|
|
|