finalised new appeal pdf to show selected dropdowns

This commit is contained in:
2024-01-19 11:57:14 +00:00
parent 2f7790e66a
commit 01f768c624
7 changed files with 138 additions and 72 deletions
@@ -93,7 +93,7 @@ const styles = StyleSheet.create({
},
});
export const planningappeals78_pdf = ({ docProps }) => {
export const planningappeals78_pdf = ({ docProps, pickListData }) => {
//console.log("----", docProps);
function formatDates(dateObj) {
var dateObj = new Date(dateObj);
@@ -209,6 +209,7 @@ export const planningappeals78_pdf = ({ docProps }) => {
props={docProps}
key={key}
mandatoryFieldsData={null}
pickListData={pickListData}
/>
</View>
</View>