修改添加指纹卡人脸循环选择日期问题
This commit is contained in:
parent
de060cdae8
commit
16ee07bd1c
@ -152,6 +152,7 @@ class _PasswordKeyDetailPageState extends State<PasswordKeyDetailPage>
|
||||
Get.toNamed(Routers.lockOperatingRecordPage, arguments: {
|
||||
'type': 1,
|
||||
'id': state.itemData.value.keyboardPwdId.toString(),
|
||||
'recordName': state.itemData.value.keyboardPwdName
|
||||
});
|
||||
}),
|
||||
Visibility(
|
||||
|
||||
@ -51,9 +51,14 @@ class _SeletKeyCyclicDatePageState extends State<SeletKeyCyclicDatePage> {
|
||||
state.starTime.value.isNotEmpty &&
|
||||
state.endTime.value.isNotEmpty &&
|
||||
state.weekDay.value.isNotEmpty),
|
||||
onClick: () {
|
||||
onClick: (state.starDate.value.isNotEmpty &&
|
||||
state.endDate.value.isNotEmpty &&
|
||||
state.starTime.value.isNotEmpty &&
|
||||
state.endTime.value.isNotEmpty &&
|
||||
state.weekDay.value.isNotEmpty)
|
||||
? () {
|
||||
logic.subBtnAction();
|
||||
}),
|
||||
} : null),
|
||||
)),
|
||||
],
|
||||
));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user