|
|
|
|
@ -114,7 +114,7 @@ class InfoFragment extends StatelessWidget {
|
|
|
|
|
ItemDetailView(LocaleKeys.totalPOAmountInWords.tr(), poHeaderList[index].tOTPOAMTWORD ?? ""),
|
|
|
|
|
],
|
|
|
|
|
).objectContainerView(),
|
|
|
|
|
separatorBuilder: (cxt, index) => 4.height,
|
|
|
|
|
separatorBuilder: (cxt, index) => 1.divider,
|
|
|
|
|
itemCount: poHeaderList.length);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -150,7 +150,7 @@ class InfoFragment extends StatelessWidget {
|
|
|
|
|
ItemDetailView(LocaleKeys.approvedSwipeEndReason.tr(), list[index].aPPROVEDENDREASONDESC.toString()),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
separatorBuilder: (cxt, index) => 18.height,
|
|
|
|
|
separatorBuilder: (cxt, index) => 1.divider.paddingOnly(top: 8, bottom: 8),
|
|
|
|
|
itemCount: list.length);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -163,11 +163,11 @@ class InfoFragment extends StatelessWidget {
|
|
|
|
|
children: [
|
|
|
|
|
ItemDetailView(LocaleKeys.employeeNumber.tr(), list[index].eMPLOYEENUMBER.toString()),
|
|
|
|
|
ItemDetailView(LocaleKeys.assignmentNumber.tr(), list[index].aSSIGNMENTNUMBER.toString()),
|
|
|
|
|
ItemDetailView(LocaleKeys.employeeName.tr(), list[index].eMPLOYEENAME.toString()),
|
|
|
|
|
ItemDetailView(LocaleKeys.name.tr(), list[index].eMPLOYEENAME.toString()),
|
|
|
|
|
ItemDetailView(LocaleKeys.scheduleDate.tr(), DateUtil.formatDateToDate(DateUtil.convertStringToDate(list[index].sCHEDULEDATE.toString()), false)),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
separatorBuilder: (cxt, index) => 18.height,
|
|
|
|
|
separatorBuilder: (cxt, index) => 1.divider.paddingOnly(top: 8, bottom: 8),
|
|
|
|
|
itemCount: list.length);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|