fix:光芯放开车间库存检验
This commit is contained in:
parent
6c10a0d5d6
commit
ca1e8c9cb0
|
@ -107,7 +107,7 @@
|
||||||
width="100"
|
width="100"
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<!-- <el-button
|
<el-button
|
||||||
link size="small"
|
link size="small"
|
||||||
@click="table_Check(scope.row)"
|
@click="table_Check(scope.row)"
|
||||||
v-auth="'ftestwork.create'"
|
v-auth="'ftestwork.create'"
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
@click="tableCheckList(scope.row)"
|
@click="tableCheckList(scope.row)"
|
||||||
v-if="scope.row.defect_name == null"
|
v-if="scope.row.defect_name == null"
|
||||||
>检验记录
|
>检验记录
|
||||||
</el-button> -->
|
</el-button>
|
||||||
<el-button @click="printMaterial(scope.row)" type="text">物料标签</el-button>
|
<el-button @click="printMaterial(scope.row)" type="text">物料标签</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue