| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-04-26 09:36:18 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-06-17 22:33:57 |
| | | * @LastEditTime: 2024-06-17 22:40:51 |
| | | * @FilePath: /smart-web/src/views/mdc/status-record.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | |
| | | }, |
| | | query() { |
| | | alert(3) |
| | | this.getTime({endDate: this.time[1],startDate: this.time[0],statisticalMethod: 'SHIFT'}).then(()=> { |
| | | this.workstationInfoList = this.select; |
| | | this.btnGongweiList = this.select; //工位 |
| | |
| | | this.$refs.chart01.getCharts(); |
| | | }) |
| | | //按工位查看 |
| | | alert(6) |
| | | if(this.btnGongweiList.length != 0) { //有选工位才能展示工位 |
| | | alert(123) |
| | | this.isshowempty = false; |
| | | this.btnGongweiListActive = this.btnGongweiList[0].id; //工位 |
| | | this.lastLevelId = this.btnGongweiListActive; |