This commit is contained in:
shijing 2025-02-24 17:49:07 +08:00
parent 5bd096214c
commit 724865e1d6
1 changed files with 8 additions and 0 deletions

View File

@ -425,6 +425,14 @@ export default {
}
if (list.length > 0) {
list.forEach((item) => {
let dateNow = new Date().getDate();
if(item. == dateNow){
that.sctj.rtcs = item.总重量;
that.sctj.rjgs = item.生产数;
that.sctj.rjgqbls = item.生产数-item.不合格数-item.合格数;
that.sctj.rhgs = item.合格数;
that.sctj.rbhgs = item.不合格数;
}
let arr = [];
arr[0] = item.+'-'+item.+'-'+item.;
arr[1] = item.生产数;