報表查詢-月報表: 修正日均發電度數的公式
This commit is contained in:
parent
7798e9f5f8
commit
a4ec946bd3
@ -1163,7 +1163,7 @@
|
||||
}
|
||||
else {
|
||||
/*stb += "<td>" + (avghour / monthday).toFixed(2) + "</td>";*/
|
||||
stb += "<td>" + toThousands((monthKWH / GeneratingCapacity).toFixed(2)) + "</td>";
|
||||
stb += "<td>" + toThousands((monthKWH / GeneratingCapacity / monthday).toFixed(2)) + "</td>";
|
||||
stb += "<td>" + toThousands((monthKWH / monthday).toFixed(2)) + "</td>";
|
||||
stb += "<td>" + toThousands(monthKWH.toFixed(2)) + "</td>";
|
||||
stb += "<td>" + toThousands(GeneratingCapacity.toFixed(2)) + "</td>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user