update processing,customer and staff
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user