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