洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

166 lines
6.0 KiB

10 months ago
10 months ago
10 months ago
10 months ago
8 months ago
8 months ago
8 months ago
10 months ago
8 months ago
10 months ago
8 months ago
10 months ago
8 months ago
8 months ago
10 months ago
8 months ago
10 months ago
8 months ago
10 months ago
8 months ago
10 months ago
8 months ago
10 months ago
  1. <template>
  2. <view class="comp">
  3. <!-- 学习状态 -->
  4. <view class="learnStatus">
  5. <view class="card mt20">
  6. <view class="flex-b" >
  7. <view class="lab">实操预约</view>
  8. <view class="link-arrow" @click="$goPage('/pages/carEntry/operaAppointment/operaAppointment?subject=2')">
  9. <view class="txt">去预约</view>
  10. <u-icon name="arrow-right" color="#3776FF" :size="16"></u-icon>
  11. </view>
  12. <!-- <view class="btn" @click.stop="$goPage('/pages/carEntry/evaluate/evaluate?subject=2&coachType=1')">去学习</view> -->
  13. </view>
  14. </view>
  15. <view class="h1"><text class="active">学习状态</text></view>
  16. <!-- 考试结果 -->
  17. <view class="exam" v-if="showExam">
  18. <view class="card" v-if="info.studentExamVO.pass">
  19. <view class="flex-b padTb">
  20. <view class="lab">科目二考试成绩已通过</view>
  21. <view class="date">
  22. {{ $u.timeFormat(info.studentExamVO.examTime, 'yyyy-mm-dd hh:MM:ss') }}
  23. </view>
  24. </view>
  25. <view class="flex-b bg" v-if="!info.studentExamVO.canComment">
  26. <view class="row">
  27. <view class="text">考试成绩{{ info.studentExamVO.examResult }}</view>
  28. <view class="btn" @click="$goPage('/pages/carEntry/evaluate/evaluate?subject=2&coachType=1')">去评价</view>
  29. </view>
  30. </view>
  31. </view>
  32. <view class="card" v-else>
  33. <view class="flex-b padTb">
  34. <view class="lab">科目二考试成绩未通过</view>
  35. <view class="date">{{ $u.timeFormat(info.studentExamVO.examTime, 'yyyy-mm-dd hh:MM:ss') }}</view>
  36. </view>
  37. <view class="bg">
  38. <view class="row bg">
  39. <view class="text">前往"12123"APP预约考试</view>
  40. <view class="btn" @click="$u.toast('请打开12123App预约')">去预约</view>
  41. </view>
  42. </view>
  43. </view>
  44. </view>
  45. <!-- 预约考试 -->
  46. <view class="" v-if="showAppointmentExam">
  47. <view class="card" v-if="!info.examReservationVO">
  48. <view class="flex-b padTb">
  49. <view class="lab">科目二学习进度已通过</view>
  50. </view>
  51. <view class="bg">
  52. <view class="row bg">
  53. <view class="text">前往"12123"APP预约考试</view>
  54. <view class="btn" @click="$u.toast('请打开12123App预约')">去预约</view>
  55. </view>
  56. </view>
  57. </view>
  58. <view class="card" v-else>
  59. <view class="flex-b padTb">
  60. <view class="lab">科目二考试预约{{ examReservationStatus[info.examReservationVO.examReservationStatus]}}</view>
  61. </view>
  62. <view class="bg">
  63. <view class="row">
  64. <view class="text">考试场地{{info.examReservationVO.examAddress}}</view>
  65. </view>
  66. <view class="row">
  67. <view class="text">考试时间{{ $u.timeFormat(info.examReservationVO.examTime, 'yyyy-mm-dd hh:MM:ss') }} </view>
  68. </view>
  69. </view>
  70. </view>
  71. </view>
  72. <!-- <view class="">
  73. 6666 {{showAppointment}}
  74. </view> -->
  75. <!-- 预约实操训练 -->
  76. <view class="" v-if="info.operationReservationVO&&info.operationReservationVO.length">
  77. <view class="card" v-for="(item,index) in info.operationReservationVO" :key="index">
  78. <view class="flex-b padTb">
  79. <view class="lab">科目二实操训练 {{ item.reservationStatus==9?'已取消': reservationStatus[item.reservationStatus]}}</view>
  80. <view class="date">{{ $u.timeFormat(item.joe, 'yyyy-mm-dd hh:MM:ss') }}</view>
  81. </view>
  82. <view class="bg">
  83. <view class="row oneRowText">预约场地{{item.reservationAddress}}</view>
  84. <view class="row">预约教练{{item.reservationCoach}}</view>
  85. <view class="row">预约车辆{{item.reservationCar}}</view>
  86. <view class="row">预约时间{{ $u.timeFormat(item.reservationTime, 'yyyy-mm-dd hh:MM:ss') }}</view>
  87. <view class="row" v-if="item.joe">核销时间{{ $u.timeFormat(item.joe, 'yyyy-mm-dd hh:MM:ss') }}</view>
  88. </view>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. </template>
  94. <script>
  95. import {
  96. getStudentSubject2Status,
  97. } from '@/config/api.js'
  98. export default {
  99. data() {
  100. return {
  101. info: {},
  102. showAppointment: false,//预约状态
  103. showAppointmentExam: false,//预约考试
  104. showExam: false,//考试状态
  105. reservationStatus: ['未签到', '已签到', '已签退', '已过期'],
  106. examReservationStatus: ['预约失败', '预约通过', '-预约中']
  107. }
  108. },
  109. created() {
  110. this.getStudentSubject2StatusFn()
  111. // 状态
  112. // 1,已预约训练,
  113. // 2,学时达标,去预约考试,
  114. // 3,考试结果
  115. },
  116. methods: {
  117. changeStep(type) {
  118. this.showAppointment = false,//预约状态
  119. this.showAppointmentExam = false,//预约考试
  120. this.showExam = false,//考试状态
  121. this[type] = true
  122. },
  123. async getStudentSubject2StatusFn() {
  124. const {data: res} = await getStudentSubject2Status({studentId: this.studentId})
  125. let studentExamVO = res.studentExamVO || {} //考试结果
  126. let examReservationVO = res.examReservationVO || {} //考试预约情况
  127. let operationReservationVO = res.operationReservationVO?res.operationReservationVO[0] : {} //实操预约情况
  128. if(studentExamVO.pass) {
  129. // 如果通过了考试
  130. this.changeStep('showExam')
  131. }else if(res.studentClassHourVO.classHourReachStatus) {
  132. // 如果学时达标,
  133. let ExamVOTime = studentExamVO.examTime
  134. let ExamReservationVOTime = examReservationVO.examTime
  135. // 如果没有预约考试时间也没有考试时间 去预约考试
  136. if (!ExamVOTime&&!ExamReservationVOTime) this.changeStep('showAppointmentExam')
  137. // 如果有预约时间没有考试时间, 显示预约考试详情
  138. if(!ExamVOTime&&ExamReservationVOTime) {
  139. this.changeStep('showAppointmentExam')
  140. }
  141. if(ExamVOTime&&!ExamReservationVOTime) {
  142. this.changeStep('showExam')
  143. }
  144. // 如果都有比时间
  145. if(ExamVOTime&&ExamReservationVOTime) {
  146. ExamVOTime>ExamReservationVOTime?this.changeStep('showExam'):this.changeStep('showAppointmentExam')
  147. }
  148. }
  149. console.log('时间')
  150. console.log(res)
  151. this.info = res
  152. }
  153. }
  154. }
  155. </script>
  156. <style lang="scss" scoped>
  157. @import './comp.scss';
  158. </style>