update carton and add staff name
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user