@@ -114,6 +114,13 @@
}
},
{
+ "path": "pages/statistics/history_details_bottom_leg",
+ "style": {
+ "navigationBarTitleText": "历史详情"
+
+ }
+ },
+ {
"path": "pages/bottom_leg/bottom_leg",
"style": {
"navigationBarTitleText": "底腿"
@@ -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 = {