add carton from mix_box & from cargos
This commit is contained in:
@@ -105,9 +105,7 @@ class _CargoTableState extends State<CargoTable> {
|
||||
String _t = await showDialog(
|
||||
context: context,
|
||||
builder: (_) => DialogInput(
|
||||
label: "cargo.qty",
|
||||
value: c.qty.toString(),
|
||||
isQty: true));
|
||||
label: "cargo.qty", value: c.qty.toString()));
|
||||
|
||||
if (_t == null) return;
|
||||
setState(() {
|
||||
|
||||
Reference in New Issue
Block a user