fix:车间库存展示原始物料

This commit is contained in:
shijing 2025-03-19 15:08:59 +08:00
parent 29508b191a
commit 3328779916
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,11 @@
{{ scope.row.material_name.split('|').at(-1) }}
</template>
</el-table-column>
<el-table-column
label="原始物料"
prop="material_ofrom_name"
min-width="120"
></el-table-column>
<el-table-column
label="批次号"
prop="batch"
@ -399,6 +404,7 @@ export default {
let obj = {};
obj.wm = item.id;
obj.batch = item.batch;
obj.process = item.material_.process_name;
obj.count_cando = item.count_cando;
obj.count = item.count_cando;
handoverb.push(obj)