search update

This commit is contained in:
Phaung Phaung
2021-09-13 11:10:17 +06:30
parent 5346cd10c5
commit 966ad16572
9 changed files with 31 additions and 14 deletions

View File

@@ -231,6 +231,11 @@ class _ReceivingEditorState extends State<ReceivingEditor> {
showMsgDialog(context, "Error", "Invalid tracking ID!");
return;
}
if (user == null) {
showMsgDialog(context, "Error", "Please select FCS ID");
return;
}
setState(() {
_isLoading = true;
});