This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //여름 | |
| if(_.contains(['07','08'],val.m)) { | |
| if(_.contains(['01','02','03','04','05','06','07','08','09','24'],val.h)){ | |
| //경부하 | |
| val['CHPCharge'] = drive.CHPSummerMinLoad || 0, | |
| val['DHCCharge'] = drive.DHCSummerMinLoad || 0; | |
| }else if(_.contains(['10','11','13','18','19','20','21','22','23'],val.h)){ | |
| //중간부하 | |
| val['CHPCharge'] = drive.CHPSummerMidLoad || 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| k = [ | |
| '년', | |
| '월', | |
| '월시간', | |
| '타입', | |
| '운전시간', | |
| '모드', | |
| '운전유형', | |
| 'gt', | |
| 'load', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| k = [ | |
| '운전유형', | |
| '년', | |
| '월', | |
| '모드', | |
| '타입', | |
| 'gt', | |
| 'load', | |
| '정비월', | |
| 'CHP투입', |