hyingbo
2025-07-10 b1789a275504ef69b4ad09ac2ec49332bc19b74d
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)