프로젝트

일반

사용자정보

개정판 d694c9e8

IDd694c9e82a258bafb4d52bf64df7428786063860
상위 e5644ccb
하위 cef4ab69

김연진이(가) 약 5년 전에 추가함

issue #1048 : 화면/메뉴/툴바 개발

Change-Id: I8115115547537d9488ddac674624ca174aebc2d5

차이점 보기:

HYTOS/HYTOS/HMBTable.py
540 540
    def updateByUID(self, components_uid, values):
541 541
        try:
542 542
            for hmb in self._hmbs:
543
                if hmb.components_uid == components_uid:
543
                if str(hmb.components_uid) == str(components_uid):
544 544
                    if 'Phase_Type' in values:
545 545
                        hmb.phase_type = values['Phase_Type']
546 546
                    if 'Flowrate_Mass' in values:

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)