|
@@ -448,7 +448,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div
|
|
|
- v-if="title=='详情'"
|
|
|
+ v-if="title=='详情' && detailList.examineStatus !== 'OK'"
|
|
|
:class="setColour(scope.row,'specification', 'realSpecification', 'depositSpecification')"
|
|
|
>
|
|
|
{{ scope.row.depositSpecification }}
|
|
@@ -472,7 +472,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div
|
|
|
- v-if="title=='详情'"
|
|
|
+ v-if="title=='详情'&& detailList.examineStatus !== 'OK'"
|
|
|
:class="setColour(scope.row,'materialNumber', 'realMaterialNumber', 'depositMaterialNumber')"
|
|
|
>
|
|
|
{{ scope.row.depositMaterialNumber }}
|
|
@@ -496,7 +496,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<div
|
|
|
- v-if="title=='详情'"
|
|
|
+ v-if="title=='详情'&& detailList.examineStatus !== 'OK'"
|
|
|
:class="setColour(scope.row,'materialOldNumber', 'realMaterialOldNumber', 'depositMaterialOldNumber')"
|
|
|
>
|
|
|
{{ scope.row.depositMaterialOldNumber }}
|