| | |
| | | <!-- |
| | | * @Date: 2024-04-09 22:11:21 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-06-22 18:34:40 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-11-01 14:56:14 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/efficiency-analysis.vue |
| | | * 效率分析 |
| | | --> |
| | |
| | | }, |
| | | methods: { |
| | | exportExcel(statisticalMethod) { |
| | | this.$HTTP.post(`/api/blade-mdc/efficiency-analysis/export`, { |
| | | this.$HTTP.post(`/api/mdc/efficiency-analysis/export`, { |
| | | startDate: this.time[0], |
| | | endDate: this.time[1], |
| | | statisticalMethod, |
| | |
| | | shiftIndexList: [1, 2], |
| | | workStationIdList: [...this.treeChecked] |
| | | }) |
| | | // this.$HTTP.post('/api/blade-mdc/efficiency-analysis?size=-1', { |
| | | |
| | | // }) |
| | | // this.$HTTP.post('/api/blade-mdc/efficiency-analysis?current=1&size=15', { |
| | | |
| | | // }) |
| | | // this.$HTTP.post('/api/blade-cps/workstation-wcs-feedback/feedback-status', [...vals]) |
| | | } |
| | | } |
| | | } |