|  |  |  | @ -739,7 +739,7 @@ class InfoFragment extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.requestNumber.tr(), data.paymentDetailsList![0].requestNumber ?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( LocaleKeys.requesterEmpNum.tr(), | 
		
	
		
			
				|  |  |  |  |                     data.paymentDetailsList![0].requesterEmployeeName ?? ""), | 
		
	
		
			
				|  |  |  |  |                     data.paymentDetailsList![0].requesterEmployeeNumber ?? ""), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( LocaleKeys.requestDate.tr(), | 
		
	
	
		
			
				
					|  |  |  | @ -748,18 +748,25 @@ class InfoFragment extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.requesterEmpName.tr(),  data.paymentDetailsList![0].requesterEmployeeName ?? ""), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( LocaleKeys.prepareEmpNum.tr(), | 
		
	
		
			
				|  |  |  |  |                     data.paymentDetailsList![0].prepareEmployeeNumber ?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.requesterPositionName.tr(), data.paymentDetailsList![0].requesterPositionName ?? ""), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( LocaleKeys.prepareEmpName.tr(), | 
		
	
		
			
				|  |  |  |  |                     data.paymentDetailsList![0].prepareEmployeeName ?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.requesterPositionName.tr(), data.paymentDetailsList![0].requesterPositionName ?? ""), | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.requesterPayrollName.tr(), data.paymentDetailsList![0].requesterPayrollName ?? ""), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( LocaleKeys.preparePositionName.tr(), | 
		
	
		
			
				|  |  |  |  |                     data.paymentDetailsList![0].preparePositionName ?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.requesterPayrollName.tr(), data.paymentDetailsList![0].requesterPayrollName ?? ""), | 
		
	
		
			
				|  |  |  |  |                   ItemDetailViewCol( LocaleKeys.requesterOperatingUnit.tr(), | 
		
	
		
			
				|  |  |  |  |                       data.paymentDetailsList![0].requesterOperatingUnits ?? "") | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |             ], | 
		
	
		
			
				|  |  |  |  |           ).objectContainerView(), | 
		
	
		
			
				|  |  |  |  |         if (data!.paymentDetailsList!.isNotEmpty) | 
		
	
	
		
			
				
					|  |  |  | @ -843,7 +850,62 @@ class InfoFragment extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |             ], | 
		
	
		
			
				|  |  |  |  |           ).objectContainerView(), | 
		
	
		
			
				|  |  |  |  |       ], | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |         if (data!.supplierInformationList!.isNotEmpty &&  data.supplierInformationList![0].supplierNumber !="") | 
		
	
		
			
				|  |  |  |  |           Column( | 
		
	
		
			
				|  |  |  |  |             children: [ | 
		
	
		
			
				|  |  |  |  |               LocaleKeys.supplierInfo.tr().toText14(color: MyColors.textMixColor), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.supplierNo.tr(), data.supplierInformationList![0].supplierNumber ?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol(LocaleKeys.supplierName.tr(), | 
		
	
		
			
				|  |  |  |  |                     data.supplierInformationList![0].supplierName.toString() ?? ""), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol(LocaleKeys.supplierAcNo.tr(), | 
		
	
		
			
				|  |  |  |  |                     data.supplierInformationList![0].supplierBankAccountNumber  ?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.supplierAcName.tr(), data.supplierInformationList![0].supplierBankAccountName ?? | 
		
	
		
			
				|  |  |  |  |                     "" ), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol(LocaleKeys.supplierCRNo.tr(), | 
		
	
		
			
				|  |  |  |  |                     data.supplierInformationList![0].crNumber?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol(  LocaleKeys.supplierIBAN.tr(), data.supplierInformationList![0].supplierBankIban ?? | 
		
	
		
			
				|  |  |  |  |                     "" ), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |             ], | 
		
	
		
			
				|  |  |  |  |           ).objectContainerView(), | 
		
	
		
			
				|  |  |  |  |         // | 
		
	
		
			
				|  |  |  |  |         if (data!.refundInvoiceList!.isNotEmpty &&  data.refundInvoiceList![0].patientNumber !="" ) | 
		
	
		
			
				|  |  |  |  |           Column( | 
		
	
		
			
				|  |  |  |  |             children: [ | 
		
	
		
			
				|  |  |  |  |               LocaleKeys.patientRefundInvoice.tr().toText14(color: MyColors.textMixColor), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.patientNumber.tr(), data.refundInvoiceList![0].patientNumber?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol(LocaleKeys.hospitalClinic.tr(), | 
		
	
		
			
				|  |  |  |  |                     data.refundInvoiceList![0].hospitalClinic.toString() ?? ""), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol(LocaleKeys.patientName.tr(), | 
		
	
		
			
				|  |  |  |  |                     data.refundInvoiceList![0].patientName  ?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol( | 
		
	
		
			
				|  |  |  |  |                     LocaleKeys.amount.tr(), data.refundInvoiceList![0].amount.toString() ?? | 
		
	
		
			
				|  |  |  |  |                     "" ), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |               ItemDetailGrid( | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol(LocaleKeys.invoiceDate.tr(), | 
		
	
		
			
				|  |  |  |  |     DateUtil.formatDateToDate( | 
		
	
		
			
				|  |  |  |  |     DateUtil.convertStringToDate( data.refundInvoiceList![0].invoicedDate), false)?? ""), | 
		
	
		
			
				|  |  |  |  |                 ItemDetailViewCol(  LocaleKeys.refundInvoice.tr(), data.refundInvoiceList![0].invoiceNumber ?? | 
		
	
		
			
				|  |  |  |  |                     "" ), | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |             ], | 
		
	
		
			
				|  |  |  |  |           ).objectContainerView(), | 
		
	
		
			
				|  |  |  |  |        ], | 
		
	
		
			
				|  |  |  |  |     ); | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
		
			
				|  |  |  |  | } | 
		
	
	
		
			
				
					|  |  |  | 
 |