update package selection and cartion selection

This commit is contained in:
tzw
2024-02-13 17:48:06 +06:30
parent 252be38912
commit f6fdef36b6
7 changed files with 127 additions and 19 deletions

View File

@@ -144,5 +144,8 @@ class CartonSelectionModel extends BaseModel {
cartons.clear();
query = "";
}
addSelectedCarton(List<Carton> list) {
selectedCartonList = list;
}
}