|
@@ -133,7 +133,7 @@ const tableColumn = ref([
|
|
|
{ key: 'specificationModel', name: '规格型号', align: 'center' },
|
|
|
{ key: 'materialCount', name: '试样数量', align: 'center' },
|
|
|
{ key: 'expCount', name: '试验数量', align: 'center' },
|
|
|
- { key: 'no-key', name: '留样数量', align: 'center' },
|
|
|
+ { key: 'sxCount', name: '留样数量', align: 'center' },
|
|
|
{ key: 'calculationUnit', name: '计算单位', align: 'center' },
|
|
|
{ key: 'proposedPosition', name: '拟用部位' },
|
|
|
{ key: 'representativeCount', name: '代表数量', align: 'center' },
|
|
@@ -251,6 +251,7 @@ const rowView = async ({ testId }) => {
|
|
|
contractId: searchForm.value.contractId,
|
|
|
testId: testId,
|
|
|
})
|
|
|
+
|
|
|
if (!error && code === 200 && !isNullES(data)) {
|
|
|
toPdfPage(data)
|
|
|
} else {
|