fix:黑化车间展示数据修正

This commit is contained in:
shijing 2024-09-11 15:27:06 +08:00
parent 6764381bad
commit 98b54e50d5
1 changed files with 3 additions and 0 deletions

View File

@ -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.生产中数;