fix:入库检验没有wpr时不显示检验记录
This commit is contained in:
parent
51398f2df4
commit
afaa5e94bd
|
@ -757,7 +757,7 @@
|
|||
<el-table-column label="操作" fixed="right" width="130">
|
||||
<template #default="scope">
|
||||
<el-button @click="changeCheckItem(scope.row)" type="text">检验</el-button>
|
||||
<el-button @click="changeCheckRecord(scope.row)" type="text">检验记录</el-button>
|
||||
<el-button v-if="scope.row.wpr" @click="changeCheckRecord(scope.row)" type="text">检验记录</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
|
Loading…
Reference in New Issue