Compare commits

..

No commits in common. "e0bb620a1738f3955d7f0f7496aded183fecc831" and "be5c07a7778b9941d137211e77eae3038f8ebbe4" have entirely different histories.

View File

@ -137,15 +137,9 @@ export default function SurveySalePdf({ survey }: { survey: SurveyBasicInfo }) {
<Text style={styles.title}>HWJ 調</Text>
<View style={styles.headerRight}>
<View style={styles.headerLeft}>
<Text style={styles.headerLabel}>調</Text>
<Text style={styles.headerLabel}></Text>
<Text style={styles.headerValue}>{survey?.store ?? '-'}</Text>
</View>
{survey?.constructionPoint && (
<View style={styles.headerLeft}>
<Text style={styles.headerLabel}>調</Text>
<Text style={styles.headerValue}>{survey?.constructionPoint ?? '-'}</Text>
</View>
)}
<View>
<Text style={styles.headerLabel}></Text>
<Text style={styles.headerValue}>{survey?.investigationDate ?? '-'}</Text>
@ -281,9 +275,7 @@ export default function SurveySalePdf({ survey }: { survey: SurveyBasicInfo }) {
</View>
<View style={styles.tableRow}>
<Text style={[styles.tableHeader, styles.tableHeaderMedium, styles.marginT]}></Text>
<Text style={[styles.tableCell, styles.tableCellFlex1, styles.marginL, styles.marginT]}>
{survey?.detailInfo?.leakTrace ? 'あり' : 'なし'}
</Text>
<Text style={[styles.tableCell, styles.tableCellFlex1, styles.marginL, styles.marginT]}>{survey?.detailInfo?.leakTrace ? 'あり' : 'なし'}</Text>
</View>
<View style={styles.tableRow}>
<Text style={[styles.tableHeader, styles.tableHeaderMedium, styles.marginT]}></Text>