fix rate cal
This commit is contained in:
@@ -125,6 +125,7 @@ class _ShipmentRatesCalState extends State<ShipmentRatesCal> {
|
|||||||
callback: (v) {
|
callback: (v) {
|
||||||
setState(() {
|
setState(() {
|
||||||
_cargoType = v;
|
_cargoType = v;
|
||||||
|
_calShipmentWeight();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
labelKey: "cargo.type",
|
labelKey: "cargo.type",
|
||||||
|
|||||||
Reference in New Issue
Block a user