Commit 371fe90c authored by lenovo's avatar lenovo

六矿汇总

parent afb73daa
......@@ -283,7 +283,6 @@ export default {
value.push(sysRules[i].ce);
}
console.log("value的值为:"+value);
let smallMat=[];
for(let i=parseInt(sysRulez[0].re)+1;i<data.length;i++){
......@@ -295,10 +294,8 @@ export default {
}
}
console.log(smallMat);
materialConvert(smallMat).then(response => {
let array = response.rows;
console.log(array);
//luckysheet.setCellValue(12, 1, {bg:"#FF0000"})
for (let i =parseInt(sysRulez[0].re)+1; i < data.length; i++) {
let values = [];
......@@ -328,7 +325,6 @@ export default {
}
}
//循环得到汇总结果
console.log(map);
let row;
map.forEach((value, key) => {
let splitElement = key.split("-");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment