update cargo type form from rate, update carton info and form
This commit is contained in:
@@ -35,8 +35,11 @@ class PrintQrCodePage extends StatelessWidget {
|
||||
children: [
|
||||
Text(carton.cartonNumber ?? "",
|
||||
style: TextStyle(fontSize: 18, fontFamily: "Roboto")),
|
||||
Text(carton.userName!,
|
||||
style: TextStyle(fontSize: 16, fontFamily: "Roboto")),
|
||||
carton.consigneeName == null || carton.consigneeName == ''
|
||||
? const SizedBox()
|
||||
: Text(carton.consigneeName!,
|
||||
style:
|
||||
TextStyle(fontSize: 16, fontFamily: "Roboto")),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(top: 3),
|
||||
child: Text("${carton.actualWeight} lb",
|
||||
|
||||
Reference in New Issue
Block a user