fix:库存显示物料已到工序

This commit is contained in:
shijing 2025-02-25 14:19:26 +08:00
parent 8eaf38b040
commit af2ae10c2f
1 changed files with 9 additions and 3 deletions

View File

@ -6,9 +6,6 @@
v-if="mgroupName=='清洗'" v-if="mgroupName=='清洗'"
>领料</el-button >领料</el-button
> >
<!-- <el-button type="primary" @click="tomio('do_in')" v-auth="'mio.do'"
>入库</el-button
> -->
<el-button type="primary" v-auth="'handover.create'" @click="table_add(40)"> <el-button type="primary" v-auth="'handover.create'" @click="table_add(40)">
报废</el-button> 报废</el-button>
</div> </div>
@ -67,6 +64,15 @@
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
label="物料已到工序"
prop="material_name"
min-width="100"
>
<template #default="scope">
{{ scope.row.material_name.split('|').at(-1) }}
</template>
</el-table-column>
<el-table-column <el-table-column
label="批次号" label="批次号"
prop="batch" prop="batch"