|
@@ -235,9 +235,9 @@
|
|
|
// fun: () => getIncreaseWeightAPI()
|
|
// fun: () => getIncreaseWeightAPI()
|
|
|
// },
|
|
// },
|
|
|
{
|
|
{
|
|
|
- titleName: '合格率',
|
|
|
|
|
|
|
+ titleName: '生产中数量',
|
|
|
titleUnit: '',
|
|
titleUnit: '',
|
|
|
- value: '100%',
|
|
|
|
|
|
|
+ value: '',
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
monthlySalesVolumeOption: {
|
|
monthlySalesVolumeOption: {
|
|
@@ -435,11 +435,11 @@
|
|
|
item.value = rest.pendingProductionCount || 0;
|
|
item.value = rest.pendingProductionCount || 0;
|
|
|
} else if (item.titleName === '已完成数量') {
|
|
} else if (item.titleName === '已完成数量') {
|
|
|
item.value = rest.formedNum || 0;
|
|
item.value = rest.formedNum || 0;
|
|
|
- } else if (item.titleName === '合格率') {
|
|
|
|
|
- item.value = rest.qualifiedRate + '%' || '100%';
|
|
|
|
|
|
|
+ } else if (item.titleName === '生产中数量') {
|
|
|
|
|
+ item.value = rest.inProgressWorkOrderCount || 0;
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
- console.log(rest, 'rest');
|
|
|
|
|
|
|
+ // console.log(rest, 'rest');
|
|
|
},
|
|
},
|
|
|
//获取成品发货统计
|
|
//获取成品发货统计
|
|
|
async getMonthlySalesStatistic() {
|
|
async getMonthlySalesStatistic() {
|