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 .patientERInsertPresOrderRequestModel
.patientERHHCInsertServicesList .patientERHHCInsertServicesList
.length == 0, .length == 0,
color: Colors.grey[800],
onTap: (){ onTap: (){
widget.changePageViewIndex(1); widget.changePageViewIndex(1);
}, },

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

Loading…
Cancel
Save