|
@ -377,6 +377,7 @@ export default { |
|
|
checkTime(listIndex, index, clockType, id, memberId, checkerId, clockTime) { |
|
|
checkTime(listIndex, index, clockType, id, memberId, checkerId, clockTime) { |
|
|
this.auditOptions = { id, clockType }; |
|
|
this.auditOptions = { id, clockType }; |
|
|
|
|
|
|
|
|
|
|
|
this.checkerId = checkerId; |
|
|
this.showModal(); |
|
|
this.showModal(); |
|
|
const time = Date.now(); |
|
|
const time = Date.now(); |
|
|
const selectTime = this.$moment(time).format('HH:mm'); |
|
|
const selectTime = this.$moment(time).format('HH:mm'); |
|
|