|
|
@@ -114,14 +114,14 @@
|
|
|
minWidth: 130
|
|
|
},
|
|
|
{
|
|
|
- prop: 'inspectionName',
|
|
|
+ prop: 'qualityPlanTemplateVO.inspectionName',
|
|
|
label: '检测项',
|
|
|
showOverflowTooltip: true,
|
|
|
align: 'center',
|
|
|
minWidth: 130
|
|
|
},
|
|
|
{
|
|
|
- prop: 'inspectionCode',
|
|
|
+ prop: 'qualityPlanTemplateVO.inspectionCode',
|
|
|
label: '检测项编码',
|
|
|
showOverflowTooltip: true,
|
|
|
align: 'center',
|
|
|
@@ -256,7 +256,10 @@
|
|
|
openEdit(row) {
|
|
|
this.$refs.experimentReportRef.open(
|
|
|
{
|
|
|
- experimentId: row.id
|
|
|
+ ...row.qualityPlanTemplateVO,
|
|
|
+ batchNo: row.batchNo,
|
|
|
+
|
|
|
+ // experimentId: row.id
|
|
|
},
|
|
|
'detail'
|
|
|
);
|