| | |
| | | import ProductTypeSwitch from './ProductTypeSwitch.vue' |
| | | import { productInOutAnalysis } from '@/api/viewIndex.js' |
| | | |
| | | const productType = ref(1) // 1=原材料 2=半成品 3=成品 |
| | | const productType = ref(2) // 1=原材料 3=半成品 2=成品 |
| | | |
| | | const chartStyle = { width: '100%', height: '130%' } |
| | | |
| | |
| | | height: '100%', |
| | | } |
| | | |
| | | const dateType = ref(1) // 1=周 2=月 3=季度 |
| | | const dateType = ref(3) // 1=周 2=月 3=季度 |
| | | |
| | | // 飞机图标 SVG path(与 right-top 一致) |
| | | const aircraft = |
| | |
| | | height: '100%', |
| | | } |
| | | |
| | | const radio1 = ref(1) |
| | | const radio1 = ref(3) |
| | | |
| | | // 飞机图标 SVG path |
| | | const aircraft = |