songjunekeun há 5 anos atrás
pai
commit
0f35658599

+ 4 - 0
app/src/main/java/com/dbs/mplus/knuh/consent/ConsentFacade.java

@@ -331,6 +331,10 @@ public class ConsentFacade {
       visible = "true";
     }
 
+    if(instance.jobKindCd.indexOf("03") != 0){
+      visible = "false";
+    }
+
     String uiStyle = "{                                                                                                                             " +
                      "  'required-input': {                                                                                                         " +
                      "    'border': {                                                                                                               " +