|
|
|
@ -592,9 +592,7 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
|
|
|
|
child: AppTextFieldCustom(
|
|
|
|
child: AppTextFieldCustom(
|
|
|
|
hintText: TranslationBase.of(context).boxQuantity,
|
|
|
|
hintText: TranslationBase.of(context).boxQuantity,
|
|
|
|
isTextFieldHasSuffix: false,
|
|
|
|
isTextFieldHasSuffix: false,
|
|
|
|
dropDownText: box != null
|
|
|
|
dropDownText: box != null?
|
|
|
|
? TranslationBase.of(context).boxQuantity +
|
|
|
|
|
|
|
|
": " +
|
|
|
|
|
|
|
|
model.boxQuintity.toString()
|
|
|
|
model.boxQuintity.toString()
|
|
|
|
: null,
|
|
|
|
: null,
|
|
|
|
enabled: false,
|
|
|
|
enabled: false,
|
|
|
|
|