add fcs shipment info
This commit is contained in:
@@ -181,6 +181,13 @@ class _ShipmentEditorState extends State<ShipmentEditor> {
|
||||
selectedValue: _selectedPickupType,
|
||||
values: pickupModel.pickupTypes,
|
||||
);
|
||||
final createBtn = LocalButton(
|
||||
textKey: "shipment.create",
|
||||
);
|
||||
|
||||
final updateBtn = LocalButton(
|
||||
textKey: "shipment.update",
|
||||
);
|
||||
|
||||
return LocalProgress(
|
||||
inAsyncCall: _isLoading,
|
||||
@@ -245,9 +252,7 @@ class _ShipmentEditorState extends State<ShipmentEditor> {
|
||||
Column(
|
||||
children: getBoxList(context, boxModel.boxes),
|
||||
),
|
||||
LocalButton(
|
||||
textKey: "shipment.new",
|
||||
),
|
||||
_isNew ? createBtn : updateBtn,
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user