finish hhc module

merge-update-with-lab-changes
Elham Rababah 5 years ago
parent 3ef22be7da
commit fd80afeb5a

@ -139,6 +139,7 @@ class _NewHomeHealthCareStepOnePageState extends State<NewHomeHealthCareStepOneP
.patientERInsertPresOrderRequestModel
.patientERHHCInsertServicesList
.length == 0,
color: Colors.grey[800],
onTap: (){
widget.changePageViewIndex(1);
},

@ -155,6 +155,7 @@ class _NewHomeHealthCareStepThreePageState
disabled: widget.patientERInsertPresOrderRequestModel
.patientERHHCInsertServicesList.length ==
0,
color: Colors.grey[800],
onTap: () async {
await widget.model.insertPresPresOrder(
order: widget.patientERInsertPresOrderRequestModel);

Loading…
Cancel
Save