update carton and add staff name

This commit is contained in:
Thinzar Win
2020-12-10 20:06:15 +06:30
parent d540bfbd30
commit d1261a33c1
19 changed files with 1030 additions and 330 deletions

View File

@@ -86,12 +86,6 @@ class _PackageCartonEditorState extends State<PackageCartonEditor> {
@override
Widget build(BuildContext context) {
final shipmentWeightBox = DisplayText(
labelTextKey: "box.shipment_weight",
text: shipmentWeight == null ? "" : shipmentWeight.toStringAsFixed(0),
iconData: MaterialCommunityIcons.weight,
);
final lengthBox = LengthPicker(
controller: _lengthCtl,
lableKey: "box.length",
@@ -179,7 +173,6 @@ class _PackageCartonEditorState extends State<PackageCartonEditor> {
LocalTitle(textKey: "box.dimension"),
cartonSizeDropdown(),
dimBox,
shipmentWeightBox,
LocalTitle(textKey: "box.delivery_address"),
DefaultDeliveryAddress(
deliveryAddress: _box.deliveryAddress,