| | |
| | | startTime: selTimeList[0].startTime, |
| | | endTime: selTimeList[selTimeList.length - 1].endTime, |
| | | bookingTimeList: selTimeList.map(i => i.id).join(','), |
| | | yudingDate: activeRoom.yudingDate, |
| | | roomName: activeRoom.roomName, |
| | | limitNum: activeRoom.limitNum, |
| | | roomId: activeRoom.roomId, |
| | | } |
| | | setTimeout(() => { |
| | | this.$eventBus.$emit('meetingSub', obj) |
| | | }) |
| | | uni.navigateTo({ |
| | | url: `/pages/staff/meetingSubOrder?yudingDate=${activeRoom.yudingDate}&roomName=${activeRoom.roomName} |
| | | &roomId=${activeRoom.roomId}&startTime=${obj.startTime}&endTime=${obj.endTime} |
| | | &bookingTimeList=${obj.bookingTimeList}&limitNum=${activeRoom.limitNum}` |
| | | url: `/pages/staff/meetingSubOrder` |
| | | }) |
| | | // this.$jump('/pages/staff/vehicle/apply') |
| | | }, |