+
+
+
+ Inspection Type:
+ {{ detailData.inspectionType }}
+
+
+
+ Date Received:
+ {{ formatDate(detailData.dateReceived) }}
+
+
+
+ PO No:
+ {{ detailData.purOrder }}
+
+
+
+ IQC No:
+ {{ detailData.iqcNo }}
+
+
+
+
+
+
+ 供应商名称:
+ {{ detailData.supplierName }}
+
+
+
+ 供应商编码:
+ {{ detailData.supplierNo }}
+
+
+
+
+
+
+ Quantity:
+ {{ detailData.quantity }}
+
+
+
+ Sample Size:
+ {{ detailData.sampleSize }}
+
+
+
+ Item Code:
+ {{ detailData.itemCode }}
+
+
+
+ Item Name:
+ {{ detailData.itemName }}
+
+
+
+
+
+
+ Dim A:
+ {{ detailData.dimA }}
+
+
+
+ Dim B:
+ {{ detailData.dimB }}
+
+
+
+ Dim C:
+ {{ detailData.dimC }}
+
+
+
+ Dim D:
+ {{ detailData.dimD }}
+
+
+
+ Dim E:
+ {{ detailData.dimE }}
+
+
+
+
+
+
+ Inspection Total:
+ {{ detailData.inspectionTotal }}
+
+
+
+ Status:
+ {{ getStatusText(detailData.inspectionStatus) }}
+
+
+
+ Inspector:
+ {{ detailData.inspectorName }}
+
+
+
+ Entry Date:
+ {{ formatDate(detailData.entryDate) }}
+
+
+
+
+
+
+ Supplier Email:
+ {{ detailData.supplierEmail }}
+
+
+
+ CA Request:
+ {{ detailData.caRequest ? '是' : '否' }}
+
+
+
+ Collection Batch:
+ {{ detailData.collectionBatch }}
+
+
+
+
+
+
Problem:
+
{{ detailData.problem }}
+
+
+
+
+
Comments:
+
{{ detailData.comments }}
+
+
+
+
+
+ Rework Hours:
+ {{ detailData.reworkHours }}
+
+
+
+ Rework Rate:
+ {{ detailData.reworkRate }}
+
+
+
+ Rework Total:
+ {{ detailData.reworkTotal }}
+
+
+
+ Material Cost:
+ {{ detailData.materialCost }}
+
+
+
+
+
+
+ Created By:
+ {{ detailData.createdBy }}
+
+
+
+ Update By:
+ {{ detailData.updateBy }}
+
+
+
+ Update Date:
+ {{ formatDate(detailData.updateDate) }}
+
+
+