added in options for uploadstream for rep pdfs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user