23 changed files with 226 additions and 279 deletions
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 库存账龄分段汇总表 --> |
<!-- 库存账龄分段汇总表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"InventoryAgingSegmentSummary", |
name:"InventoryAgingSegmentSummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.InventoryAgingSegmentSummary, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.InventoryAgingSegmentSummary) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.InventoryAgingSegmentSummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 库存流水帐明细 --> |
<!-- 库存流水帐明细 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"InventoryBookDetail", |
name:"InventoryBookDetail", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.InventoryBookDetail, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.InventoryBookDetail) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.InventoryBookDetail) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 库存流水帐汇总 --> |
<!-- 库存流水帐汇总 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"InventoryBookSummary", |
name:"InventoryBookSummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.InventoryBookSummary, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.InventoryBookSummary) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.InventoryBookSummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 库存流水帐汇总(库位) --> |
<!-- 库存流水帐汇总(库位) --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"InventoryBookSummaryLocation", |
name:"InventoryBookSummaryLocation", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url: reportsAddress.InventoryBookSummaryLocation, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.InventoryBookSummaryLocation) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.InventoryBookSummaryLocation) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 库存账龄明细 --> |
<!-- 库存账龄明细 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"InventoryDetailReport", |
name:"InventoryDetailReport", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.Inventory_Detail, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.Inventory_Detail) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.Inventory_Detail) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 计划外出库汇总 --> |
<!-- 计划外出库汇总 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"UnplannedDeliverSummary", |
name:"UnplannedDeliverSummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.UnplannedDeliverSummary, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.UnplannedDeliverSummary) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.UnplannedDeliverSummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,28 @@ |
|||||
<template> |
<template> |
||||
<!-- 完工收货汇总表 --> |
<!-- 完工收货汇总表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<!-- <iframe :src="url" class="fullPageIframe"></iframe> --> |
||||
|
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"completionReceiptSummary", |
name:"completionReceiptSummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
|
||||
// url: reportsAddress.CompletionReceiptSummary, |
|
||||
// } |
|
||||
// }, |
|
||||
data() { |
data() { |
||||
return { |
return { |
||||
|
// url: reportsAddress.CompletionReceiptSummary, |
||||
url:null |
url:null |
||||
} |
} |
||||
}, |
}, |
||||
activated () { |
created () { |
||||
createNewTabs(reportsAddress.CompletionReceiptSummary) |
this.openHandle() |
||||
|
}, |
||||
|
methods:{ |
||||
|
openHandle(){ |
||||
|
createNewTabs(reportsAddress.CompletionReceiptSummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 成品发货汇总表 --> |
<!-- 成品发货汇总表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"finishedProductDeliverySummary", |
name:"finishedProductDeliverySummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.FinishedProductDeliverySummary, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.FinishedProductDeliverySummary) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.FinishedProductDeliverySummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 库存余额报表 --> |
<!-- 库存余额报表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"inventoryBalanceReport", |
name:"inventoryBalanceReport", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.InventoryBlanace, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.InventoryBlanace) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.InventoryBlanace) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 库存余额报表按库位 --> |
<!-- 库存余额报表按库位 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import popUpPage from "./popUpPage/index" |
||||
import { createNewTabs } from '@/utils/index' |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
export default { |
import { createNewTabs } from '@/utils/index' |
||||
name:"inventoryBalanceReportLocationCode", |
export default { |
||||
// data() { |
name:"inventoryBalanceReportLocationCode", |
||||
// return { |
components:{popUpPage}, |
||||
// url:reportsAddress.InventoryBlanace, |
created () { |
||||
// } |
this.openHandle() |
||||
// }, |
}, |
||||
data() { |
methods:{ |
||||
return { |
openHandle(){ |
||||
url:null |
|
||||
} |
|
||||
}, |
|
||||
activated () { |
|
||||
createNewTabs(reportsAddress.inventoryBalanceReportLocationCode) |
createNewTabs(reportsAddress.inventoryBalanceReportLocationCode) |
||||
} |
} |
||||
} |
} |
||||
</script> |
} |
||||
|
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 库存余额报表按ERP库位 --> |
<!-- 库存余额报表按ERP库位 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import popUpPage from "./popUpPage/index" |
||||
import { createNewTabs } from '@/utils/index' |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
export default { |
import { createNewTabs } from '@/utils/index' |
||||
name:"inventoryBalanceReportLocationErpCode", |
export default { |
||||
// data() { |
name:"inventoryBalanceReportLocationErpCode", |
||||
// return { |
components:{popUpPage}, |
||||
// url:reportsAddress.InventoryBlanace, |
created () { |
||||
// } |
this.openHandle() |
||||
// }, |
}, |
||||
data() { |
methods:{ |
||||
return { |
openHandle(){ |
||||
url:null |
|
||||
} |
|
||||
}, |
|
||||
activated () { |
|
||||
createNewTabs(reportsAddress.inventoryBalanceReportLocationErpCode) |
createNewTabs(reportsAddress.inventoryBalanceReportLocationErpCode) |
||||
} |
} |
||||
} |
} |
||||
</script> |
} |
||||
|
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 库存单据明细报表 --> |
<!-- 库存单据明细报表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"inventoryReport", |
name:"inventoryReport", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.InventoryAccountingPeriodDetails, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.InventoryAccountingPeriodDetails) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.InventoryAccountingPeriodDetails) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 盘点记录汇总表 --> |
<!-- 盘点记录汇总表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"inventorySummary", |
name:"inventorySummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.InventorySummary, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.InventorySummary) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.InventorySummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,13 +0,0 @@ |
|||||
<template> |
|
||||
<!-- 库存事务 暂不使用--> |
|
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
|
||||
</template> |
|
||||
<script> |
|
||||
export default { |
|
||||
data() { |
|
||||
return { |
|
||||
url:"http://10.74.150.81:9528/#/reports/202205311631455213.rdlx", |
|
||||
} |
|
||||
}, |
|
||||
} |
|
||||
</script> |
|
@ -0,0 +1,27 @@ |
|||||
|
<template> |
||||
|
<div class="popUpPage"> |
||||
|
<span class="tipper">该页面已在外部弹出</span> |
||||
|
<el-button @click="openHandle" type="primary">重新打开</el-button> |
||||
|
</div> |
||||
|
</template> |
||||
|
<script> |
||||
|
export default { |
||||
|
name:"popUpPage", |
||||
|
props:{ |
||||
|
openHandle: { |
||||
|
type: Function, |
||||
|
default: null |
||||
|
}, |
||||
|
}, |
||||
|
} |
||||
|
</script> |
||||
|
<style lang="scss"> |
||||
|
.popUpPage{ |
||||
|
width: 100%; |
||||
|
text-align: center; |
||||
|
padding-top: 20%; |
||||
|
.tipper{ |
||||
|
padding-right: 20px; |
||||
|
} |
||||
|
} |
||||
|
</style> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 生产发料汇总表 --> |
<!-- 生产发料汇总表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"productionIssuanceSummary", |
name:"productionIssuanceSummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.ProductionIssueSummary_dy, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.ProductionIssueSummary_dy) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.ProductionIssueSummary_dy) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 生产退料汇总表 --> |
<!-- 生产退料汇总表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"productionReturnSummary", |
name:"productionReturnSummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.ProductionReturnSummary, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.ProductionReturnSummary) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.ProductionReturnSummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 采购收货汇总表 --> |
<!-- 采购收货汇总表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"purchaseReceiptSummary", |
name:"purchaseReceiptSummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.PurchaseReceiptSummary, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.PurchaseReceiptSummary) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.PurchaseReceiptSummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 采购退货汇总 --> |
<!-- 采购退货汇总 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"purchaseReturnSummaryReport", |
name:"purchaseReturnSummaryReport", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.PurchaseReturnSummary, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.PurchaseReturnSummary) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.PurchaseReturnSummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 订单汇总查询 --> |
<!-- 订单汇总查询 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"purchaseSum", |
name:"purchaseSum", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.PurchaseSum, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.PurchaseSum) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.PurchaseSum) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,14 +0,0 @@ |
|||||
<template> |
|
||||
<!-- 安全库存报表 --> |
|
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
|
||||
</template> |
|
||||
<script> |
|
||||
export default { |
|
||||
name:"safetyStockReport", |
|
||||
data() { |
|
||||
return { |
|
||||
url:"http://10.74.150.81:9528/#/reports/202205311631455213.rdlx", |
|
||||
} |
|
||||
}, |
|
||||
} |
|
||||
</script> |
|
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 报废明细表 --> |
<!-- 报废明细表 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"scrapDetails", |
name:"scrapDetails", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.Scrap_Detail, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.Scrap_Detail) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.Scrap_Detail) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
@ -1,24 +1,21 @@ |
|||||
<template> |
<template> |
||||
<!-- 计划外入库汇总 --> |
<!-- 计划外入库汇总 --> |
||||
<iframe :src="url" class="fullPageIframe"></iframe> |
<popUpPage :openHandle="openHandle"></popUpPage> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
|
import popUpPage from "./popUpPage/index" |
||||
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
import { reportsAddress } from "@/filters/excelOrReportsOption"; |
||||
import { createNewTabs } from '@/utils/index' |
import { createNewTabs } from '@/utils/index' |
||||
export default { |
export default { |
||||
name:"unplannedReceiptSummary", |
name:"unplannedReceiptSummary", |
||||
// data() { |
components:{popUpPage}, |
||||
// return { |
created () { |
||||
// url:reportsAddress.UnPlannedReceiptSummary, |
this.openHandle() |
||||
// } |
|
||||
// }, |
|
||||
data() { |
|
||||
return { |
|
||||
url:null |
|
||||
} |
|
||||
}, |
}, |
||||
activated () { |
methods:{ |
||||
createNewTabs(reportsAddress.UnPlannedReceiptSummary) |
openHandle(){ |
||||
|
createNewTabs(reportsAddress.UnPlannedReceiptSummary) |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
Loading…
Reference in new issue