fix:
This commit is contained in:
parent
5bd096214c
commit
724865e1d6
|
@ -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.生产数;
|
||||
|
|
Loading…
Reference in New Issue