fix:棒管综合统计调整
This commit is contained in:
parent
332c629636
commit
ec73046252
|
|
@ -515,11 +515,11 @@
|
|||
<span v-if="scope.row.data">{{ scope.row.data.销售发货_count }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="发货检验数" class-name="colorheader6">
|
||||
<!-- <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> -->
|
||||
<el-table-column label="6号领取加工-发货合格率" class-name="colorheader6">
|
||||
<template #default="scope">
|
||||
<span v-if="scope.row.data">{{ scope.row.data.六车间_批次发货合格率 }}</span>
|
||||
|
|
|
|||
|
|
@ -536,7 +536,7 @@
|
|||
<el-table-column label="终检" align="center" class-name="colorheader6">
|
||||
<el-table-column label="终检数" class-name="colorheader6">
|
||||
<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>
|
||||
</el-table-column>
|
||||
<el-table-column label="合格率" class-name="colorheader6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue