update carton and add staff name
This commit is contained in:
@@ -77,8 +77,6 @@ class _CargoTableState extends State<CargoTable> {
|
|||||||
|
|
||||||
CargoType cargo;
|
CargoType cargo;
|
||||||
|
|
||||||
print("copy remainingWeight>>>${this.remainingWeight}");
|
|
||||||
|
|
||||||
var rows = widget.cargoTypes.map((c) {
|
var rows = widget.cargoTypes.map((c) {
|
||||||
return MyDataRow(
|
return MyDataRow(
|
||||||
onSelectChanged: (bool selected) async {
|
onSelectChanged: (bool selected) async {
|
||||||
|
|||||||
Reference in New Issue
Block a user