|
|
|
|
@ -73,7 +73,7 @@ class _EditPentryState extends State<EditPentry> with SingleTickerProviderStateM
|
|
|
|
|
if (_pentry.pmKits.isEmpty) _pentry.pmKits.add(PMKit());
|
|
|
|
|
if (_pentry.calibrationTools.isEmpty) _pentry.calibrationTools.add(CalibrationTool());
|
|
|
|
|
if (_pentry.ppmCheckLists.isEmpty) _pentry.ppmCheckLists.add(PPMCheckList());
|
|
|
|
|
_tabController = TabController(length: 4, vsync: this);
|
|
|
|
|
_tabController = TabController(length: 3, vsync: this);
|
|
|
|
|
super.initState();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -113,9 +113,9 @@ class _EditPentryState extends State<EditPentry> with SingleTickerProviderStateM
|
|
|
|
|
Tab(
|
|
|
|
|
text: "PPM Check List",
|
|
|
|
|
),
|
|
|
|
|
Tab(
|
|
|
|
|
text: "Calibration Tools",
|
|
|
|
|
),
|
|
|
|
|
// Tab(
|
|
|
|
|
// text: "Calibration Tools",
|
|
|
|
|
// ),
|
|
|
|
|
Tab(
|
|
|
|
|
text: "PK Kits",
|
|
|
|
|
),
|
|
|
|
|
|