add shipment in processing, update package, processing and receiving

This commit is contained in:
tzw
2025-03-06 17:59:15 +06:30
parent 9e6b288970
commit e75eacd1f9
20 changed files with 746 additions and 603 deletions

View File

@@ -33,10 +33,8 @@ class PackageListRow extends StatelessWidget {
Navigator.push(
context,
CupertinoPageRoute(
builder: (context) => PackageInfo(
package: package,
isCustomer: isCustomer,
)),
builder: (context) =>
PackageInfo(package: package, isCustomer: isCustomer)),
);
},
child: Container(