checkSetVisibleNhom method

void checkSetVisibleNhom()

Implementation

void checkSetVisibleNhom() {
  Control nhom = findControlInputFormAllPage("nhom");
  var ma = nhom.getValueSelected();
  if (ma == "06") {
    findControlInputFormAllPage('ocr').setVisible(true);
    setVisibleByGroupDN(false);
  } else {
    findControlInputFormAllPage('ocr').setVisible(false);
    setVisibleByGroupDN(true);
  }
}