Explorar o código

2019-09-26 12:16

xs %!s(int64=5) %!d(string=hai) anos
pai
achega
1e0a4a84b0
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      src/main/webapp/webpage/modules/sg/free/wbslist.jsp

+ 9 - 0
src/main/webapp/webpage/modules/sg/free/wbslist.jsp

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