xs преди 5 години
родител
ревизия
41153de632
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/main/webapp/webpage/modules/sg/project/management.js
  2. 1 1
      src/main/webapp/webpage/modules/sg/projecttem/manageList.js

+ 1 - 1
src/main/webapp/webpage/modules/sg/project/management.js

@@ -94,7 +94,7 @@ layui.config({
                 "type":"${items.type}",
                 "gcmc":"${items.itemName}",
                 "xmsl": "某施工单位一",
-                "cjsq":"<c:if test="${items.type eq '1'}">架空线路</c:if><c:if test="${items.type eq '2'}">电缆线路</c:if>",
+                "cjsq":"<c:if test="${items.type eq '1'}">架空线路</c:if><c:if test="${items.type eq '2'}">电缆线路</c:if><c:if test="${items.type eq '3'}">变电站线路</c:if>",
                 "djr":"<fmt:formatDate value="${items.createDate}" pattern="yyyy/MM/dd"/>",
                 "status":"3",
                 "pid": "${items.projectId}"

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/manageList.js

@@ -73,7 +73,7 @@
     "type":"${items.type}",
     "gcmc":"${items.itemName}",
     "xmsl": "某施工单位一",
-    "cjsq":"<c:if test="${items.type eq '1'}">架空线路</c:if><c:if test="${items.type eq '2'}">电缆线路</c:if>",
+    "cjsq":"<c:if test="${items.type eq '1'}">架空线路</c:if><c:if test="${items.type eq '2'}">电缆线路</c:if><c:if test="${items.type eq '3'}">变电站线路</c:if>",
     "djr":"<fmt:formatDate value="${items.createDate}" pattern="yyyy/MM/dd"/>",
     "status":"3",
     "pid": "${items.projectId}"