Browse Source

报表地址更改

dev_web_online 1.23.0721.1
安虹睿 2 years ago
parent
commit
079902fffa
  1. 2
      fe/PC/public/version.json
  2. 2
      fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryERP_pay.vue
  3. 2
      fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue

2
fe/PC/public/version.json

@ -1,3 +1,3 @@
{
"version": "1.0.60"
"version": "1.0.61"
}

2
fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryERP_pay.vue

@ -14,7 +14,7 @@ export default {
},
methods:{
openHandle(){
createNewTabs(reportsAddress.InventoryBookSummaryLocation + '?title=' + this.$route.meta.title)
createNewTabs(reportsAddress.InventoryBookSummaryERP_pay + '?title=' + this.$route.meta.title)
}
}
}

2
fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue

@ -14,7 +14,7 @@ export default {
},
methods:{
openHandle(){
createNewTabs(reportsAddress.InventoryBookSummaryLocation + '?title=' + this.$route.meta.title)
createNewTabs(reportsAddress.InventoryBookSummaryWMS_pay + '?title=' + this.$route.meta.title)
}
}
}

Loading…
Cancel
Save