update carton and add staff name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user