add signin function
This commit is contained in:
@@ -3,7 +3,7 @@ import 'package:provider/provider.dart';
|
||||
import 'package:fcs/model/storage_model.dart';
|
||||
import 'package:fcs/pages/storage/inventory_item.dart';
|
||||
import 'package:fcs/pages/util.dart';
|
||||
import 'package:fcs/theme/theme.dart';
|
||||
import 'package:fcs/fcs/common/theme.dart';
|
||||
import 'package:fcs/vo/inventory_line.dart';
|
||||
import 'package:fcs/vo/inventory_taking.dart';
|
||||
import 'package:fcs/widget/local_text.dart';
|
||||
@@ -78,10 +78,8 @@ class _TakeInventoryState extends State<TakeInventory> {
|
||||
scrollDirection: Axis.horizontal,
|
||||
child: MyDataTable(
|
||||
columns: [
|
||||
MyDataColumn(
|
||||
label: LocalText(context, "inventory.product")),
|
||||
MyDataColumn(
|
||||
label: LocalText(context, "inventory.storage")),
|
||||
MyDataColumn(label: LocalText(context, "inventory.product")),
|
||||
MyDataColumn(label: LocalText(context, "inventory.storage")),
|
||||
MyDataColumn(
|
||||
label: LocalText(context, "inventory.old.qty"),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user