fix:棒管综合统计调整

This commit is contained in:
shijing 2025-08-08 09:42:42 +08:00
parent 332c629636
commit ec73046252
2 changed files with 3 additions and 3 deletions

View File

@ -515,11 +515,11 @@
<span v-if="scope.row.data">{{ scope.row.data.销售发货_count }}</span> <span v-if="scope.row.data">{{ scope.row.data.销售发货_count }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="发货检验数" class-name="colorheader6"> <!-- <el-table-column label="发货检验数" class-name="colorheader6">
<template #default="scope"> <template #default="scope">
<span v-if="scope.row.data">{{ scope.row.data.销售发货_count }}</span> <span v-if="scope.row.data">{{ scope.row.data.销售发货_count }}</span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column label="6号领取加工-发货合格率" class-name="colorheader6"> <el-table-column label="6号领取加工-发货合格率" class-name="colorheader6">
<template #default="scope"> <template #default="scope">
<span v-if="scope.row.data">{{ scope.row.data.六车间_批次发货合格率 }}</span> <span v-if="scope.row.data">{{ scope.row.data.六车间_批次发货合格率 }}</span>

View File

@ -536,7 +536,7 @@
<el-table-column label="终检" align="center" class-name="colorheader6"> <el-table-column label="终检" align="center" class-name="colorheader6">
<el-table-column label="终检数" class-name="colorheader6"> <el-table-column label="终检数" class-name="colorheader6">
<template #default="scope"> <template #default="scope">
<span v-if="scope.row.data&&scope.row.data.销售发货_count">{{ scope.row.data.销售发货_count + scope.row.data.六车间生产入库_count_notok }}</span> <span v-if="scope.row.data&&scope.row.data.六车间生产入库_count">{{ scope.row.data.六车间生产入库_count }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="合格率" class-name="colorheader6"> <el-table-column label="合格率" class-name="colorheader6">