src/views/quality/finishedProductInspection/index.vue
@@ -84,8 +84,16 @@ }, { minWidth: '120', prop: 'orderNumber', prop: 'productNo', label: '报工单号', isTrue: true, isSearch: true, searchInfoType: 'text' }, { minWidth: '120', prop: 'orderNumber', label: '订单号', isTrue: true, isSearch: true, searchInfoType: 'text' @@ -285,6 +293,8 @@ name: 'finishedProductForm', query: { id: row == null ? null : row.id, }, params: { resultVal: row == null ? null : row.result } })