|
@@ -229,19 +229,6 @@
|
|
|
"status":"2",
|
|
|
"pid": "${data.id}"
|
|
|
},
|
|
|
- <%--<c:if test="${ not empty data.wbsItems}">--%>
|
|
|
- <%--<c:forEach items="${data.wbsItems}" var="items" varStatus="index">--%>
|
|
|
- <%--{--%>
|
|
|
- <%--"id": "${items.id}",--%>
|
|
|
- <%--"gcmc":"${items.itemName}",--%>
|
|
|
- <%--"xmsl": "某施工单位一",--%>
|
|
|
- <%--"cjsq": "架空线路",--%>
|
|
|
- <%--"djr":"<fmt:formatDate value="${items.updateDate}" pattern="yyyy-MM-dd hh:mm:ss"/>",--%>
|
|
|
- <%--"status":"3",--%>
|
|
|
- <%--"pid": "${items.projectId}"--%>
|
|
|
- <%--},--%>
|
|
|
- <%--</c:forEach>--%>
|
|
|
- <%--</c:if>--%>
|
|
|
</c:forEach>
|
|
|
</c:if>
|
|
|
<c:forEach items="${list}" var="item" varStatus="index">
|
|
@@ -257,62 +244,6 @@
|
|
|
},
|
|
|
</c:forEach>
|
|
|
</c:forEach>
|
|
|
-
|
|
|
-
|
|
|
- // {
|
|
|
- // "id": "4",
|
|
|
- // "gcmc":"某项目",
|
|
|
- // "xmsl": "某施工单位一",
|
|
|
- // "cjsq": "架空线路",
|
|
|
- // "djr":"2018/8/14",
|
|
|
- // "status":"3",
|
|
|
- // "pid": 2
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "id": "5",
|
|
|
- // "gcmc":"某项目",
|
|
|
- // "xmsl": "某施工单位一",
|
|
|
- // "cjsq": "架空线路",
|
|
|
- // "djr":"2018/8/14",
|
|
|
- // "status":"3",
|
|
|
- // "pid": 2
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "id": "6",
|
|
|
- // "gcmc":"某线路工程二",
|
|
|
- // "xmsl": "1",
|
|
|
- // "cjsq": "2018/8/15",
|
|
|
- // "djr":"home1",
|
|
|
- // "status":"1",
|
|
|
- // "pid": -1
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "id": "7",
|
|
|
- // "gcmc":"项目名称",
|
|
|
- // "xmsl": "施工单位",
|
|
|
- // "cjsq": "项目类型",
|
|
|
- // "djr":"创建时间",
|
|
|
- // "status":"2",
|
|
|
- // "pid": 6
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "id": "8",
|
|
|
- // "gcmc":"某项目",
|
|
|
- // "xmsl": "某施工单位一",
|
|
|
- // "cjsq": "架空线路",
|
|
|
- // "djr":"2018/8/14",
|
|
|
- // "status":"3",
|
|
|
- // "pid": 7
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "id": "9",
|
|
|
- // "gcmc":"某项目",
|
|
|
- // "xmsl": "某施工单位一",
|
|
|
- // "cjsq": "架空线路",
|
|
|
- // "djr":"2018/8/14",
|
|
|
- // "status":"3",
|
|
|
- // "pid": 7
|
|
|
- // },
|
|
|
],
|
|
|
|
|
|
done: function () {
|