|
@@ -29,6 +29,15 @@
|
|
<label>当前工程:${data1.projectName}</label>
|
|
<label>当前工程:${data1.projectName}</label>
|
|
<label>工程编号:${data1.projectNo}</label>
|
|
<label>工程编号:${data1.projectNo}</label>
|
|
<div style="height: 5px"></div>
|
|
<div style="height: 5px"></div>
|
|
|
|
+ <c:if test="${data1.type eq '1'}">
|
|
|
|
+ <label>结算书类型:架空线路</label>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${data1.type eq '2'}">
|
|
|
|
+ <label>结算书类型:电缆线路</label>
|
|
|
|
+ </c:if>
|
|
|
|
+ <c:if test="${data1.type eq '3'}">
|
|
|
|
+ <label>结算书类型:变电站工程</label>
|
|
|
|
+ </c:if>
|
|
<label>当前结算书:${data1.itemName}</label>
|
|
<label>当前结算书:${data1.itemName}</label>
|
|
<div style="height: 7px"></div>
|
|
<div style="height: 7px"></div>
|
|
</div>
|
|
</div>
|