2차점 임시PDF파일
This commit is contained in:
parent
0160b04a9f
commit
47d4bbf220
@ -0,0 +1,952 @@
|
||||
<!doctype html>
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<style>
|
||||
@page { size: A4; margin: 10mm 12mm; }
|
||||
.section1, .section2, .section3 .section4 .section5 .section6{
|
||||
page-break-before: always;
|
||||
page-break-after: always;
|
||||
page-break-inside: avoid;
|
||||
|
||||
/* 실제 출력 높이: 297mm - 20mm = 277mm */
|
||||
max-height: 277mm;
|
||||
overflow: hidden;
|
||||
|
||||
padding: 5mm;
|
||||
}
|
||||
.section:first-child { page-break-before: auto; }
|
||||
@media print {
|
||||
body {
|
||||
print-color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*.section:first-child {*/
|
||||
/* page-break-before: auto;*/
|
||||
/*}*/
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Malgun Gothic', sans-serif;
|
||||
font-size: 9px; /* 폰트 작게 */
|
||||
line-height: 1.2; /* 줄간격 좁게 */
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
font-family: M-Gothic;
|
||||
font-size: 9px;
|
||||
border-collapse: collapse;
|
||||
margin: 0 auto;
|
||||
line-height: 115%;
|
||||
color: #333
|
||||
}
|
||||
|
||||
.month-table td {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 3px 3px 2px;
|
||||
text-align: center;
|
||||
font-size: 9px;
|
||||
border: 1px solid #000
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #eee;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
td {
|
||||
background-color: white
|
||||
}
|
||||
|
||||
.col-20 {
|
||||
width: 20%
|
||||
}
|
||||
|
||||
.col-15 {
|
||||
width: 15%
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 740px;
|
||||
margin: 0 auto
|
||||
}
|
||||
|
||||
.mb20 {
|
||||
margin-bottom: 20px
|
||||
}
|
||||
|
||||
.al-l {
|
||||
text-align: left !important
|
||||
}
|
||||
|
||||
.al-r {
|
||||
text-align: right !important
|
||||
}
|
||||
|
||||
/* 가이드박스 */
|
||||
.guide-box {
|
||||
position: relative;
|
||||
border: 1px solid #000;
|
||||
padding: 15px;
|
||||
margin: 10px 0;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.guide-image {
|
||||
margin-right: 15px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.guide-content {
|
||||
white-space: pre-line;
|
||||
line-height: 1.2;
|
||||
font-size: 9px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
/* 차트퍼블 */
|
||||
.chart-wrapper {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
margin: 30px 0;
|
||||
height: 324.3px
|
||||
}
|
||||
|
||||
.chart-wrapper td {
|
||||
padding: 0;
|
||||
border: none
|
||||
}
|
||||
|
||||
.chart-wrapper td.y-axis-wrap {
|
||||
vertical-align: bottom
|
||||
}
|
||||
|
||||
.y-axis {
|
||||
margin-top: -5px
|
||||
}
|
||||
|
||||
.y-axis td {
|
||||
font-size: 10px;
|
||||
line-height: 1;
|
||||
vertical-align: bottom;
|
||||
padding: 12.3px 0
|
||||
}
|
||||
|
||||
.y-axis td.zero {
|
||||
padding-bottom: 0
|
||||
}
|
||||
|
||||
.y-axis td.top {
|
||||
padding-top: 0
|
||||
}
|
||||
|
||||
.chart-wrapper td.bar-cell {
|
||||
position: relative;
|
||||
vertical-align: bottom;
|
||||
border-bottom: 1px solid #ddd;
|
||||
background-color: transparent
|
||||
}
|
||||
|
||||
.chart-wrapper td.bar-cell .bar {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 13.4px;
|
||||
width: 30px;
|
||||
margin: 0 auto
|
||||
}
|
||||
|
||||
.chart-wrapper td.month-cell {
|
||||
font-size: 10px;
|
||||
padding-top: 7px
|
||||
}
|
||||
|
||||
.chart-line td {
|
||||
background-color: transparent;
|
||||
padding: 18.2px 0;
|
||||
border-bottom: 1px solid #ddd !important
|
||||
}
|
||||
|
||||
.chart-line td.top {
|
||||
padding: 1px
|
||||
}
|
||||
|
||||
/* 타이틀 */
|
||||
.title {
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
letter-spacing: 10px;
|
||||
font-weight: bold;
|
||||
margin: 10px 0 30px;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
/* 비고퍼블 */
|
||||
.note th, .note td {
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
/* 총액퍼블 */
|
||||
.all-price-wrap {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.all-price {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.all-price span {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.all-price-value {
|
||||
width: 300px;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* 태양전지 */
|
||||
.sun-volt {
|
||||
display: inline-block;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.sun-volt span {
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sun-volt-value {
|
||||
width: 130px;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.price-table td.end {
|
||||
background-color: #eee;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.product-info-wrap {
|
||||
table-layout: fixed;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.product-info-wrap td {
|
||||
border: none;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* 견적서 정의 */
|
||||
.estimate-wrap {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.estimate-info {
|
||||
display: inline-block;
|
||||
margin-bottom: 40px;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.estimate-info span {
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.estimate-info-name {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
/* tit-form */
|
||||
.estimate-tit-form {
|
||||
display: block;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.estimate-tit-form span {
|
||||
font-size: 11px;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.estimate-tit-form .estimate-tit {
|
||||
display: inline-block;
|
||||
width: 82px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* 물품 */
|
||||
.product-wrap > div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.product-num {
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.product-count {
|
||||
display: inline-block;;
|
||||
}
|
||||
|
||||
.product-count .tit, .product-num .tit {
|
||||
display: inline-block;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.product-count span, .product-num span {
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.product-form {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.product-form .tit {
|
||||
display: inline-block;
|
||||
width: 62px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.product-form span {
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.store-info-tit {
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.product-info-wrap .store-info {
|
||||
display: block;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.store-info span {
|
||||
display: block;
|
||||
font-size: 10px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.store-info .number {
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.store-info .number span {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.approval-table {
|
||||
width: 200px;
|
||||
margin: 0 0 0 auto;
|
||||
}
|
||||
|
||||
.approval-table th {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.approval-table td {
|
||||
padding: 30px 0;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.guide-image{
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.guide-img-tit{
|
||||
text-align: center;
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="section1">
|
||||
<h1 class="title">御 見 積 書</h1>
|
||||
|
||||
<table class="product-info-wrap">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<div class="estimate-wrap">
|
||||
<div class="estimate-info">
|
||||
<span class="estimate-info-name" id="custSaleStoreName"></span>
|
||||
<span class="estimate-info-name" id="custOmit"></span>
|
||||
</div>
|
||||
<div class="estimate-tit-form">
|
||||
<span class="estimate-tit">見積有効期限 :</span>
|
||||
<span id="estimateValidityTerm"></span>
|
||||
</div>
|
||||
<div class="estimate-tit-form">
|
||||
<span class="estimate-tit">件名 :</span>
|
||||
<span id="objectName1"></span>
|
||||
<span id="objectNameOmit1"></span>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<div class="product-wrap">
|
||||
<div>
|
||||
<div class="product-num">
|
||||
<span class="tit">見積書番号 :</span>
|
||||
<span id="objectNo1"></span>
|
||||
</div>
|
||||
<!--<div class="product-count">
|
||||
<span class="tit">プラン :</span>
|
||||
<span id="planNo"></span>
|
||||
</div>-->
|
||||
</div>
|
||||
<div class="product-form">
|
||||
<span class="tit">日付 :</span>
|
||||
<span id="estimateDate"></span>
|
||||
</div>
|
||||
<div class="product-form">
|
||||
<span class="tit">法人番号 :</span>
|
||||
<span id="bizNo"></span>
|
||||
</div>
|
||||
<div class="store-info-tit" id="saleStoreName"></div>
|
||||
<div class="store-info">
|
||||
<span id="zipNo"></span>
|
||||
<span id="address"></span>
|
||||
<div class="number">
|
||||
<span>TEL :</span>
|
||||
<span id="tel"></span>
|
||||
</div>
|
||||
<div class="number">
|
||||
<span>FAX :</span>
|
||||
<span id="fax"></span>
|
||||
</div>
|
||||
</div>
|
||||
<table class="approval-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>承認</th>
|
||||
<th>担当</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="sun-volt">
|
||||
<span>太陽電池容量 :</span>
|
||||
<span class="sun-volt-value" id="totVolKw1"></span>
|
||||
<span>KW</span>
|
||||
</div>
|
||||
<div class="all-price-wrap">
|
||||
<div class="all-price ">
|
||||
<span>お見積金額</span>
|
||||
<span class="all-price-value" id="totPrice"></span>
|
||||
<span>円 (消費税込)</span>
|
||||
</div>
|
||||
</div>
|
||||
<table class="price-table mb10">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 60px;">No</th>
|
||||
<th>品名</th>
|
||||
<th style="width: 80px;">型番</th>
|
||||
<th style="width: 80px;">単価</th>
|
||||
<th style="width: 60px;">数量</th>
|
||||
<th style="width: 80px;">単位</th>
|
||||
<th style="width: 110px;">価格</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="itemList_detail2">
|
||||
<!-- <tr>-->
|
||||
<!-- <td>1</td>-->
|
||||
<!-- <td>Re.RISE 415</td>-->
|
||||
<!-- <td>Re.RISE 415</td>-->
|
||||
<!-- <td>¥278,050</td>-->
|
||||
<!-- <td>20</td>-->
|
||||
<!-- <td>枚</td>-->
|
||||
<!-- <td class="al-r">¥5,561,000</td>-->
|
||||
<!-- </tr>-->
|
||||
<!-- <tr>-->
|
||||
<!-- <td>2</td>-->
|
||||
<!-- <td>Re.RISE 415</td>-->
|
||||
<!-- <td>Re.RISE 415</td>-->
|
||||
<!-- <td>¥278,050</td>-->
|
||||
<!-- <td>20</td>-->
|
||||
<!-- <td>枚</td>-->
|
||||
<!-- <td class="al-r">¥5,561,000</td>-->
|
||||
<!-- </tr>-->
|
||||
<tr>
|
||||
<td class="al-r" colspan="6">小計</td>
|
||||
<td class="al-r" ></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="al-r" colspan="5">消費税</td>
|
||||
<td class="al-r">(10%)</td>
|
||||
<td class="al-r" ></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="al-r end" colspan="6">合計金額</td>
|
||||
<td class="al-r end" ></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="note mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="al-l">備考</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="al-l">
|
||||
<div id="remarks" class="mb20"></div>
|
||||
<div>※ 受注発注品の納期はお問合せください。</div>
|
||||
<div>※ 別紙添付ファイルにて各拾い出し部材の注意事項・備考一覧をご確認ください。</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!--<div class="section2">-->
|
||||
<!-- <table class="mb20">-->
|
||||
<!-- <thead>-->
|
||||
<!-- <tr>-->
|
||||
<!-- <th style="width:20%;">項目</th>-->
|
||||
<!-- <th>文言</th>-->
|
||||
<!-- </tr>-->
|
||||
<!-- </thead>-->
|
||||
<!-- <tbody id="noteList_detail">-->
|
||||
<!-- </tbody>-->
|
||||
<!-- </table>-->
|
||||
<!--</div>-->
|
||||
<div class="section3">
|
||||
<table class="mb20">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="col-15">物件番号</th>
|
||||
<td id="objectNo"></td>
|
||||
<th class="col-15">作成日</th>
|
||||
<td id="drawingEstimateCreateDate"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">都道府県</th>
|
||||
<td id="prefName"></td>
|
||||
<th class="col-15">日射量観測地点</th>
|
||||
<td id="areaName"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">システム容量</th>
|
||||
<td id="capacity"></td>
|
||||
<th class="col-15">年間予測発電量</th>
|
||||
<td id="anlFrcsGnrt"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">積雪条件</th>
|
||||
<td id="snowfall"></td>
|
||||
<th class="col-15">風速条件</th>
|
||||
<td id="standardWindSpeedId"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="pwrGnrChartImg">
|
||||
<table class="chart-wrapper">
|
||||
<tbody>
|
||||
<tr id="htmlX">
|
||||
<td class="y-axis-wrap">
|
||||
<table class="y-axis">
|
||||
<tbody id="htmlY">
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="month-cell"></td>
|
||||
<td class="month-cell">1月</td>
|
||||
<td class="month-cell">2月</td>
|
||||
<td class="month-cell">3月</td>
|
||||
<td class="month-cell">4月</td>
|
||||
<td class="month-cell">5月</td>
|
||||
<td class="month-cell">6月</td>
|
||||
<td class="month-cell">7月</td>
|
||||
<td class="month-cell">8月</td>
|
||||
<td class="month-cell">9月</td>
|
||||
<td class="month-cell">10月</td>
|
||||
<td class="month-cell">11月</td>
|
||||
<td class="month-cell">12月</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div>
|
||||
● 予測発電量[kWh]
|
||||
</div>
|
||||
|
||||
<table class="mb20 month-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>1月</th>
|
||||
<th>2月</th>
|
||||
<th>3月</th>
|
||||
<th>4月</th>
|
||||
<th>5月</th>
|
||||
<th>6月</th>
|
||||
<th>7月</th>
|
||||
<th>8月</th>
|
||||
<th>9月</th>
|
||||
<th>10月</th>
|
||||
<th>11月</th>
|
||||
<th>12月</th>
|
||||
<th>合計</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr id="frcPwrGnrList_detail">
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-15">屋根面</th>
|
||||
<th class="col-15">傾斜角度</th>
|
||||
<th class="col-15">方位角(度)</th>
|
||||
<th>太陽電池モジュール</th>
|
||||
<th class="col-15">枚数(枚)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="roofModuleList_detail">
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>パワーコンディショナー</th>
|
||||
<th class="col-20">台</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="pcsList_detail">
|
||||
</tbody>
|
||||
</table>
|
||||
<div>
|
||||
● Hanwha Japan 年間発電量シミュレーション案内事項
|
||||
</div>
|
||||
<div class="guide-box">
|
||||
<pre class="guide-content" id="guideInfo">
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section4">
|
||||
<table class="mb20">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="col-15">物件番号</th>
|
||||
<td class="al-l" id="objectNo4" colspan="3"></td>
|
||||
<th class="col-15">作成日</th>
|
||||
<td id="drawingEstimateCreateDate4"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">物件名</th>
|
||||
<td class="al-l" id="objectName" colspan="3"></td>
|
||||
<th class="col-15">積雪条件</th>
|
||||
<td id="snowfall4"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">モジュール容量</th>
|
||||
<td class="col-12" id="totVolKw"></td>
|
||||
<th class="col-15">認定容量</th>
|
||||
<td class="col-12" id="certVolKw"></td>
|
||||
<th class="col-15">風速条件</th>
|
||||
<td id="standardWindSpeedName4"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">都道府県</th>
|
||||
<td id="prefName4" colspan="3"></td>
|
||||
<th class="col-15">日射量観測地点</th>
|
||||
<td id="areaName4"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="guide-box">
|
||||
<div class="guide-image" id="degImg1">
|
||||
</div>
|
||||
|
||||
<div class="guide-content" id="drawingImg1">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class="mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-15">No</th>
|
||||
<th>部材名</th>
|
||||
<th class="col-15">数量</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="notStandItemList_detail">
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-15">No</th>
|
||||
<th>パワーコンディショナ型式</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="pcsItemList_detail">
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="price-table mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-15">屋根面</th>
|
||||
<th>勾配</th>
|
||||
<th>設置枚数</th>
|
||||
<th>容量(kW)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="surFaceList_detail">
|
||||
<tr>
|
||||
<th class="end" colspan="2">合計</th>
|
||||
<td id="moduleTotAmount"></td>
|
||||
<td class="al-r" id="moduleTotVolKw"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="guide-box">
|
||||
<pre class="guide-content">
|
||||
■注意事項
|
||||
・本図面は見積作成の為、太陽電池モジュールの配列及び枚数、架台のレールの種類数量、
|
||||
および、支持点数を示すものであり、実際の施工においては、現地調査で支持点の位置を確認し、
|
||||
施工マニュアルに従って施工して下さい。
|
||||
|
||||
・各屋根材の動き流れ寸法は下記と仮定して作図しております。
|
||||
実際の寸法を確認のうえ、施工マニュアルに従った施工を行って下さい。
|
||||
和瓦53A:235㎜、和瓦53B:225㎜、平板瓦(C、D型):280㎜、S瓦:260㎜、セメント瓦:345㎜、スレート:182㎜
|
||||
アスファルトシングル:143㎜、金属横葺:182㎜
|
||||
|
||||
・設置可能地域であっても、錆やよごれ等による外観について保証するものではありません。
|
||||
・垂直積雪量は特定行政庁の判断により更新される場合があります。設置される地域の特定行政庁への確認を必ず行って下さい。
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<table class="mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:10%;">屋根面</th>
|
||||
<th style="width:15%;">屋根材種類</th>
|
||||
<th style="width:10%;">勾配</th>
|
||||
<th style="width:10%;">施工レベル</th>
|
||||
<th style="width:30%;">施工方法</th>
|
||||
<th style="width:15%;">面粗度区分</th>
|
||||
<th style="width:10%;">設置高さ</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="surFaceList_detail2">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section5">
|
||||
<table class="mb20">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="col-15">物件番号</th>
|
||||
<td class="al-l" id="objectNo5" colspan="3"></td>
|
||||
<th class="col-15">作成日</th>
|
||||
<td id="drawingEstimateCreateDate5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">物件名</th>
|
||||
<td class="al-l" id="objectName5" colspan="3"></td>
|
||||
<th class="col-15">積雪条件</th>
|
||||
<td id="snowfall5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">モジュール容量</th>
|
||||
<td class="col-12" id="totVolKw5"></td>
|
||||
<th class="col-15">認定容量</th>
|
||||
<td class="col-12" id="certVolKw5"></td>
|
||||
<th class="col-15">風速条件</th>
|
||||
<td id="standardWindSpeedName5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">都道府県</th>
|
||||
<td id="prefName5" colspan="3"></td>
|
||||
<th class="col-15">日射量観測地点</th>
|
||||
<td id="areaName5"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="guide-box">
|
||||
<div class="guide-image" id="degImg2">
|
||||
</div>
|
||||
<div class="guide-content" id="drawingImg2">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class="mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-15">No</th>
|
||||
<th class="col-15">部材名</th>
|
||||
<th class="col-15">数量</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="standItemList_detail">
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="guide-box">
|
||||
<pre class="guide-content">
|
||||
■注意事項
|
||||
・本図面は見積作成の為、太陽電池モジュールの配列及び枚数、架台のレールの種類数量、
|
||||
および、支持点数を示すものであり、実際の施工においては、現地調査で支持点の位置を確認し、
|
||||
施工マニュアルに従って施工して下さい。
|
||||
|
||||
・各屋根材の動き流れ寸法は下記と仮定して作図しております。
|
||||
実際の寸法を確認のうえ、施工マニュアルに従った施工を行って下さい。
|
||||
和瓦53A:235㎜、和瓦53B:225㎜、平板瓦(C、D型):280㎜、S瓦:260㎜、セメント瓦:345㎜、スレート:182㎜
|
||||
アスファルトシングル:143㎜、金属横葺:182㎜
|
||||
|
||||
・設置可能地域であっても、錆やよごれ等による外観について保証するものではありません。
|
||||
・垂直積雪量は特定行政庁の判断により更新される場合があります。設置される地域の特定行政庁への確認を必ず行って下さい。
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<table class="mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:10%;">屋根面</th>
|
||||
<th style="width:15%;">屋根材種類</th>
|
||||
<th style="width:10%;">勾配</th>
|
||||
<th style="width:10%;">施工レベル</th>
|
||||
<th style="width:30%;">施工方法</th>
|
||||
<th style="width:15%;">面粗度区分</th>
|
||||
<th style="width:10%;">設置高さ</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="roofList_detail">
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="section6">
|
||||
<!-- <h1 class="title">重量算出シート</h1>-->
|
||||
<div class="all-price-wrap">
|
||||
<div class="all-price">
|
||||
<span>重量算出シート</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 프로젝트 정보 -->
|
||||
<table class="mb20">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="col-15">物件番号:</th>
|
||||
<td class="al-l" ><span id="objectNo6"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="col-15">案件名:</th>
|
||||
<td class="al-l">
|
||||
<span id="objectName6"></span>
|
||||
<span id="objectNameOmit6"></span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- 시스템 중량 정보 -->
|
||||
|
||||
<div style="text-align: right; font-size: 11px;">
|
||||
<span>システム重量合計: </span><span id="totGrossWt"></span> kg
|
||||
</div>
|
||||
|
||||
|
||||
<div style="text-align: right; font-size: 10px; color: #666; margin-bottom: 20px;">
|
||||
※システム重量は製品公差により変わる可能性があります。
|
||||
</div>
|
||||
|
||||
<!-- 중량 테이블 -->
|
||||
<table class="price-table mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 35%;">品 名</th>
|
||||
<th style="width: 20%;">型 番</th>
|
||||
<th style="width: 10%;">数 量</th>
|
||||
<th style="width: 15%;">重量(kg)</th>
|
||||
<th style="width: 20%;">単位重量(kg)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr id="weightList_detail">
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- 비고 섹션 -->
|
||||
<table class="note mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="al-l">架台重量表備考</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="al-l">
|
||||
<div>・製品重量は、実測を元に作成していますが、</div>
|
||||
<div> 製品公差により変わる場合があります。予めご了承ください。</div>
|
||||
<div>・ケーブルの重量は、見積書に記載されたのケーブルセット数の総重量を表示しています。</div>
|
||||
<div>・コーキングの重量は、見積書に記載されたコーキング数の総重量を表示しています。</div>
|
||||
<div>・予告なく変更する場合があります。予めご了承ください。</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user