From 73dd8009374061ef577a0439429d049359a06b47 Mon Sep 17 00:00:00 2001 From: keyy1315 Date: Thu, 17 Jul 2025 16:08:20 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=A1=B0=EC=82=AC=EB=A7=A4=EB=AC=BC?= =?UTF-8?q?=20pdf=20=EC=8B=9C=EA=B3=B5=EC=A0=90=EB=AA=85=20=EC=9E=88?= =?UTF-8?q?=EC=9D=84=20=EC=8B=9C=20=ED=91=9C=EC=8B=9C=EB=90=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20=EC=9D=BC=EB=B3=B8?= =?UTF-8?q?=EC=96=B4=20=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pdf/SurveySalePdf.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/pdf/SurveySalePdf.tsx b/src/components/pdf/SurveySalePdf.tsx index 9a9ce77..ff1f776 100644 --- a/src/components/pdf/SurveySalePdf.tsx +++ b/src/components/pdf/SurveySalePdf.tsx @@ -137,9 +137,15 @@ export default function SurveySalePdf({ survey }: { survey: SurveyBasicInfo }) { HWJ 現地調査シート - 現地明登施工店名 + 現地調査販賣店名 {survey?.store ?? '-'} + {survey?.constructionPoint && ( + + 現地調査施工店名 + {survey?.constructionPoint ?? '-'} + + )} 現地阴買日 {survey?.investigationDate ?? '-'} @@ -275,7 +281,9 @@ export default function SurveySalePdf({ survey }: { survey: SurveyBasicInfo }) { 兩漏の形跡 - {survey?.detailInfo?.leakTrace ? 'あり' : 'なし'} + + {survey?.detailInfo?.leakTrace ? 'あり' : 'なし'} + ルーフィング種類 -- 2.47.2