|
@@ -429,7 +429,19 @@
|
|
|
this.typeList = item.nodeReViewStateList
|
|
|
this.nodeId = item.id;
|
|
|
this.nodeType = item.enginClassification;
|
|
|
- this.handleShowSheet();
|
|
|
+ if (this.nodeType == 'bottom_leg') { //底腿
|
|
|
+ let obj = {
|
|
|
+ id: this.nodeId,
|
|
|
+ type: item.Type
|
|
|
+ };
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/statistics/history_details_bottom_leg?params=' + encodeURIComponent(JSON
|
|
|
+ .stringify(
|
|
|
+ obj))
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ this.handleShowSheet();
|
|
|
+ }
|
|
|
},
|
|
|
showTypeSheet(item) {
|
|
|
let obj = {
|