Commit 505d39e1 by guoxuejian

comment some logic

parent 1e5a3ef9
...@@ -1282,7 +1282,7 @@ ...@@ -1282,7 +1282,7 @@
$('#monthly').html(result.result.em + 'kWh') $('#monthly').html(result.result.em + 'kWh')
// $('#yearly').html(result.result.ey + 'kWh') // $('#yearly').html(result.result.ey + 'kWh')
$('#yearly').html(yearTotalEle + '万kWh') $('#yearly').html(yearTotalEle + '万kWh')
$('#aggregate-value').html("累计发电量:" + totalEle + '万kWh') // $('#aggregate-value').html("累计发电量:" + totalEle + '万kWh')
predictCompleteData[0].value = result.result.percentEd predictCompleteData[0].value = result.result.percentEd
monthPlanCompleteData[0].value = result.result.percentEm monthPlanCompleteData[0].value = result.result.percentEm
yearPlanCompleteData[0].value = result.result.percentEy yearPlanCompleteData[0].value = result.result.percentEy
......
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