cleanup code
This commit is contained in:
@@ -272,11 +272,11 @@ class _CartonInfoState extends State<CartonInfo> {
|
||||
final cargoTableBox = CargoTable(
|
||||
cargoTypes: _box!.cargoTypes,
|
||||
);
|
||||
final mixCartonNumberBox = DisplayText(
|
||||
text: _box!.mixCartonNumber,
|
||||
labelTextKey: "box.mix.carton",
|
||||
iconData: MaterialCommunityIcons.package,
|
||||
);
|
||||
// final mixCartonNumberBox = DisplayText(
|
||||
// text: _box!.mixCartonNumber,
|
||||
// labelTextKey: "box.mix.carton",
|
||||
// iconData: MaterialCommunityIcons.package,
|
||||
// );
|
||||
|
||||
final mixTypeBox = Container(
|
||||
padding: EdgeInsets.only(top: 20),
|
||||
|
||||
Reference in New Issue
Block a user