|
|
|
|
@ -28,6 +28,7 @@ export class AttendanceOptionsComponent implements OnInit {
|
|
|
|
|
public priviligeList: any;
|
|
|
|
|
public serviceEnableNFC = false;
|
|
|
|
|
public serviceEnableQR = false;
|
|
|
|
|
public serviceEnableWifi = false;
|
|
|
|
|
public deviceNFC = false;
|
|
|
|
|
public nfcIOSSuccess = false;
|
|
|
|
|
|
|
|
|
|
@ -97,6 +98,12 @@ export class AttendanceOptionsComponent implements OnInit {
|
|
|
|
|
) {
|
|
|
|
|
this.serviceEnableQR = true;
|
|
|
|
|
}
|
|
|
|
|
if (
|
|
|
|
|
servicePrivilage.Previlege &&
|
|
|
|
|
servicePrivilage.ServiceName === "enableWifi"
|
|
|
|
|
) {
|
|
|
|
|
this.serviceEnableWifi = true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|