fix:检验记录与检验按钮只在批次追踪物料显示

This commit is contained in:
shijing 2025-01-17 09:31:34 +08:00
parent ab987c0b8b
commit caf2f09c00
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
>
<template #default="scope">
<el-link :underline="false" @click="printMaterial(scope.row,'wm')" type="primary">物料标签</el-link>
<el-link :underline="false" @click="tableCheckList(scope.row)" type="primary">检验记录</el-link>
<el-link :underline="false" v-if="scope.row.material_&&scope.row.material_.tracking==10&&scope.row.state!==20" @click="tableCheckList(scope.row)" type="primary">检验记录</el-link>
<el-link
v-if="scope.row.material_&&scope.row.material_.tracking==10&&scope.row.state!==20"
:underline="false"