Browse Source

报表传参title

dev_web_online 1.23.0711.1
安虹睿 2 years ago
parent
commit
70041b4155
  1. 2
      fe/PC/src/filters/excelOrReportsOption.js
  2. 2
      fe/PC/src/views/activeReportManage/reportForm/InventoryAgingSegmentSummary.vue
  3. 2
      fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail.vue
  4. 2
      fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummary.vue
  5. 2
      fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryLocation.vue
  6. 2
      fe/PC/src/views/activeReportManage/reportForm/InventoryDetailReport.vue
  7. 2
      fe/PC/src/views/activeReportManage/reportForm/UnplannedDeliverSummary.vue
  8. 2
      fe/PC/src/views/activeReportManage/reportForm/completionReceiptSummary.vue
  9. 2
      fe/PC/src/views/activeReportManage/reportForm/finishedProductDeliverySummary.vue
  10. 2
      fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReport.vue
  11. 2
      fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationCode.vue
  12. 2
      fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationErpCode.vue
  13. 2
      fe/PC/src/views/activeReportManage/reportForm/inventoryReport.vue
  14. 2
      fe/PC/src/views/activeReportManage/reportForm/inventorySummary.vue
  15. 2
      fe/PC/src/views/activeReportManage/reportForm/productionIssuanceSummary.vue
  16. 2
      fe/PC/src/views/activeReportManage/reportForm/productionReturnSummary.vue
  17. 4
      fe/PC/src/views/activeReportManage/reportForm/purchaseReceiptSummary.vue
  18. 2
      fe/PC/src/views/activeReportManage/reportForm/purchaseReturnSummaryReport.vue
  19. 2
      fe/PC/src/views/activeReportManage/reportForm/purchaseSum.vue
  20. 2
      fe/PC/src/views/activeReportManage/reportForm/scrapDetails.vue

2
fe/PC/src/filters/excelOrReportsOption.js

@ -30,7 +30,7 @@ export const supplierAsnExcel = {
const reportsUrl = localStorage.getItem('reportsUrl') const reportsUrl = localStorage.getItem('reportsUrl')
// 报表文件地址 // 报表文件地址
export const reportsAddress = { export const reportsAddress = {
PurchaseReceiptSummary:reportsUrl + '202211300914188516.rdlx',//采购收货汇总 PurchaseReceiptSummary:reportsUrl + '202211300914188516.rdlx',//供应商发货报
Inventory_Detail:reportsUrl + '202211291142233052.rdlx',//库存账龄明细 Inventory_Detail:reportsUrl + '202211291142233052.rdlx',//库存账龄明细
InventoryAccountingPeriodDetails:reportsUrl + '202211300913580741.rdlx',//库存单据明细报表 InventoryAccountingPeriodDetails:reportsUrl + '202211300913580741.rdlx',//库存单据明细报表
FinishedProductDeliverySummary:reportsUrl + '202211300920074461.rdlx',//成品发货汇总表 FinishedProductDeliverySummary:reportsUrl + '202211300920074461.rdlx',//成品发货汇总表

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4
fe/PC/src/views/activeReportManage/reportForm/purchaseReceiptSummary.vue

@ -9,12 +9,12 @@ import { createNewTabs } from '@/utils/index'
export default { export default {
name:"purchaseReceiptSummary", name:"purchaseReceiptSummary",
components:{popUpPage}, components:{popUpPage},
created () { mounted () {
this.openHandle() this.openHandle()
}, },
methods:{ methods:{
openHandle(){ openHandle(){
createNewTabs(reportsAddress.PurchaseReceiptSummary) createNewTabs(reportsAddress.PurchaseReceiptSummary + '?title=' + this.$route.meta.title)
} }
} }
} }

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

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

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

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

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

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

Loading…
Cancel
Save