26 changed files with 2440 additions and 48 deletions
-
3src/api/qc/qc_report.js
-
4src/utils/httpRequest.js
-
51src/views/modules/outReport/report081.vue
-
51src/views/modules/outReport/report082.vue
-
51src/views/modules/outReport/report083.vue
-
51src/views/modules/outReport/report084.vue
-
51src/views/modules/outReport/report085.vue
-
51src/views/modules/outReport/report086.vue
-
51src/views/modules/outReport/report087.vue
-
51src/views/modules/outReport/report088.vue
-
51src/views/modules/outReport/report089.vue
-
51src/views/modules/outReport/report090.vue
-
51src/views/modules/outReport/report091.vue
-
51src/views/modules/outReport/report092.vue
-
51src/views/modules/outReport/report093.vue
-
51src/views/modules/outReport/report094.vue
-
51src/views/modules/outReport/report095.vue
-
52src/views/modules/outReport/report096.vue
-
51src/views/modules/outReport/report097.vue
-
51src/views/modules/outReport/report098.vue
-
51src/views/modules/outReport/report099.vue
-
51src/views/modules/outReport/report100.vue
-
1238src/views/modules/report/IPQC_detail_report.vue
-
6src/views/modules/report/IPQC_report.vue
-
214src/views/modules/report/IQC_detail_report.vue
-
2src/views/modules/report/IQC_report.vue
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report81", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report82", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report83", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report84", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report85", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report86", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report87", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report88", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report89", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report90", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report91", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report92", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report93", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report94", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report95", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,52 @@ |
|||
|
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report96", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report97", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report98", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report99", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
@ -0,0 +1,51 @@ |
|||
<template> |
|||
<div> |
|||
<iframe :src="address" class="fullscreen-iframe"></iframe> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
searchBIAddress, |
|||
} from "@/api/outReport/outReport.js" |
|||
export default { |
|||
name: "report100", |
|||
data() { |
|||
return { |
|||
searchData:{ |
|||
//获取自身的menuid |
|||
menuId:this.$route.meta.menuId, |
|||
}, |
|||
address:'', |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
searchAddress(){ |
|||
//根据自身的menuid查询bi地址 |
|||
searchBIAddress(this.searchData).then(({data}) => { |
|||
//区分请求成功和失败的状况 |
|||
if (data && data.code == 0) { |
|||
this.address = data.row.address |
|||
} else { |
|||
this.address = ''; |
|||
} |
|||
}); |
|||
}, |
|||
}, |
|||
created() { |
|||
this.searchAddress(); |
|||
}, |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
.fullscreen-iframe { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
height: 100%; |
|||
border: none; /* 可选,根据需要设置边框 */ |
|||
} |
|||
</style> |
|||
1238
src/views/modules/report/IPQC_detail_report.vue
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue