Bladeren bron

09/24 进行中乐团 课程时间按课程类型

mo 4 jaren geleden
bovenliggende
commit
52fa1ca30b

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 0 - 1
dist/static/css/chunk-76f27a16.e1902b91.css

@@ -1 +0,0 @@
-.floor[data-v-3326e778]{padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:48px;line-height:48px;background:#edeef0;font-size:14px;color:#444;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.floor .remove[data-v-3326e778]{width:98px;background:#f85043;margin-left:164px}.floor .add[data-v-3326e778],.floor .remove[data-v-3326e778]{height:32px;border-radius:3px;color:#fff;line-height:32px;text-align:center;cursor:pointer}.floor .add[data-v-3326e778]{width:auto;padding:0 10px;background:#14928a;margin-left:20px}.studentMask[data-v-3326e778]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.studentMask .left[data-v-3326e778]{width:200px;margin-right:20px}.studentMask .left .wrap[data-v-3326e778]{margin-bottom:20px}.studentMask .left h4[data-v-3326e778]{font-size:16px;color:#444;line-height:38px}.studentMask .left .chioseStudentList[data-v-3326e778]{height:500px;overflow-y:auto;border:1px solid #ccc}.studentMask .left .chioseStudentList .studentItem[data-v-3326e778]{padding-left:10px;line-height:25px}.studentMask .right[data-v-3326e778]{width:calc(100% - 200px)}.studentMask .right .tableList[data-v-3326e778]{max-height:500px;overflow-y:auto}.resetClassForm[data-v-3326e778] .el-date-editor.el-input,.resetClassForm[data-v-3326e778] .el-date-editor.el-input__inner{width:180px!important}[data-v-3326e778] .el-date-editor.el-input,[data-v-3326e778] .el-date-editor.el-input__inner{width:100px!important}.higheSelect[data-v-3326e778] .el-input__inner{height:40px!important}

+ 1 - 0
dist/static/css/chunk-e9d00220.7c65d739.css

@@ -0,0 +1 @@
+.floor[data-v-8d53b47a]{padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:48px;line-height:48px;background:#edeef0;font-size:14px;color:#444;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.floor .remove[data-v-8d53b47a]{width:98px;background:#f85043;margin-left:164px}.floor .add[data-v-8d53b47a],.floor .remove[data-v-8d53b47a]{height:32px;border-radius:3px;color:#fff;line-height:32px;text-align:center;cursor:pointer}.floor .add[data-v-8d53b47a]{width:auto;padding:0 10px;background:#14928a;margin-left:20px}.studentMask[data-v-8d53b47a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.studentMask .left[data-v-8d53b47a]{width:200px;margin-right:20px}.studentMask .left .wrap[data-v-8d53b47a]{margin-bottom:20px}.studentMask .left h4[data-v-8d53b47a]{font-size:16px;color:#444;line-height:38px}.studentMask .left .chioseStudentList[data-v-8d53b47a]{height:500px;overflow-y:auto;border:1px solid #ccc}.studentMask .left .chioseStudentList .studentItem[data-v-8d53b47a]{padding-left:10px;line-height:25px}.studentMask .right[data-v-8d53b47a]{width:calc(100% - 200px)}.studentMask .right .tableList[data-v-8d53b47a]{max-height:500px;overflow-y:auto}.resetClassForm[data-v-8d53b47a] .el-date-editor.el-input,.resetClassForm[data-v-8d53b47a] .el-date-editor.el-input__inner{width:180px!important}[data-v-8d53b47a] .el-date-editor.el-input,[data-v-8d53b47a] .el-date-editor.el-input__inner{width:100px!important}.higheSelect[data-v-8d53b47a] .el-input__inner{height:40px!important}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.0ad7e090.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-76f27a16.73af9077.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-e9d00220.c79192a6.js


+ 21 - 3
src/views/teamDetail/components/resetClass.vue

@@ -347,6 +347,7 @@
                       v-if="teacherForm.isAdd !='onlyUpdateTeacher'">
           <el-select v-model.trim="teacherForm.courseType"
                      placeholder="请选择课程类型"
+                     @change="changeCourseType"
                      clearable
                      filterable>
             <el-option v-for="(item,index) in courseTypeList"
@@ -430,7 +431,7 @@
                             @change="(val)=>{changeStartClassTime(item)}"
                             :picker-options="{
                                start: '04:30',
-                               step: '00:05',
+                               step: step,
                                end: '23:55'
             }"></el-time-select>
             <span>结束时间</span>
@@ -438,7 +439,7 @@
                             v-model.trim="item.endClassTime"
                             :picker-options="{
                               start: '04:30',
-                              step: '00:05',
+                              step: step,
                               end: '23:55',
                               minTime:item.startClassTime
             }"></el-time-select>
@@ -697,6 +698,7 @@ export default {
           return time.getTime() + 86400000 <= new Date().getTime();
         }
       },
+      step: '00:05',
       teamid: "",
       topForm: {
         classType: ""
@@ -748,7 +750,7 @@ export default {
           week: "",
           startTime: "",
           endTime: "",
-          id: new Date()
+          id: new Date().getTime()
         }
       ],
       teacherList: [], // 存储的老师列表
@@ -1605,6 +1607,22 @@ export default {
     },
     changeStartClassTime (item) {
       item.endClassTime = ''
+    },
+    changeCourseType (val) {
+      console.log(val)
+      this.weekList = [
+        {
+          week: "",
+          startTime: "",
+          endTime: "",
+          id: new Date().getTime()
+        }
+      ]
+      if (val === 'HIGH_ONLINE' || val === 'HIGH' || val === 'MUSIC_NETWORK') {
+        this.step = '00:05'
+      } else {
+        this.step = '00:15'
+      }
     }
   },
   watch: {

Some files were not shown because too many files changed in this diff