Compare commits
No commits in common. "e0bb620a1738f3955d7f0f7496aded183fecc831" and "be5c07a7778b9941d137211e77eae3038f8ebbe4" have entirely different histories.
e0bb620a17
...
be5c07a777
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user