|
|
@ -460,14 +460,14 @@
|
|
|
|
dataB = [title]
|
|
|
|
dataB = [title]
|
|
|
|
dataC = [title]
|
|
|
|
dataC = [title]
|
|
|
|
dataB.push(...([...dataA].splice(dataIndex, 6)))
|
|
|
|
dataB.push(...([...dataA].splice(dataIndex, 6)))
|
|
|
|
dataB.push([' ', '合计', '', totle([...dataB], 2), totle([...dataB], 3), totle([...dataB], 4), totle([...dataB], 3) === 0 ? '0%' : ((totle([...dataB], 4) / totle([...dataB], 3)) * 100).toString().substr(0, 5) + '%', totle([...dataB], 6), totle([...dataB], 7), totle([...dataB], 8), totle([...dataB], 9), totle([...dataB], 10), totle([...dataB], 11), totle([...dataB], 12), totle([...dataB], 13), totle([...dataB], 14), totle([...dataB], 15), totle([...dataB], 16), totle([...dataB], 17)])
|
|
|
|
dataB.push([' ', '合计', '', totle([title,...dataA], 2), totle([title,...dataA], 3), totle([title,...dataA], 4), totle([title,...dataA], 3) === 0 ? '0%' : ((totle([title,...dataA], 4) / totle([title,...dataA], 3)) * 100).toString().substr(0, 5) + '%', totle([title,...dataA], 6), totle([title,...dataA], 7), totle([title,...dataA], 8), totle([title,...dataA], 9), totle([title,...dataA], 10), totle([title,...dataA], 11), totle([title,...dataA], 12), totle([title,...dataA], 13), totle([title,...dataA], 14), totle([title,...dataA], 15), totle([title,...dataA], 16), totle([title,...dataA], 17)])
|
|
|
|
if (dataIndex + 6 > dataA.length) {
|
|
|
|
if (dataIndex + 6 > dataA.length) {
|
|
|
|
dataIndex = 0
|
|
|
|
dataIndex = 0
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
dataIndex += 6
|
|
|
|
dataIndex += 6
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dataC.push(...([...dataA].splice(dataIndex, 6)))
|
|
|
|
dataC.push(...([...dataA].splice(dataIndex, 6)))
|
|
|
|
dataC.push([' ', '合计', '', totle([...dataC], 2), totle([...dataC], 3), totle([...dataC], 4), totle([...dataC], 3) === 0 ? '0%' : ((totle([...dataC], 4) / totle([...dataC], 3)) * 100).toString().substr(0, 5) + '%', totle([...dataC], 6), totle([...dataC], 7), totle([...dataC], 8), totle([...dataC], 9), totle([...dataC], 10), totle([...dataC], 11), totle([...dataC], 12), totle([...dataC], 13), totle([...dataC], 14), totle([...dataC], 15), totle([...dataC], 16), totle([...dataC], 17)])
|
|
|
|
dataC.push([' ', '合计', '', totle([title,...dataA], 2), totle([title,...dataA], 3), totle([title,...dataA], 4), totle([title,...dataA], 3) === 0 ? '0%' : ((totle([title,...dataA], 4) / totle([title,...dataA], 3)) * 100).toString().substr(0, 5) + '%', totle([title,...dataA], 6), totle([title,...dataA], 7), totle([title,...dataA], 8), totle([title,...dataA], 9), totle([title,...dataA], 10), totle([title,...dataA], 11), totle([title,...dataA], 12), totle([title,...dataA], 13), totle([title,...dataA], 14), totle([title,...dataA], 15), totle([title,...dataA], 16), totle([title,...dataA], 17)])
|
|
|
|
if (dataIndex + 6 > dataA.length) {
|
|
|
|
if (dataIndex + 6 > dataA.length) {
|
|
|
|
dataIndex = 0
|
|
|
|
dataIndex = 0
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
@ -475,10 +475,10 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
console.log(dataB)
|
|
|
|
console.log(dataB)
|
|
|
|
console.log(dataC)
|
|
|
|
console.log(dataC)
|
|
|
|
planInfo.loadData([...dataB], 19, {
|
|
|
|
planInfo.loadData([title,...dataA], 19, {
|
|
|
|
includeHead: true,
|
|
|
|
includeHead: true,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
planInfo2.loadData([...dataC], 19, {
|
|
|
|
planInfo2.loadData([title,...dataA], 19, {
|
|
|
|
includeHead: true,
|
|
|
|
includeHead: true,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -991,4 +991,4 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|