fix:禅道048

This commit is contained in:
shijing 2025-08-05 16:29:39 +08:00
parent d14f599e08
commit 332c629636
1 changed files with 10 additions and 0 deletions

View File

@ -505,6 +505,16 @@
</template>
</el-table-column>
</el-table-column>
<el-table-column label="组合件批次号" class-name="colorheader6">
<template #default="scope">
<span v-if="scope.row.data">{{ scope.row.data.六车间生产入库_组合件_批次号 }}</span>
</template>
</el-table-column>
<el-table-column label="发货数" class-name="colorheader6">
<template #default="scope">
<span v-if="scope.row.data">{{ scope.row.data.销售发货_count }}</span>
</template>
</el-table-column>
<el-table-column label="发货检验数" class-name="colorheader6">
<template #default="scope">
<span v-if="scope.row.data">{{ scope.row.data.销售发货_count }}</span>