cuilei
2025-06-13 1e653db94c24389cc7615fd4a7ef1d63b00af534
src/views/dnc/base/modules/TerminalIndex/EquipmentStartWork.vue
@@ -73,7 +73,7 @@
          {
            title: '用户编号',
            align: 'center',
            dataIndex: 'punchUser',
            dataIndex: 'punchUserUserName',
            width: 250
          },
          {
@@ -146,7 +146,7 @@
            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)