| | |
| | | { |
| | | title: '用户编号', |
| | | align: 'center', |
| | | dataIndex: 'punchUser', |
| | | dataIndex: 'punchUserUserName', |
| | | width: 250 |
| | | }, |
| | | { |
| | |
| | | that['clock' + clockInOrOut + 'Loading' + shiftSchedule] = true |
| | | that.queryParam = {} |
| | | that.queryParam['shiftSchedule'] = shiftSchedule |
| | | that.queryParam['check' + clockInOrOut + 'Time'] = moment('2025-06-11 08:30:00').format('YYYY-MM-DD HH:mm:ss') |
| | | that.queryParam['check' + clockInOrOut + 'Time'] = moment().format('YYYY-MM-DD HH:mm:ss') |
| | | that.queryParam.equipmentId = that.model.equipmentIdList.join() |
| | | console.log('queryParam', that.queryParam) |
| | | |