prepare carton info
This commit is contained in:
@@ -331,7 +331,7 @@
|
|||||||
"box.select.cartion":"Select cartons",
|
"box.select.cartion":"Select cartons",
|
||||||
"box.no_carton":"There is no cartons in this shipment.",
|
"box.no_carton":"There is no cartons in this shipment.",
|
||||||
"box.crete.carton":"Create carton",
|
"box.crete.carton":"Create carton",
|
||||||
"box.carton.type":"Carton type",
|
"box.carton.type":"ပုံး အမျိုးအစား",
|
||||||
"box.select.delivery":"Select delivery type",
|
"box.select.delivery":"Select delivery type",
|
||||||
"box.select.package":"Select packages",
|
"box.select.package":"Select packages",
|
||||||
"box.no_package":"There is no packages.",
|
"box.no_package":"There is no packages.",
|
||||||
|
|||||||
@@ -248,7 +248,7 @@ class _CartonInfoState extends State<CartonInfo> {
|
|||||||
//),
|
//),
|
||||||
Container(
|
Container(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(right: 50),
|
padding: const EdgeInsets.only(right: 60),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Column(
|
Column(
|
||||||
@@ -273,25 +273,7 @@ class _CartonInfoState extends State<CartonInfo> {
|
|||||||
);
|
);
|
||||||
}).toList()),
|
}).toList()),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
Column(
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: _surchareItems.map((e) {
|
|
||||||
return Padding(
|
|
||||||
padding: const EdgeInsets.symmetric(vertical: 3),
|
|
||||||
child: Row(
|
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
||||||
children: [
|
|
||||||
Text(
|
|
||||||
e.name ?? "",
|
|
||||||
style: TextStyle(color: labelColor, fontSize: 15),
|
|
||||||
),
|
|
||||||
Text("${numberFormatter.format(e.qty)} pc",
|
|
||||||
style:
|
|
||||||
TextStyle(color: labelColor, fontSize: 15))
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}).toList()),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user