fix:黑化车间展示数据修正
This commit is contained in:
parent
6764381bad
commit
98b54e50d5
|
@ -462,6 +462,8 @@ export default {
|
|||
this.getMaterials();
|
||||
//投产分析统计数
|
||||
this.getLeftBottomNum();
|
||||
//工段生产数量
|
||||
this.getMgroupCount();
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
|
@ -844,6 +846,7 @@ export default {
|
|||
let that = this;
|
||||
that.$API.bi.dataset.exec.req(" gdscs").then((res) => {
|
||||
let arr = res.data2.ds0;
|
||||
console.log('工段生产数量',arr)
|
||||
arr.forEach((item) => {
|
||||
if(item.工段=='退火'){
|
||||
that.kctj.thz = item.生产中数;
|
||||
|
|
Loading…
Reference in New Issue