update carton and add staff name

This commit is contained in:
Thinzar Win
2020-12-10 20:07:11 +06:30
parent d1261a33c1
commit cc64845723

View File

@@ -77,8 +77,6 @@ class _CargoTableState extends State<CargoTable> {
CargoType cargo;
print("copy remainingWeight>>>${this.remainingWeight}");
var rows = widget.cargoTypes.map((c) {
return MyDataRow(
onSelectChanged: (bool selected) async {