+
+
+ Job #:
+ {' '}
+ {header.job_num}
+
+
+
+ Customer:
+ {' '}
+ {header.customer_name}
+
+
+
+ PO:
+ {' '}
+ {header.cust_po || '-'}
+
+
+
+ Part:
+ {' '}
+ {header.part_num}
+
+
+
+ Description:
+ {' '}
+ {header.part_description}
+
+
+
+ Prod Type:
+ {' '}
+ {header.prod_type || '-'}
+
+
+
+ Order/Line:
+ {' '}
+ {header.order_num || '-'}/{header.order_line || '-'}
+
+
+
+ Completion:
+ {' '}
+ {header.completion_date
+ ? formatDate(new Date(header.completion_date))
+ : '-'}
+
+
+
+ Ship To:
+ {' '}
+ {header.ship_to_name || '-'}
+
+
+
+ Cust Part:
+ {' '}
+ {header.cust_part || '-'}
+
+
+
+ Plant:
+ {' '}
+ {header.plant_name}
+
+
+
+ Mfg Lot:
+ {' '}
+ {header.mfg_lot || '-'}
+
+
+