merge
This commit is contained in:
@@ -175,19 +175,11 @@ class _CartonInfoState extends State<CartonInfo> {
|
|||||||
labelTextKey: "box.number",
|
labelTextKey: "box.number",
|
||||||
//iconData: Ionicons.ios_airplane,
|
//iconData: Ionicons.ios_airplane,
|
||||||
);
|
);
|
||||||
<<<<<<< HEAD
|
|
||||||
final cartonQrBox = DisplayText(
|
final cartonQrBox = DisplayText(
|
||||||
// text: _box!.,
|
// text: _box!.,
|
||||||
//labelTextKey: "box.number",
|
//labelTextKey: "box.number",
|
||||||
iconData: AntDesign.qrcode,
|
iconData: AntDesign.qrcode,
|
||||||
);
|
);
|
||||||
=======
|
|
||||||
// final cartonQrBox = DisplayText(
|
|
||||||
// // text: _box!.,
|
|
||||||
// //labelTextKey: "box.number",
|
|
||||||
// iconData: AntDesign.qrcode,
|
|
||||||
// );
|
|
||||||
>>>>>>> 9bd0c5d484c580feff721ff039b506f107dcb314
|
|
||||||
final shipmentBox = DisplayText(
|
final shipmentBox = DisplayText(
|
||||||
text: _box!.fcsShipmentNumber,
|
text: _box!.fcsShipmentNumber,
|
||||||
labelTextKey: "box.fcs_shipment_num",
|
labelTextKey: "box.fcs_shipment_num",
|
||||||
|
|||||||
Reference in New Issue
Block a user