Compare commits
2 Commits
be5c07a777
...
e0bb620a17
| Author | SHA1 | Date | |
|---|---|---|---|
| e0bb620a17 | |||
| 73dd800937 |
@ -137,9 +137,15 @@ 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>
|
||||
@ -275,7 +281,9 @@ 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