瀏覽代碼

2019_09_10

xs 5 年之前
父節點
當前提交
9bd036524a

+ 1 - 1
src/main/webapp/webpage/modules/sg/project/lookItemForm.jsp

@@ -63,7 +63,7 @@
                     "id":"${data1.id}",
                     "type":"${data1.type}",
                     "xmmc": "${data1.itemName}",
-                    "sgdw": "某施工单位一",
+                    "sgdw": "${data1.unit}",
                     "xmlx":<c:if test="${data1.type eq '1'}">"架空线路"</c:if><c:if test="${data1.type eq '2'}">"电缆线路"</c:if><c:if test="${data1.type eq '3'}">"变电站线路"</c:if>,
                     "xmbh":"项目编号",
                     "sgdw":"施工单位"

+ 1 - 1
src/main/webapp/webpage/modules/sg/project/updateItemForm.jsp

@@ -82,7 +82,7 @@
                     "id":"${data1.id}",
                     "type":"${data1.type}",
                     "xmmc": "${data1.itemName}",
-                    "sgdw": "某施工单位一",
+                    "sgdw": "${data1.unit}",
                     "xmlx":<c:if test="${data1.type eq '1'}">"架空线路"</c:if><c:if test="${data1.type eq '2'}">"电缆线路"</c:if><c:if test="${data1.type eq '3'}">"变电站线路"</c:if>,
                     "xmbh":"项目编号",
                     "sgdw":"施工单位"

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/lookItem.jsp

@@ -76,7 +76,7 @@
                     "projectId":"${data1.projectId}",
                     "type":"${data1.type}",
                     "xmmc": "${data1.itemName}",
-                    "sgdw": "某施工单位一",
+                    "sgdw": "${data1.unit}",
                     "xmlx":<c:if test="${data1.type eq '1'}">"架空线路"</c:if><c:if test="${data1.type eq '2'}">"电缆线路"</c:if><c:if test="${data1.type eq '3'}">"变电站线路"</c:if>,
                     "xmbh":"项目编号",
                     "sgdw":"施工单位"

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/updateItem.jsp

@@ -89,7 +89,7 @@
                     "projectId":"${data1.projectId}",
                     "type":"${data1.type}",
                     "xmmc": "${data1.itemName}",
-                    "sgdw": "某施工单位一",
+                    "sgdw": "${data1.unit}",
                     "xmlx":<c:if test="${data1.type eq '1'}">"架空线路"</c:if><c:if test="${data1.type eq '2'}">"电缆线路"</c:if><c:if test="${data1.type eq '3'}">"变电站线路"</c:if>,
                     "xmbh":"项目编号",
                     "sgdw":"施工单位"