|
|
@@ -19,6 +19,7 @@
|
|
|
label="质检方案编码"
|
|
|
prop="qualitySchemeTemplateCode"
|
|
|
align="center"
|
|
|
+ show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span :class="scope.row.qualityResults === 2 ? 'warn' : ''">
|
|
|
@@ -30,6 +31,7 @@
|
|
|
label="质检方案名称"
|
|
|
prop="qualitySchemeTemplateName"
|
|
|
align="center"
|
|
|
+ show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span :class="scope.row.qualityResults === 2 ? 'warn' : ''">
|
|
|
@@ -41,6 +43,7 @@
|
|
|
label="质检类型"
|
|
|
prop="categoryLevelClassName"
|
|
|
align="center"
|
|
|
+ show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span :class="scope.row.qualityResults === 2 ? 'warn' : ''">
|
|
|
@@ -52,6 +55,7 @@
|
|
|
label="质检项编码"
|
|
|
prop="inspectionCode"
|
|
|
align="center"
|
|
|
+ show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span :class="scope.row.qualityResults === 2 ? 'warn' : ''">
|
|
|
@@ -63,6 +67,7 @@
|
|
|
label="质检项名称"
|
|
|
prop="inspectionName"
|
|
|
align="center"
|
|
|
+ show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span :class="scope.row.qualityResults === 2 ? 'warn' : ''">
|
|
|
@@ -233,6 +238,7 @@
|
|
|
{ label: '批次号', prop: 'batchNo', align: 'center' },
|
|
|
// { label: '发货条码', prop: 'barcodes', align: 'center' },
|
|
|
{ label: '包装编码', prop: 'packageNo', align: 'center' },
|
|
|
+ { label: '样品编码', prop: 'sampleCode', align: 'center' },
|
|
|
{ label: '包装数量', prop: 'packingQuantity', align: 'center' },
|
|
|
// { label: '包装单位', prop: 'packingUnit', align: 'center' },
|
|
|
{ label: '计量数量', prop: 'measureQuantity', align: 'center' },
|