fix:coding146

7车间看板任务的最近产量改为合格数量
This commit is contained in:
shijing 2024-03-21 17:02:13 +08:00
parent fe2ab50fdb
commit 6e6c818af4
1 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ export default {
refValue2: 'moocBox2',
liData1: ['序号', '规格', '型号', '完成进度', '产量', '任务时间', '状态'],
processData: [],
liData2: ['序号', '炉号', '产品名称', '型号', '规格', '最近产量', '锅数', '设备状态'],
liData2: ['序号', '炉号', '产品名称', '型号', '规格', '合格数量', '锅数', '设备状态'],
lineData: [],
todayMtask: [],
time: null,
@ -380,7 +380,7 @@ export default {
obj4.elType = 'primary';
obj4.value = item.material_specification;
obj5.elType = 'primary';
let process = item.count_real
let process = item.count_ok
obj5.value = process;
obj6.elType = 'primary';
obj6.value = item.index;