added in options for uploadstream for rep pdfs

This commit is contained in:
2024-11-14 14:33:19 +00:00
parent 379f238552
commit 61e645c963
11 changed files with 66 additions and 41 deletions
+3 -3
View File
@@ -85,7 +85,7 @@ const styles = StyleSheet.create({
});
export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
console.log(docProps);
//console.log(docProps);
function formatDates(dateObj) {
var dateObj = new Date(dateObj);
var dd = String(dateObj.getDate()).padStart(2, "0");
@@ -96,9 +96,9 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}
let values = docProps;
let appealTypeValue = getFormCollectionByID(values.appealType);
console.log("//////////////////////\n docpropseeeee:".docProps);
//console.log("//////////////////////\n docpropseeeee:".docProps);
console.log("sdffhjdhjdjdgkj: ", values.procedureType);
//console.log("sdffhjdhjdjdgkj: ", values.procedureType);
return (
<Document>
<Page size="A4" style={styles.page} wrap>