@php $documentType=\App\lib\FileTransaction::FILE_TYPES["document"]; @endphp
未归档文件
@foreach($applicationDocumentList as $document)
@include('components.itemsDownLoadFiles',[ 'isShowSync'=> 1, 'id'=> $document->documentID, 'format'=> $document->format, 'filePath' => config('locations.customerDocument.asset') . $document->filePath, 'pdfPath'=> $document->pdfPath, 'thumbnailPath'=> config('locations.customerDocument.asset') . 'PDF_Thumbnail/' . $document->thumbnailPath, 'name'=> $document->name, 'created_at' => $document->created_at, 'updated_at' => $document->updated_at, 'file_upload_status' => $document->file_upload_status, 'allowDelete' => true, 'isShowSync' => 1, 'size'=>$document->size, 'applicationFileType'=>$applicationFileType, 'allowEdit'=>true ])
@endforeach