update cargo type form from rate, update carton info and form
This commit is contained in:
@@ -110,17 +110,14 @@ class _MixCartonSubmitState extends State<MixCartonSubmit> {
|
||||
final cartonType = Padding(
|
||||
padding: const EdgeInsets.only(top: 10),
|
||||
child: SubmitTextWidget(
|
||||
labelKey: 'box.carton.type',
|
||||
text: carton_mix_carton,
|
||||
// subText: boxDimension,
|
||||
),
|
||||
labelKey: 'box.carton.type', text: carton_mix_carton),
|
||||
);
|
||||
|
||||
final cartonSizeBox = Padding(
|
||||
padding: const EdgeInsets.only(top: 10),
|
||||
child: SubmitTextWidget(
|
||||
labelKey: 'box.carton_size',
|
||||
text: boxDimension ?? '',
|
||||
text: boxDimension ?? 'No defined size',
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user