fix:光芯原料库去掉检验

This commit is contained in:
shijing 2025-09-05 15:11:30 +08:00
parent 519c370cee
commit abdf6c64ec
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@
</el-table-column>
<el-table-column width="140">
<template #default="scope">
<el-button type="primary" link v-if="project_code == 'gx'" @click="mbCheck(scope.row)">检验</el-button>
<el-button type="success" link v-if="project_code == 'gx'" @click="mbCheckList(scope.row)">检验记录</el-button>
<!-- <el-button type="primary" link v-if="project_code == 'gx'" @click="mbCheck(scope.row)">检验</el-button>
<el-button type="success" link v-if="project_code == 'gx'" @click="mbCheckList(scope.row)">检验记录</el-button> -->
<el-button type="text" @click="printMaterial(scope.row,'mb')">物料标签</el-button>
</template>
</el-table-column>