|
|
|
@ -156,6 +156,7 @@ class _AppointmentDetailsState extends State<AppointmentDetails> with SingleTick
|
|
|
|
widget.appo.clinicID == 23 ||
|
|
|
|
widget.appo.clinicID == 23 ||
|
|
|
|
widget.appo.clinicID == 253 ||
|
|
|
|
widget.appo.clinicID == 253 ||
|
|
|
|
widget.appo.clinicID == 265 ||
|
|
|
|
widget.appo.clinicID == 265 ||
|
|
|
|
|
|
|
|
widget.appo.clinicID == 134 ||
|
|
|
|
widget.appo.isExecludeDoctor ||
|
|
|
|
widget.appo.isExecludeDoctor ||
|
|
|
|
widget.appo.isLiveCareAppointment) {
|
|
|
|
widget.appo.isLiveCareAppointment) {
|
|
|
|
_tabController.index = _tabController.previousIndex;
|
|
|
|
_tabController.index = _tabController.previousIndex;
|
|
|
|
@ -173,6 +174,7 @@ class _AppointmentDetailsState extends State<AppointmentDetails> with SingleTick
|
|
|
|
widget.appo.clinicID == 47 ||
|
|
|
|
widget.appo.clinicID == 47 ||
|
|
|
|
widget.appo.clinicID == 265 ||
|
|
|
|
widget.appo.clinicID == 265 ||
|
|
|
|
widget.appo.clinicID == 253 ||
|
|
|
|
widget.appo.clinicID == 253 ||
|
|
|
|
|
|
|
|
widget.appo.clinicID == 134 ||
|
|
|
|
widget.appo.isExecludeDoctor ||
|
|
|
|
widget.appo.isExecludeDoctor ||
|
|
|
|
widget.appo.isLiveCareAppointment
|
|
|
|
widget.appo.isLiveCareAppointment
|
|
|
|
? Tab(
|
|
|
|
? Tab(
|
|
|
|
@ -489,10 +491,10 @@ class _AppointmentDetailsState extends State<AppointmentDetails> with SingleTick
|
|
|
|
minWidth: MediaQuery.of(context).size.width,
|
|
|
|
minWidth: MediaQuery.of(context).size.width,
|
|
|
|
height: 40.0,
|
|
|
|
height: 40.0,
|
|
|
|
child: CustomTextButton(
|
|
|
|
child: CustomTextButton(
|
|
|
|
elevation: 0.0,
|
|
|
|
elevation: 0.0,
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
disabledForegroundColor: new Color(0xFFbcc2c4).withOpacity(0.38),
|
|
|
|
disabledForegroundColor: new Color(0xFFbcc2c4).withOpacity(0.38),
|
|
|
|
disabledBackgroundColor: new Color(0xFFbcc2c4).withOpacity(0.12),
|
|
|
|
disabledBackgroundColor: new Color(0xFFbcc2c4).withOpacity(0.12),
|
|
|
|
onPressed: () {
|
|
|
|
onPressed: () {
|
|
|
|
Navigator.of(context).pop();
|
|
|
|
Navigator.of(context).pop();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|