|
|
|
@ -59,7 +59,7 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script setup name="WmsImportResult">
|
|
|
|
<script setup name="WmsImportResult">
|
|
|
|
import { ref, reactive, shallowRef } from 'vue'
|
|
|
|
import { ref, reactive, shallowRef, onMounted } from 'vue'
|
|
|
|
import { API_CONFIG } from "@/config/api"
|
|
|
|
import { API_CONFIG } from "@/config/api"
|
|
|
|
import { getDateRangeByTimeRange } from "@/utils/dateFormat"
|
|
|
|
import { getDateRangeByTimeRange } from "@/utils/dateFormat"
|
|
|
|
import ParetoAnalysis from './ParetoAnalysis.vue'
|
|
|
|
import ParetoAnalysis from './ParetoAnalysis.vue'
|
|
|
|
@ -91,6 +91,11 @@ const equipmentData = ref([])
|
|
|
|
// 当前显示的组件
|
|
|
|
// 当前显示的组件
|
|
|
|
const currentComponent = shallowRef(EmptyContent)
|
|
|
|
const currentComponent = shallowRef(EmptyContent)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 页面加载时自动显示漆包机台运行状态表
|
|
|
|
|
|
|
|
onMounted(() => {
|
|
|
|
|
|
|
|
handleEnamellingMachineStatus()
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
const data = reactive({
|
|
|
|
const data = reactive({
|
|
|
|
form: {},
|
|
|
|
form: {},
|
|
|
|
queryParams: {
|
|
|
|
queryParams: {
|
|
|
|
|