fix:禅道048
This commit is contained in:
parent
d14f599e08
commit
332c629636
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue