zwq #63
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: gtz
|
* @Author: gtz
|
||||||
* @Date: 2022-03-15 16:42:34
|
* @Date: 2022-03-15 16:42:34
|
||||||
* @LastEditors: gtz
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-03-15 16:58:26
|
* @LastEditTime: 2022-03-16 08:57:49
|
||||||
* @Description: file content
|
* @Description: file content
|
||||||
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js
|
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js
|
||||||
*/
|
*/
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: DY
|
* @Author: DY
|
||||||
* @Date: 2021-12-16 15:41:11
|
* @Date: 2021-12-16 15:41:11
|
||||||
* @LastEditors: DY
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-03-03 15:26:05
|
* @LastEditTime: 2022-03-04 09:04:30
|
||||||
* @Description: E10
|
* @Description: E10
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -84,18 +84,18 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// this.getEqList()
|
// this.getEqList()
|
||||||
this.getList()
|
// this.getList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async getEqList() {
|
// async getEqList() {
|
||||||
const res = await equipmentList({
|
// const res = await equipmentList({
|
||||||
current: 1,
|
// current: 1,
|
||||||
size: 999
|
// size: 999
|
||||||
})
|
// })
|
||||||
if (res.code === 0) {
|
// if (res.code === 0) {
|
||||||
this.eqList = res.data
|
// this.eqList = res.data
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
toE10() {
|
toE10() {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'E10'
|
name: 'E10'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: DY
|
* @Author: DY
|
||||||
* @Date: 2021-12-16 15:41:11
|
* @Date: 2021-12-16 15:41:11
|
||||||
* @LastEditors: DY
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-03-03 15:26:28
|
* @LastEditTime: 2022-03-04 09:04:19
|
||||||
* @Description: MCBF
|
* @Description: MCBF
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -83,18 +83,18 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// this.getEqList()
|
// this.getEqList()
|
||||||
this.getList()
|
// this.getList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async getEqList() {
|
// async getEqList() {
|
||||||
const res = await equipmentList({
|
// const res = await equipmentList({
|
||||||
current: 1,
|
// current: 1,
|
||||||
size: 999
|
// size: 999
|
||||||
})
|
// })
|
||||||
if (res.code === 0) {
|
// if (res.code === 0) {
|
||||||
this.eqList = res.data
|
// this.eqList = res.data
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
toE10() {
|
toE10() {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'E10'
|
name: 'E10'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: DY
|
* @Author: DY
|
||||||
* @Date: 2021-12-16 15:41:11
|
* @Date: 2021-12-16 15:41:11
|
||||||
* @LastEditors: DY
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-03-03 15:26:44
|
* @LastEditTime: 2022-03-04 09:04:09
|
||||||
* @Description: MTTR
|
* @Description: MTTR
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -83,18 +83,18 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// this.getEqList()
|
// this.getEqList()
|
||||||
this.getList()
|
// this.getList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async getEqList() {
|
// async getEqList() {
|
||||||
const res = await equipmentList({
|
// const res = await equipmentList({
|
||||||
current: 1,
|
// current: 1,
|
||||||
size: 999
|
// size: 999
|
||||||
})
|
// })
|
||||||
if (res.code === 0) {
|
// if (res.code === 0) {
|
||||||
this.eqList = res.data
|
// this.eqList = res.data
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
toE10() {
|
toE10() {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'E10'
|
name: 'E10'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: DY
|
* @Author: DY
|
||||||
* @Date: 2021-12-16 15:41:11
|
* @Date: 2021-12-16 15:41:11
|
||||||
* @LastEditors: DY
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-03-03 15:26:56
|
* @LastEditTime: 2022-03-04 09:03:58
|
||||||
* @Description: OEE
|
* @Description: OEE
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -83,18 +83,18 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// this.getEqList()
|
// this.getEqList()
|
||||||
this.getList()
|
// this.getList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async getEqList() {
|
// async getEqList() {
|
||||||
const res = await equipmentList({
|
// const res = await equipmentList({
|
||||||
current: 1,
|
// current: 1,
|
||||||
size: 999
|
// size: 999
|
||||||
})
|
// })
|
||||||
if (res.code === 0) {
|
// if (res.code === 0) {
|
||||||
this.eqList = res.data
|
// this.eqList = res.data
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
toE10() {
|
toE10() {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'E10'
|
name: 'E10'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2020-12-29 15:41:11
|
* @Date: 2020-12-29 15:41:11
|
||||||
* @LastEditors: DY
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-03-03 16:22:24
|
* @LastEditTime: 2022-03-04 09:03:35
|
||||||
* @Description: E10详情表格
|
* @Description: E10详情表格
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -108,15 +108,15 @@ export default {
|
|||||||
this.listQuery.startTime = this.time1
|
this.listQuery.startTime = this.time1
|
||||||
this.listQuery.endTime = this.time2
|
this.listQuery.endTime = this.time2
|
||||||
this.listQuery.equipmentName = this.equipmentName
|
this.listQuery.equipmentName = this.equipmentName
|
||||||
getE10StackDetail(this.listQuery).then(res => {
|
// getE10StackDetail(this.listQuery).then(res => {
|
||||||
if (res.data !== []) {
|
// if (res.data !== []) {
|
||||||
this.list = res.data.detail.records
|
// this.list = res.data.detail.records
|
||||||
this.total = res.data.detail.total
|
// this.total = res.data.detail.total
|
||||||
this.list.forEach(item => {
|
// this.list.forEach(item => {
|
||||||
item.equipmentName = this.equipmentName
|
// item.equipmentName = this.equipmentName
|
||||||
})
|
// })
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2020-12-29 15:41:11
|
* @Date: 2020-12-29 15:41:11
|
||||||
* @LastEditors: DY
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-03-03 16:46:06
|
* @LastEditTime: 2022-03-04 09:03:23
|
||||||
* @Description: Mttr详情表格
|
* @Description: Mttr详情表格
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -109,12 +109,12 @@ export default {
|
|||||||
this.listQuery.startTime = this.time1
|
this.listQuery.startTime = this.time1
|
||||||
this.listQuery.endTime = this.time2
|
this.listQuery.endTime = this.time2
|
||||||
this.listQuery.equipmentName = this.equipmentName
|
this.listQuery.equipmentName = this.equipmentName
|
||||||
getMttrDetail(this.listQuery).then(res => {
|
// getMttrDetail(this.listQuery).then(res => {
|
||||||
if (res.data !== []) {
|
// if (res.data !== []) {
|
||||||
this.list = res.data.detail.records
|
// this.list = res.data.detail.records
|
||||||
this.total = res.data.detail.total
|
// this.total = res.data.detail.total
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user