menchuang 1 yıl önce
ebeveyn
işleme
eeda3c3a55

+ 7 - 0
pages.json

@@ -137,6 +137,13 @@
 			}
 		},
 		{
+			"path": "pages/statistics/history_gas_sealing",
+			"style": {
+				"navigationBarTitleText": "历史详情"
+
+			}
+		},
+		{
 			"path": "pages/bottom_leg/bottom_leg",
 			"style": {
 				"navigationBarTitleText": "底腿"

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1223 - 0
pages/statistics/history_gas_sealing.vue


+ 13 - 2
pages/statistics/statistics.vue

@@ -685,7 +685,7 @@
 
 
 			chooseNode(item) {
-
+				debugger
 				if (this.EngineeringValue == '民用工程') {
 
 
@@ -737,6 +737,17 @@
 							.stringify(
 								obj))
 					})
+				} else if (this.EngineeringValue == '带气封堵施工') {
+					this.nodeId = item.id;
+					let obj = {
+						id: this.nodeId,
+						type: '历史数据'
+					};
+					uni.navigateTo({
+						url: '/pages/statistics/history_gas_sealing?params=' + encodeURIComponent(JSON
+							.stringify(
+								obj))
+					})
 				}
 			},
 			showHistoryList() {
@@ -1421,7 +1432,7 @@
 
 					}
 					getHistoryByUserList(param).then(res => {
-
+						debugger
 						this.totalNum = res.data.total
 
 						if (res.code == '200') {