update processing,customer and staff

This commit is contained in:
tzw
2021-10-11 17:09:47 +06:30
parent bfa6b8c2ed
commit 8df11b70a0
22 changed files with 158 additions and 59 deletions

View File

@@ -144,9 +144,7 @@ class _ReceivingInfoState extends State<ReceivingInfo> {
await Navigator.push(
context,
CupertinoPageRoute(
builder: (context) => ReceivingEditor(
package: widget.package,
)),
builder: (context) => ReceivingEditor(package: _package)),
);
PackageModel packageModel =
Provider.of<PackageModel>(context, listen: false);