update pages for carton

This commit is contained in:
tzw
2025-03-07 17:41:09 +06:30
parent e75eacd1f9
commit ee4e670c59
13 changed files with 616 additions and 618 deletions

View File

@@ -30,10 +30,10 @@ class CartonPackageForm extends StatefulWidget {
final User consignee;
const CartonPackageForm({
Key? key,
super.key,
required this.sender,
required this.consignee,
}) : super(key: key);
});
@override
State<CartonPackageForm> createState() => _CartonPackageFormState();